Click or drag to resize
Accord.NET (logo)

BroydenFletcherGoldfarbShannoParameterTolerance Property

A parameter to control the accuracy of the line search routine. The default value is 1e-4. This parameter should be greater than zero and smaller than 0.5.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public double ParameterTolerance { get; set; }
Request Example View Source

Property Value

Type: Double
See Also