summaryrefslogtreecommitdiff
path: root/help/en_US/scilab_en_US_help/fminbnd.html
diff options
context:
space:
mode:
authorharpreet2016-07-01 00:11:55 +0530
committerharpreet2016-07-01 00:11:55 +0530
commit89b96cb79cbe75ba8c1afea61b3caca37a083f62 (patch)
tree1b879fb0dce2406c1c49bf5bdabcedfb12ff020c /help/en_US/scilab_en_US_help/fminbnd.html
parent10e2e4d8b4a7592a8631ddac8e8d1664d6f0b9e3 (diff)
downloadFOSSEE-Optimization-toolbox-89b96cb79cbe75ba8c1afea61b3caca37a083f62.tar.gz
FOSSEE-Optimization-toolbox-89b96cb79cbe75ba8c1afea61b3caca37a083f62.tar.bz2
FOSSEE-Optimization-toolbox-89b96cb79cbe75ba8c1afea61b3caca37a083f62.zip
Windows Included
Diffstat (limited to 'help/en_US/scilab_en_US_help/fminbnd.html')
-rw-r--r--help/en_US/scilab_en_US_help/fminbnd.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/help/en_US/scilab_en_US_help/fminbnd.html b/help/en_US/scilab_en_US_help/fminbnd.html
index 46755f8..4ac4a98 100644
--- a/help/en_US/scilab_en_US_help/fminbnd.html
+++ b/help/en_US/scilab_en_US_help/fminbnd.html
@@ -89,7 +89,8 @@ It has type "struct" and contains the following fields.
<ul class="itemizedlist"><li>output.Iterations: The number of iterations performed during the search</li>
<li>output.Cpu_Time: The total cpu-time spend during the search</li>
<li>output.Objective_Evaluation: The number of Objective Evaluations performed during the search</li>
-<li>output.Dual_Infeasibility: The Dual Infeasiblity of the final soution</li></ul></p>
+<li>output.Dual_Infeasibility: The Dual Infeasiblity of the final soution</li>
+<li>output.Message: The output message for the problem</li></ul></p>
<p class="para">The lambda data structure contains the Lagrange multipliers at the end
of optimization. In the current version the values are returned only when the the solution is optimal.
It has type &#0034;struct&#0034; and contains the following fields.