mpcInteriorPointOptions
Create default option set for
mpcInteriorPointSolver
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
Objects
Topics
- Solve Custom MPC Quadratic Programming Problem and Generate Code
- Simulate MPC Controller with a Custom QP Solver
- Simulate and Generate Code for MPC Controller with Custom QP Solver
- Optimizing Tuberculosis Treatment Using Nonlinear MPC with Custom Solver
- QP Optimization Problem for Linear MPC
- QP Solvers for Linear MPC