Function Output Arguments
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 |