Which Optimizer should I use?

2 ビュー (過去 30 日間)
Brendan Görres
Brendan Görres 2018 年 12 月 1 日
コメント済み: Mayank Saneja 2022 年 5 月 30 日
Currently I am working on a code that optimizes the flight path of an ascending rocket to a final orbit in terms of mass reduction. More precisely I would like my code to optimize my Equations of Motions so that it returns me a function alpha(t). Alpha(t) is a thrust vector control variable.
Which Optimizer should I use for that problem and why?
Hope you can help me out, thanks!
  1 件のコメント
Mayank Saneja
Mayank Saneja 2022 年 5 月 30 日
Can you please upload your code for the trajectory optimization.
Thank You

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

採用された回答

Stephan
Stephan 2018 年 12 月 1 日
編集済み: Stephan 2018 年 12 月 1 日
Hi,
this appears to be an optimal control problem. Consider to use Symbolic Math Toolbox - espacially have a look at the functionalDerivative function. If you set this expression equal to zero, it enables to get a function alpha(t) that optimizes the functional which describes your system. There are some examples given in the documentation - maybe this is the right choice to tackle your problem.
Best regards
Stephan

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by