Skip to main content

Module steepest_descent

Module steepest_descent 

Source
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 f from x0 by steepest descent. grad falls back to central finite differences when absent.