Expand description
Backtracking line search algorithm
Structsยง
- Backtracking
Line Search - The Backtracking line search is a simple method to find a step length which obeys the Armijo (sufficient decrease) condition.
Backtracking line search algorithm