Click or drag to resize

ScalarStoppingCondition.CreateDoubleThreshold Method

Namespace:  AGI.Foundation.StoppingConditions
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.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