ADMM
Description
Use the ADMM
object to set options for the active-set QP solver
used within an mpc
object.
Creation
Creating an mpc
object automatically creates an ADMM
object set to default options. If the Optimizer.Solver
property of the
mpc
object is set to "admm"
, the ADMM
object is assigned to the Optimizer.SolverOption
property of the
mpc
object. You can access the object and its properties using dot
notation.
Properties
Object Functions
Examples
References
[1] Boyd, Stephen, Neal Parikh, Eric Chu, Borja Peleato and Jonathan Eckstein. “Distributed Optimization and Statistical Learning via the Alternating Direction Method of Multipliers.” Foundations and Trends® in Machine Learning 3, no. 1 (2010): 1–122. https://doi.org/10.1561/2200000016.
Version History
Introduced in R2024a
See Also
Functions
quadprog
(Optimization Toolbox)
Objects
mpc
|ActiveSet
|InteriorPoint
|BranchBound