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