|
BroydenFletcherGoldfarbShannoWolfe Property
|
A coefficient for the Wolfe condition.
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax Remarks
This parameter is valid only when the backtracking line-search algorithm is used
with the Wolfe condition,
StrongWolfe
or
RegularWolfe. The default value
is
0.9. This parameter should be greater the
ParameterTolerance
and smaller than
1.0.
See Also