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.2.419.0 (24.2.419.0)
Syntax public StoppingConditionValueStatus ValueStatus { get; }
Public ReadOnly Property ValueStatus As StoppingConditionValueStatus
Get
public:
property StoppingConditionValueStatus ValueStatus {
StoppingConditionValueStatus get ();
}
member ValueStatus : StoppingConditionValueStatus with get
Property Value
Type:
StoppingConditionValueStatusSee Also