QP formulation from the MPC toolbox

31 ビュー (過去 30 日間)
Elias Prytz
Elias Prytz 2023 年 10 月 20 日
コメント済み: Elias Prytz 2023 年 10 月 23 日
Hi,
I am studying different QP solvers (e.g. qpOASES, OSQP, DAQP and Gurobi) for a project I am doing at my university. I want to test their capabilites in MPC. I have tested them in the aircraft example and gotten some reasonable results, but now I wonder which QP formulation Matlab's mpc generates.
Does it create some sort of reduced-space condensed QP based on the state-space model? I am guessing this is the case because the hessian (H) of the objective function is only 11x11 for the MPC example mentioned above, with a horizon of 50 (4 states and 2 inputs).
I am guessing that it is not some sort of step-response model formulation (not for the aircraft model at least) because the model has unstable poles.
Does anyone have insights into this?
Thanks

採用された回答

Emmanouil Tzorakoleftherakis
Emmanouil Tzorakoleftherakis 2023 年 10 月 23 日
編集済み: Emmanouil Tzorakoleftherakis 2023 年 10 月 23 日
We are currently using the dense formula as you mentioned, but also working on adding support for sparse problems. The following two links may be helpful:
  1 件のコメント
Elias Prytz
Elias Prytz 2023 年 10 月 23 日
This is exaclty what I was looking for, thank you!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeRefinement についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by