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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: