Click or drag to resize

StoppingConditionEvaluatorComputeThreshold 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: 24.1.418.0 (24.1.418.0)
Syntax
public double ComputeThreshold()

Return Value

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