]> gitweb.michael.orlitzky.com - octave.git/commit
Add extended_powell functions and their tests.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 13 Mar 2013 18:04:55 +0000 (14:04 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 13 Mar 2013 18:04:55 +0000 (14:04 -0400)
commit30c26967dbc89131a09979fa8937eac0ef7a73b4
tree4b0a71c9965935e901522b1b95d9b2488068f9a8
parent120959c85ebb6544fa0a00c3d1c3f8941e7da3e0
Add extended_powell functions and their tests.
optimization/test_functions/extended_powell1.m [new file with mode: 0644]
optimization/test_functions/extended_powell_gradient1.m [new file with mode: 0644]
optimization/test_functions/extended_powell_hessian1.m [new file with mode: 0644]
tests/extended_powell1_tests.m [new file with mode: 0644]
tests/extended_powell_gradient1_tests.m [new file with mode: 0644]
tests/extended_powell_hessian1_tests.m [new file with mode: 0644]