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