12.07.2015 Views

What Is Optimization Toolbox?

What Is Optimization Toolbox?

What Is Optimization Toolbox?

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

5 <strong>Optimization</strong> Toolfminimax Problem SetupFunction to MinimizeObjective function (required) is the vector-valued function for which youwant to find a minimax solution. Specify the function as a function handle ofthe form @objfun, whereobjfun.m is an M-file, or as an anonymous function.For a description of this M-file, see the “Input Arguments” on page 8-56section of the function reference page.Derivatives specifies if the gradient is supplied in the objective function or ifit should be approximated by the solver.Start point (required) is the initial point (vector) for the algorithm.ConstraintsLinear inequalities of the form A*x ≤ b are specified by the matrix A andthe vector b.Linear equalities of the form Aeq*x = beq are specified by the matrix Aeqand the vector beq.5-14

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!