Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Double
Remarks
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