Click or drag to resize
Accord.NET (logo)

BroydenFletcherGoldfarbShannoMaxStep Property

The maximum step of the line search.

Namespace:  Accord.Math.Optimization
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public double MaxStep { 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