]> gitweb.michael.orlitzky.com - octave.git/history - optimization
Add the Himmelblau function, as defined in Applied Nonlinear Programming.
[octave.git] / optimization /
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.