nlmpcMultistageの最適化アルゴリズムについて
Afficher commentaires plus anciens
nlmpcMultistageの最適化アルゴリズムについて質問です。
ソルバーのカスタムは行わず、nlmpcMultistageオブジェクトに
- Model.StateFcn
- States.Min
- States.Max
- ManipulatedVariables.Min
- ManipulatedVariables.Max
- ManipulatedVariables.RateMin
- ManipulatedVariables.RateMax
- Stages(ct).CostFcn
- Model.TerminalState
を与えて実装した後nlmpcmoveを使いモデル予測制御を解いているのですが、この時内部ではどのようにして最適制御問題を解いているのか教えていただけないでしょうか?fminconが使われているため、最適制御問題を非線形計画問題に変換して解いているかと思うのですが、この変換方法などご教示いただけますと幸いです。よろしくお願いいたします。
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Model Predictive Control Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!