BoxConstraintHandlingMethod Enumeration

Specifies how box constraints on variables are handled.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public enum BoxConstraintHandlingMethod

Members

None0 No boundary handling - solutions may violate constraints
Project1 Out-of-bounds values are projected onto the boundaries.
Reflect2 Out-of-bounds values are reflected back into the feasible region.
Resample3 Out-of-bounds values are resampled until they are feasible.

See Also