Expand description
Steepest descent: follow -gradient with a backtracking line
search. Linear convergence — the robust baseline, and the reference
the fancier methods are tested against.
Functions§
- steepest_
descent - Minimize
ffromx0by steepest descent.gradfalls back to central finite differences when absent.