StoppingConditionEvaluatorComputeThreshold Method |
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.3.420.0 (24.3.420.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