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

Opt5 #89

Closed
wants to merge 9 commits into from
Closed

Opt5 #89

wants to merge 9 commits into from

Conversation

SteveMacenski
Copy link
Collaborator

@SteveMacenski SteveMacenski commented Jul 22, 2022

Removes is_path_longer_than_trajectory logic since it doesn't seem to impact run time with the already reduced path (but does alot of "work" with cumsum and powers that we want to avoid for jitter), removes some sqrt operations within the inner most loop, allocates memory outside of the loop.

Overall, shaves about 0.5ms off of the critic. Its not huge, but its something based on the changes trying to make a bigger dent.

Its not a huge impact on any particular problem, but it definitely won't hurt either

@SteveMacenski SteveMacenski changed the base branch from develop to sep_ten_traj July 22, 2022 22:36
@SteveMacenski SteveMacenski marked this pull request as ready for review July 22, 2022 22:36
Base automatically changed from sep_ten_traj to develop July 25, 2022 19:58
@artofnothingness artofnothingness deleted the opt5 branch July 25, 2022 19:59
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

Successfully merging this pull request may close these issues.

2 participants