Does MPC without constraints also solves QP problem? How to check QP solver within matlab?
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Emmanouil Tzorakoleftherakis
2024-5-29
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 个评论
Emmanouil Tzorakoleftherakis
2024-5-30
The QP is solved, just not numerically, since we have an analytical solution in this case.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Model Predictive Control Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!