Click or drag to resize

DurationStoppingCondition.CreateDoubleThreshold Method

Namespace:  AGI.Foundation.StoppingConditions
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public override ValueDefinition<double> CreateDoubleThreshold()

Return Value

Type: ValueDefinition<Double>
The threshold as a ValueDefinition<T> where the type is a Double.
See Also