ThresholdCrossingSolutionType Enumeration |
Indicates on which side of threshold crossing a solution must be found.
Namespace:
AGI.Foundation.NumericalMethods.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum ThresholdCrossingSolutionType
Public Enumeration ThresholdCrossingSolutionType
public enum class ThresholdCrossingSolutionType
type ThresholdCrossingSolutionType
Members
| Member name | Description |
---|
| OnOrBelowThreshold |
Indicates that the solution must lie on or below the threshold.
|
| OnAboveOrBelowThreshold |
Indicates that the solution may lie below, on, or above the threshold.
|
| OnOrAboveThreshold |
Indicates that the solution must lie on or above the threshold.
|
See Also