diff options
author | harpreet | 2016-07-01 00:11:55 +0530 |
---|---|---|
committer | harpreet | 2016-07-01 00:11:55 +0530 |
commit | 89b96cb79cbe75ba8c1afea61b3caca37a083f62 (patch) | |
tree | 1b879fb0dce2406c1c49bf5bdabcedfb12ff020c /tests/general_tests/fminunc/fminunc_x0b.sce | |
parent | 10e2e4d8b4a7592a8631ddac8e8d1664d6f0b9e3 (diff) | |
download | symphony-89b96cb79cbe75ba8c1afea61b3caca37a083f62.tar.gz symphony-89b96cb79cbe75ba8c1afea61b3caca37a083f62.tar.bz2 symphony-89b96cb79cbe75ba8c1afea61b3caca37a083f62.zip |
Windows Included
Diffstat (limited to 'tests/general_tests/fminunc/fminunc_x0b.sce')
-rw-r--r-- | tests/general_tests/fminunc/fminunc_x0b.sce | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/general_tests/fminunc/fminunc_x0b.sce b/tests/general_tests/fminunc/fminunc_x0b.sce index a08b458..76ce489 100644 --- a/tests/general_tests/fminunc/fminunc_x0b.sce +++ b/tests/general_tests/fminunc/fminunc_x0b.sce @@ -5,7 +5,7 @@ function y = fun(x) y = x(1)^2 + x(2)^2; endfunction x0 = [1]; -options=list("MaxIter", [1500], "CpuTime", [500], "Gradient", "OFF", "Hessian", "OFF"); +options=list("MaxIter", [1500], "CpuTime", [500], "GradObj", "OFF", "Hessian", "OFF"); //Error //fminunc: Objective function and x0 did not match |