]> gitweb.michael.orlitzky.com - octave.git/history - optimization/steepest_descent.m
Simplify the loop in steepest_descent().
[octave.git] / optimization / steepest_descent.m
2013-03-22 Michael OrlitzkySimplify the loop in steepest_descent().
2013-03-19 Michael OrlitzkyAdd performance notes to steepest descent stuff.
2013-03-18 Michael OrlitzkyAdd first implementation of the steepest descent method.