StoppingConditionEvaluator.FunctionTolerance Property |
Gets how close the function value must get to the
Threshold to be considered equal to.
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double FunctionTolerance { get; }
Public ReadOnly Property FunctionTolerance As Double
Get
public:
property double FunctionTolerance {
double get ();
}
member FunctionTolerance : float with get
Property Value
Type:
Double
See Also