]> gitweb.michael.orlitzky.com - octave.git/history - optimization
Fix function name in vanilla_cgm.m.
[octave.git] / optimization /
2013-03-20 Michael OrlitzkyFix function name in vanilla_cgm.m.
2013-03-20 Michael OrlitzkyMove conjugate_gradient_method.m to vanilla_cgm.m.
2013-03-20 Michael OrlitzkyRevert "Commit a simpler version of the preconditioned...
2013-03-20 Michael OrlitzkyCommit a simpler version of the preconditioned CGM.
2013-03-20 Michael OrlitzkyAdd the first working version of the preconditioned...
2013-03-19 Michael OrlitzkyAllow CGM to take a maximum number of iterations, retur...
2013-03-19 Michael OrlitzkyAdd performance notes to steepest descent stuff.
2013-03-18 Michael OrlitzkyAdd first implementation of the steepest descent method.
2013-03-18 Michael OrlitzkyAdd step_size_positive_definite().
2013-03-18 Michael OrlitzkyReplace Octave-only comments with MATLAB-compatible...
2013-03-14 Michael OrlitzkyAdd trigonometric functions and their tests.
2013-03-14 Michael OrlitzkyTwo minor optimizations to test functions.
2013-03-14 Michael OrlitzkyAdd the Himmelblau function, as defined in Applied...
2013-03-13 Michael OrlitzkyAdd first implementation of the conjugate gradient...
2013-03-13 Michael OrlitzkyAdd extended_powell functions and their tests.
2013-03-10 Michael OrlitzkyAdd a missing semicolon.
2013-03-09 Michael OrlitzkyAdd some step length functions, untested.
2013-03-08 Michael OrlitzkyAdd extended_rosenbrock_hessian1() and its tests.
2013-03-08 Michael OrlitzkyAdd extended_rosenbrock_gradient1() and its tests.
2013-03-08 Michael OrlitzkyAdd extended_rosenbrock1() and its tests.
2013-03-08 Michael OrlitzkyAdd the Rosenbrock functions and their tests.
2013-03-07 Michael OrlitzkyAdd the powell_hessian() and powell_hessian1() functions.
2013-03-07 Michael OrlitzkyAdd powell_gradient(), powell_gradient1() and their...
2013-03-07 Michael OrlitzkyWord-wrap a comment.
2013-03-07 Michael OrlitzkyAdd powell(), powell1() and their tests.
2013-03-07 Michael OrlitzkyAdd length checks to the wood functions, and fix wood_h...
2013-03-06 Michael OrlitzkyAdd the Wood() test function and some tests.