]> gitweb.michael.orlitzky.com - octave.git/blob - powell_tests.m
3e56c92e8147e6be767dbf4c8538dbfe4c77b35d
[octave.git] / powell_tests.m
1 ## Test the optimal point.
2
3 unit_test_equals("powell(0,0,0,0) == 0", ...
4 0, ...
5 powell(0,0,0,0));