StoppingConditionFunctionTolerance Property |
Gets or sets how close the function value must get to the
threshold to
be considered equal to. Note that even if there is unquestionably a threshold, if the event search can not
converge to a value at or below this value, it will not satisfy the stopping condition and no event will be
logged. This must be larger than machine precision of values near the threshold.
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; set; }
Public Property FunctionTolerance As Double
Get
Set
public:
property double FunctionTolerance {
double get ();
void set (double value);
}
member FunctionTolerance : float with get, set
Property Value
Type:
DoubleSee Also