Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add node pruning continuation strategy #186

Open
msparapa opened this issue May 10, 2019 · 0 comments
Open

Add node pruning continuation strategy #186

msparapa opened this issue May 10, 2019 · 0 comments

Comments

@msparapa
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant