From dad86bd42cdc2a0e56df9e0591879e5d26fd56fa Mon Sep 17 00:00:00 2001 From: Harpreet Date: Tue, 5 Jan 2016 12:22:43 +0530 Subject: constrviolation and licence file added --- help/en_US/scilab_en_US_help/lsqlin.html | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) (limited to 'help/en_US/scilab_en_US_help/lsqlin.html') diff --git a/help/en_US/scilab_en_US_help/lsqlin.html b/help/en_US/scilab_en_US_help/lsqlin.html index e9253c5..7dbb227 100644 --- a/help/en_US/scilab_en_US_help/lsqlin.html +++ b/help/en_US/scilab_en_US_help/lsqlin.html @@ -64,7 +64,7 @@
a vector of double, contains initial guess of variables.
a list containing the the parameters to be set.
a list containing the parameters to be set.
a vector of double, the computed solution of the optimization problem.
a vector of double, solution residuals returned as the vector d-C*x.
A flag showing returned exit flag from Ipopt. It could be 0, 1 or 2 etc. i.e. Optimal, Maximum Number of Iterations Exceeded, CPU time exceeded. Other flags one can see in the lsqlin macro.
The exit status. See below for details.
Structure containing information about the optimization. This version only contains number of iterations.
The structure consist of statistics about the optimization. See below for details.
Structure containing the Lagrange multipliers at the solution x (separated by constraint type).It contains lower, upper bound multiplier and linear equality, inequality constraint multiplier.
The structure consist of the Lagrange multipliers at the solution of problem. See below for details.
Search the minimum of a constrained linear least square problem specified by :
The routine calls Ipopt for solving the linear least square problem, Ipopt is a library written in C++.
+The exitflag allows to know the status of the optimization which is given back by Ipopt. +
For more details on exitflag see the ipopt documentation, go to http://www.coin-or.org/Ipopt/documentation/
+The output data structure contains detailed informations about the optimization process. +It has type "struct" and contains the following fields. +
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 "struct" and contains the following fields. +