You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that continuation can return initial guesses, one strategy I think would be helpful is a node pruning strategy. It doesn't change the mission, but rather tries to solve the same mission with less nodes. This is useful because, sometimes an initial guess or continuation may use a huge number of nodes, then later a lot of nodes aren't required but are included anyways. This slows down bvp solvers that use every node in calculation.
Doing this manually, I've gotten ~90% speedup for some problems.
The text was updated successfully, but these errors were encountered:
Now that continuation can return initial guesses, one strategy I think would be helpful is a node pruning strategy. It doesn't change the mission, but rather tries to solve the same mission with less nodes. This is useful because, sometimes an initial guess or continuation may use a huge number of nodes, then later a lot of nodes aren't required but are included anyways. This slows down bvp solvers that use every node in calculation.
Doing this manually, I've gotten ~90% speedup for some problems.
The text was updated successfully, but these errors were encountered: