]> gitweb.michael.orlitzky.com - octave.git/history - optimization/steepest_descent.m
Move conjugate_gradient_method.m to vanilla_cgm.m.
[octave.git] / optimization / steepest_descent.m
2013-03-19 Michael OrlitzkyAdd performance notes to steepest descent stuff.
2013-03-18 Michael OrlitzkyAdd first implementation of the steepest descent method.