Click or drag to resize

StrongWolfeLineSearch Properties

The StrongWolfeLineSearch type exposes the following members.

Properties
 NameDescription
Protected propertyC1 Gets the sufficient decrease constant.
(Inherited from WolfeLineSearch)
Protected propertyC2 Gets the curvature constant.
(Inherited from WolfeLineSearch)
Protected propertyMaximumIterations Gets the maximum number of iterations allowed for the line search.
(Inherited from WolfeLineSearch)
Protected propertyParameterTolerance Gets the parameter tolerance used to detect lack of progress.
(Inherited from WolfeLineSearch)
Protected propertyWolfeExitCondition Gets the exit condition used when the Wolfe condition is satisfied.
(Overrides WolfeLineSearchWolfeExitCondition)
Top
See Also