Clear Filters
Clear Filters

mpcCustomS​olverにてQP以​外の解法で解くことは​可能でしょうか

2 views (last 30 days)
Ken Tsuruta
Ken Tsuruta on 18 Nov 2020
Answered: Toshinobu Shintai on 18 Nov 2020
MPCの最適化問題を解く際に通常のQPで解くのではなく、
ADMM(Alternating Direction Method of Multipliers)を用いて
最適化問題を解いていきたいと考えているのですが、mpcCustomSolverで
QP以外の最適化問題を解くことは可能でしょうか?

Answers (1)

Toshinobu Shintai
Toshinobu Shintai on 18 Nov 2020
mpcCustomS​olverによるQPソルバーの置き換えにおいては、どのようなアルゴリズムでも利用できます。
以下のリンク先にありますように、mpcCustomS​olverはH, g, A, b, x0を入力してxを出力すればよいので、どのような計算を行ってもよいです。

Categories

Find more on Model Predictive Control Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!