Does MPC without constraints also solves QP problem? How to check QP solver within matlab?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi, I have one confusion about MPC controller, usually the cost function is minimized by solving QP problem at each time step.
Is MPC solves QP problem only when we have constraints or unconstraint's MPC the optimal U is find by solving QP problem? and How to check in MATLAB that MPC is solving QP or not?
0 Kommentare
Antworten (1)
Emmanouil Tzorakoleftherakis
am 29 Mai 2024
Hi,
If you don't have constraints, the toolbox will use the analytical solution to the problem, which you can see here. This happens automatically under the hood.
2 Kommentare
Emmanouil Tzorakoleftherakis
am 30 Mai 2024
The QP is solved, just not numerically, since we have an analytical solution in this case.
Siehe auch
Kategorien
Mehr zu Model Predictive Control Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!