StoppingConditionEventValueOfCondition Property |
Gets the value of the
StoppingCondition detected at the event.
If the
StoppingCondition is detecting a threshold, this should be
the value of that threshold plus or minus the tolerance.
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double ValueOfCondition { get; }
Public ReadOnly Property ValueOfCondition As Double
Get
public:
property double ValueOfCondition {
double get ();
}
member ValueOfCondition : float with get
Property Value
Type:
DoubleSee Also