Enumeration types for line search.
The enumeration of line search algorithms.
Enumerator | |
---|---|
LBFGS_LINESEARCH_BACKTRACKING_ARMIJO | Backtracking method with the Armijo condition. The backtracking method finds the step length such that it satisfies the sufficient decrease (Armijo) condition, |
LBFGS_LINESEARCH_BACKTRACKING | The backtracking method with the defualt (regular Wolfe) condition. An alias of |
LBFGS_LINESEARCH_BACKTRACKING_WOLFE | Backtracking method with regular Wolfe condition. The backtracking method finds the step length such that it satisfies both the Armijo condition ( |
LBFGS_LINESEARCH_BACKTRACKING_STRONG_WOLFE | Backtracking method with strong Wolfe condition. The backtracking method finds the step length such that it satisfies both the Armijo condition ( |