]> gitweb.michael.orlitzky.com - octave.git/history - optimization/steepest_descent.m
Use the infinity norm in steepest_descent(), update its comments, and simplify the...
[octave.git] / optimization / steepest_descent.m
2013-03-23 Michael OrlitzkyUse the infinity norm in steepest_descent(), update...
2013-03-22 Michael OrlitzkyFix an inline #-comment.
2013-03-22 Michael OrlitzkyFix a variable name (missed in the last renaming).
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.