StoppingConditionEvaluatorComputeThreshold Method |
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double ComputeThreshold()
Public Function ComputeThreshold As Double
public:
double ComputeThreshold()
member ComputeThreshold : unit -> float
Return Value
Type:
DoubleThe threshold for this stopping condition.
See Also