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