Click or drag to resize
Accord.NET (logo)

BroydenFletcherGoldfarbShannoMinStep Property

The minimum step of the line search routine.

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

Property Value

Type: Double
Remarks
The default value is 1e-20. This value need not be modified unless the exponents are too large for the machine being used, or unless the problem is extremely badly scaled (in which case the exponents should be increased).
See Also