|
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; }
Public Property ParameterTolerance As Double
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleSee Also