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.

optimsetLineSearchType'cubicpoly' |{'quadcubic'}MaxNodes Positive scalar |{1000*NumberOfVariables}MaxRLPIter Positive scalar |{100*NumberOfVariables}MaxSQPIterPositive integerMaxTime Positive scalar | {7200}MeritFunction'singleobj' |{'multiobj'}MinAbsMax Positive scalar integer | {0}NodeDisplayInterval Positive scalar | {20}NodeSearchStrategyNonlEqnAlgorithm'df' |{'bn'}{'dogleg'} |'lm' | 'gn', where'lm'is Levenburg-Marquardt and 'gn' isGauss-Newton.RelLineSrchBnd Real nonnegative scalar | {[]}RelLineSrchBndDuration Positive integer | {1}SimplexTolRLPFunTolXIntegerWhen you set 'Simplex' to 'on' and'LargeScale' to 'off', linprog uses thesimplex algorithm to solve a contrainedlinear programming problem.Positive scalar | {1e-6}Positive scalar | {1e-8}ExamplesThis statement creates an optimization options structure calledoptions in which the Display option is set to 'iter' and the TolFunoption is set to 1e-8.options = optimset('Display','iter','TolFun',1e-8)8-187

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

Saved successfully!

Ooh no, something went wrong!