Click or drag to resize

StoppingConditionEvent.ValueOfCondition 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: 25.1.421.0 (25.1.421.0)
Syntax
public double ValueOfCondition { get; }

Property Value

Type: Double
See Also