mpcCustomSolverにてQP以外の解法で解くことは可能でしょうか
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
MPCの最適化問題を解く際に通常のQPで解くのではなく、
ADMM(Alternating Direction Method of Multipliers)を用いて
最適化問題を解いていきたいと考えているのですが、mpcCustomSolverで
QP以外の最適化問題を解くことは可能でしょうか?
0 comentarios
Respuestas (1)
Toshinobu Shintai
el 18 de Nov. de 2020
mpcCustomSolverによるQPソルバーの置き換えにおいては、どのようなアルゴリズムでも利用できます。
以下のリンク先にありますように、mpcCustomSolverはH, g, A, b, x0を入力してxを出力すればよいので、どのような計算を行ってもよいです。
0 comentarios
Ver también
Categorías
Más información sobre Model Predictive Control Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!