Box Constraint Handling Method Enumeration
Specifies how box constraints on variables are handled.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public enum BoxConstraintHandlingMethodMembers
| None | 0 | No boundary handling - solutions may violate constraints |
| Project | 1 | Out-of-bounds values are projected onto the boundaries. |
| Reflect | 2 | Out-of-bounds values are reflected back into the feasible region. |
| Resample | 3 | Out-of-bounds values are resampled until they are feasible. |