Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public double ValueOfCondition { get; }

Property Value

Type: Double
See Also