StoppingConditionEvaluator.ComputeThreshold Method |
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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