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

Update CompiledCode.m #8

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Update CompiledCode.m #8

wants to merge 5 commits into from

Conversation

andyeske
Copy link
Contributor

No description provided.

andyeske added 5 commits May 21, 2020 21:26
The only thing that this branch has extra is that it now has two for loops - the exact same for loop of the original, but twice - essentially, the idea is that the first for loop has a bigger stepSize, so after sweeping through the range of e and mu it would return the approximate optimal e and mu. The second for loop takes as an input these e and mu, and has a finer stepSize set around these e and mu. It does the same thing, but overall should give a slightly more precise e and mu. In theory, these two for loops should run faster than the single for loop since we can avoid sweeping through unimportant areas!
Just changed a little bit one of the helper functions to spit out more info about the impacts, besides the velocities - ReadData gives out two matrices (Pre and Post) that have data for most of the impacts that occur!
Base automatically changed from UpdatedCompiledCode to master May 22, 2020 21:31
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.

1 participant