Click or drag to resize

ScalarStoppingConditionThreshold Property

Gets or sets the threshold to stop at. This value is ignored if the TypeOfStoppingCondition indicates to stop on an extrema. This ValueDefinitionT will be evaluated when the evaluator is initialized and that initial value will be used as the threshold for the actual root finding that the StoppablePropagator will search for.
Remarks

Namespace:  AGI.Foundation.StoppingConditions
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ValueDefinition<double> Threshold { get; set; }

Property Value

Type: ValueDefinitionDouble
See Also