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

조회 수: 1 (최근 30일)
Ken Tsuruta
Ken Tsuruta 2020년 11월 18일
답변: Toshinobu Shintai 2020년 11월 18일
MPCの最適化問題を解く際に通常のQPで解くのではなく、
ADMM(Alternating Direction Method of Multipliers)を用いて
最適化問題を解いていきたいと考えているのですが、mpcCustomSolverで
QP以外の最適化問題を解くことは可能でしょうか?

답변 (1개)

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

카테고리

Help CenterFile Exchange에서 Refinement에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!