Click or drag to resize

StoppingConditionEvaluator.ComputeThreshold Method

Computes the threshold for this StoppingConditionEvaluator, or throws an Exception if this evaluator is searching for an extrema.

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 ComputeThreshold()

Return Value

Type: Double
The threshold for this stopping condition.
See Also