]> gitweb.michael.orlitzky.com - octave.git/blobdiff - tests/powell_tests.m
Add powell(), powell1() and their tests.
[octave.git] / tests / powell_tests.m
diff --git a/tests/powell_tests.m b/tests/powell_tests.m
new file mode 100644 (file)
index 0000000..3e56c92
--- /dev/null
@@ -0,0 +1,5 @@
+## Test the optimal point.
+
+unit_test_equals("powell(0,0,0,0) == 0", ...
+                0, ...
+                powell(0,0,0,0));