Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public enum ThresholdCrossingSolutionType
Members
  Member nameDescription
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