|
BroydenFletcherGoldfarbShannoFunctionTolerance Property
|
The machine precision for floating-point values.
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public double FunctionTolerance { get; set; }
Public Property FunctionTolerance As Double
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleRemarks
This parameter must be a positive value set by a client program to
estimate the machine precision. The line search routine will terminate
with the status code (::LBFGSERR_ROUNDING_ERROR) if the relative width
of the interval of uncertainty is less than this parameter.
See Also