|
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 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