StoppingConditionEvaluatorFunctionTolerance 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: 24.2.419.0 (24.2.419.0)
Syntax public double FunctionTolerance { get; }
Public ReadOnly Property FunctionTolerance As Double
Get
public:
property double FunctionTolerance {
double get ();
}
member FunctionTolerance : float with get
Property Value
Type:
DoubleSee Also