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_hessian4.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_hessian4.sce')
-rw-r--r-- | tests/general_tests/fminunc/fminunc_hessian4.sce | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/general_tests/fminunc/fminunc_hessian4.sce b/tests/general_tests/fminunc/fminunc_hessian4.sce index 47ce1c4..60c3177 100644 --- a/tests/general_tests/fminunc/fminunc_hessian4.sce +++ b/tests/general_tests/fminunc/fminunc_hessian4.sce @@ -8,7 +8,7 @@ x0 = [1,2]; function y = hess(x) y=[2,0]; endfunction -options=list("MaxIter", [1000], "CpuTime", [100], "Gradient", "OFF", "Hessian", hess); +options=list("MaxIter", [1000], "CpuTime", [100], "GradObj", "OFF", "Hessian", hess); //Error //fminunc: Wrong Input for Objective Hessian function(3rd Parameter)---->Symmetric Matrix function of size [2 X 2] is Expected |