Create optimization options
returns a set of default options for the options
= optimoptions(SolverName
)SolverName
solver.
returns options
= optimoptions(SolverName
,Name,Value
)options
with specified parameters set using one or
more name-value pair arguments.
returns a copy of options
= optimoptions(oldoptions
,Name,Value
)oldoptions
with the named parameters
altered with the specified values.
returns default options for the options
= optimoptions(SolverName
,oldoptions
)SolverName
solver, and copies
the applicable options in oldoptions
to
options
.
The Optimize Live Editor task lets you set options visually. For an example, see Optimize Live Editor Task with fmincon Solver.