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_hessian2.sce | |
parent | 10e2e4d8b4a7592a8631ddac8e8d1664d6f0b9e3 (diff) | |
download | FOSSEE-Optimization-toolbox-89b96cb79cbe75ba8c1afea61b3caca37a083f62.tar.gz FOSSEE-Optimization-toolbox-89b96cb79cbe75ba8c1afea61b3caca37a083f62.tar.bz2 FOSSEE-Optimization-toolbox-89b96cb79cbe75ba8c1afea61b3caca37a083f62.zip |
Windows Included
Diffstat (limited to 'tests/general_tests/fminunc/fminunc_hessian2.sce')
-rw-r--r-- | tests/general_tests/fminunc/fminunc_hessian2.sce | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/general_tests/fminunc/fminunc_hessian2.sce b/tests/general_tests/fminunc/fminunc_hessian2.sce index 99fd6c1..f2c9335 100644 --- a/tests/general_tests/fminunc/fminunc_hessian2.sce +++ b/tests/general_tests/fminunc/fminunc_hessian2.sce @@ -5,7 +5,7 @@ function y = fun(x) y = x(1)^2 + x(2)^2; endfunction x0 = [1,2]; -options=list("MaxIter", [1000], "CpuTime", [100], "Gradient", "OFf", "Hessian", ""); +options=list("MaxIter", [1000], "CpuTime", [100], "GradObj", "OFf", "Hessian", ""); //Error //fminunc: Unrecognized String [] entered for the option- Hessian. |