Click or drag to resize

StoppingConditionEvaluatorValueStatus Property

Gets which side the currently accepted value of the StoppingCondition is relative to the computed threshold. Note that this will not be updated during root finding. Other code can sample this value and make decisions based on if the threshold has been crossed or not without interfering with the root finding.

Namespace:  AGI.Foundation.StoppingConditions
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public StoppingConditionValueStatus ValueStatus { get; }

Property Value

Type: StoppingConditionValueStatus
See Also