Main Content
mpcInteriorPointOptions
Description
Settings for mpcInteriorPointSolver
, that you can use to solve a QP optimization
problem. To set options for the interior-point QP solver used within the
mpc
object instead, access the InteriorPoint
object within the Optimizer
property of the mpc
object using dot notation.
creates an options
= mpcInteriorPointOptionsInteriorPoint
options object containing default options
for mpcInteriorPointSolver
, which solves a quadratic programming (QP)
problem using an interior-point algorithm.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2020a
See Also
Functions
mpcInteriorPointSolver
|mpcActiveSetSolver
|mpcActiveSetOptions
|setCustomSolver
|quadprog
(Optimization Toolbox) |InteriorPoint