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

HSL: more efficient solver for velocity smoothing #2

Open
francelico opened this issue Apr 13, 2022 · 0 comments
Open

HSL: more efficient solver for velocity smoothing #2

francelico opened this issue Apr 13, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@francelico
Copy link
Collaborator

Our code currently uses the IPOPT solver for velocity smoothing (https://coin-or.github.io/Ipopt/) , which is the default solver packaged in Casadi.

Recently a new version of the solver has been released by HSL (https://www.hsl.rl.ac.uk/ipopt/) claiming up to 3x speedup.

Velocity smoothing appears to take a significant amount of runtime, changing the solver may make a noticeable difference. We may need to re-tune the solver parameters after the change to observe a gain however.

Probably good to start with #1 first to get a way to quantitatively measure any improvement made.

@francelico francelico added the enhancement New feature or request label Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant