Closed accosmin closed 5 years ago
See also this book for different backtracking versions:
John E. Dennis and Robert B. Schnabel.
Numerical Methods for Unconstrained Optimization and Nonlinear
Equations, Englewood Cliffs, 1983.
Actually the backtracking algorithm described there is the simplest one with constant length decrement. The more advanced version is very similar to the Lemarechal's algorithm (Armijo + regular Wolfe conditions).
Use interpolation (see Nocedal's book) to decrease the line-search step.