DoubleFunctionExplorerExtremumVariableTolerance Property |
Gets or sets the tolerance with which to converge on Variable when
precisely finding a local extremum. By default, this property has the value
0.005.
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 ExtremumVariableTolerance { get; set; }
Public Property ExtremumVariableTolerance As Double
Get
Set
public:
property double ExtremumVariableTolerance {
double get ();
void set (double value);
}
member ExtremumVariableTolerance : float with get, set
Property Value
Type:
DoubleSee Also