StoppingConditionRequireFunctionTolerance Property |
Gets or sets 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 consider 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; set; }
Public Property RequireFunctionTolerance As Boolean
Get
Set
public:
property bool RequireFunctionTolerance {
bool get ();
void set (bool value);
}
member RequireFunctionTolerance : bool with get, set
Property Value
Type:
BooleanSee Also