]> gitweb.michael.orlitzky.com - octave.git/history - optimization/test_functions
Fix p/g mixup that I just put back.
[octave.git] / optimization / test_functions /
2013-03-22 Michael OrlitzkyReplace ##-style comments with %-style comments in...
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 extended_powell functions and their tests.
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.