DoubleFunctionDetailsExtremumValueTolerance Property |
Gets or sets the tolerance with which to converge on function value when finding
a local extremum of this function. By default, this property has the value 0.0, but it is
ignored because
ExtremumConvergenceCriteria is set to
Variable.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double ExtremumValueTolerance { get; set; }
Public Property ExtremumValueTolerance As Double
Get
Set
public:
property double ExtremumValueTolerance {
double get ();
void set (double value);
}
member ExtremumValueTolerance : float with get, set
Property Value
Type:
DoubleSee Also