[Question] Convergence instability with coupled Mach/Altitude optimization in long-endurance cruise #969
Unanswered
OscarEspinosaBarcenas
asked this question in
Q&A
Replies: 2 comments 7 replies
0 replies
|
Hey, Oscar Aviary has a built-in constraint to prevent descending during climb. In the phase_info, you can set the Nice work on getting things to converge. It can sometimes be a challenge getting a new aircraft model working, and we are always looking for ways to communicate to the user what is happening. |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hi Aviary team,
I am working on a trajectory optimization for a UAV monitoring mission (15km climb/descent with an 8-hour cruise), and I have successfully converged the simulation when optimizing Mach with altitude fixed.
But when I attempt to optimize both Mach and Altitude simultaneously to open up the design space, the problem fails to converge. I tried increasing the polynomial order for both variables from 1 to 3 to add degrees of freedom, but this resulted in unrealistic altitude oscillations (dipping and rising during cruise) rather than a steady flight path (see attached image).
Therefore, could you offer recommendations on the best approach for polynomial orders in long-duration phases? I suspect the higher order might be introducing instability, so I am wondering if I should focus on segmentation instead or if I should share my full phase_info for a deeper look.
Thanks for your support,
Oscar
phase_info_optimization.py
All reactions