StoppingConditionEvaluatorRequireFunctionTolerance Property |
Gets a value indicating whether the
FunctionTolerance does not need to be satisfied. The search for an event will
still attempt to converge to within the
FunctionTolerance, but if it is known that an event
is there (such as a threshold crossing), the event will be reported and this condition considered satisfied
even if the search did not converge within the
FunctionTolerance. This is
by default.
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool RequireFunctionTolerance { get; }
Public ReadOnly Property RequireFunctionTolerance As Boolean
Get
public:
property bool RequireFunctionTolerance {
bool get ();
}
member RequireFunctionTolerance : bool with get
Property Value
Type:
BooleanSee Also