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.

fminimaxIf nonlcon returns a vector c of m components and x has length n, wheren is thelength of x0, then the gradient GC of c(x) is an n-by-m matrix, where GC(i,j)is the partial derivative of c(j) with respect to x(i) (i.e., the jth column of GCis the gradient of the jth inequality constraint c(j)). Likewise, if ceq has pcomponents, the gradient GCeq of ceq(x) is an n-by-p matrix, where GCeq(i,j)is the partial derivative of ceq(j) with respect to x(i) (i.e., the jth column ofGCeq is the gradient of the jth equality constraint ceq(j)).Note Because the functions in <strong>Optimization</strong> <strong>Toolbox</strong> only accept inputs oftype double, user-supplied objective and nonlinear constraint functions mustreturn outputs of type double.“Avoiding Global Variables via Anonymous and Nested Functions” on page2-20 explains how to parameterize the nonlinear constraint function nonlcon,if necessary.options“Options” on page 8-61 provides the function-specific details for the optionsvalues.OutputArguments“Function Arguments” on page 6-2 contains general descriptionsof arguments returned by fminimax. This section providesfunction-specific details for exitflag, lambda, maxfval, andoutput:8-59

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

Saved successfully!

Ooh no, something went wrong!