]> gitweb.michael.orlitzky.com - octave.git/blob - tests/wood_gradient_tests.m
Add powell(), powell1() and their tests.
[octave.git] / tests / wood_gradient_tests.m
1 ## The gradient should be zero at the optimal point.
2
3 g = wood_gradient(1,1,1,1);
4 unit_test_equals("wood_gradient(1,1,1,1) == 0", ...
5 0, ...
6 wood_gradient(1,1,1,1));