Argument | Description | Used by Functions |
---|---|---|
A, b | The matrix |
|
Aeq, beq | The matrix |
|
C, d | The matrix | |
f | The vector of coefficients for the linear term in the
linear equation | |
fun | The function to be optimized. |
|
goal | Vector of values that the objectives attempt to attain. The vector is the same length as the number of objectives. | |
H | The matrix of coefficients for the quadratic terms in
the quadratic equation | |
lb, ub | Lower and upper bound vectors (or matrices). The arguments
are normally the same size as |
|
nonlcon | The function that computes the nonlinear inequality and
equality constraints. Passing Extra Parameters explains how to parameterize the
function See
the individual reference pages for more information on | |
ntheta | The number of semi-infinite constraints. | |
options | A structure that defines options used by the optimization functions. For information about the options, see Optimization Options Reference or the individual function reference pages. | All functions |
seminfcon | The function that computes the nonlinear inequality and
equality constraints and the semi-infinite constraints. See the function reference pages for | |
weight | A weighting vector to control the relative underattainment or overattainment of the objectives. | |
xdata, ydata | The input data | |
x0 | Starting point (a scalar, vector or matrix). (For | All functions except |
x1, x2 | The interval over which the function is minimized. |
Argument | Description | Used by Functions |
---|---|---|
attainfactor | The attainment factor at the solution | |
exitflag | An integer identifying the reason the optimization algorithm
terminated. See the function reference pages for descriptions of You can also return
a message stating why an optimization terminated by calling the optimization
function with the output argument | All functions |
fval | The value of the objective function |
|
grad | The value of the gradient of | |
hessian | The value of the Hessian of | |
jacobian | The value of the Jacobian of | |
lambda | The Lagrange multipliers at the solution |
|
maxfval |
| |
output | An output structure that contains information about the results of the optimization, see Output Structures. For structure field names, see individual function descriptions. | All functions |
residual | The value of the residual at the solution | |
resnorm | The value of the squared 2-norm of the residual at the
solution | |
x | The solution found by the optimization function. If | All functions |