-
Notifications
You must be signed in to change notification settings - Fork 1
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
Refactoring velocity predictors #127
base: staging-collab-2
Are you sure you want to change the base?
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
We updated staging-collab-2, please make sure you pull origin, resolve conflicts and pass the tests. |
I updated |
I deleted |
Updated formulation of Vicsek predictors to remove vector averaging of velocity magnitude. The velocity magnitude is now sampled from a gaussian centered at the velocity of previous time step. Previously used
_generic_velocity_predictor
with a mechanism-specific transformation of interaction partner velocities did not allow for this change in the vicsek predictor. So I have now removed it, and I directly wrote two generate functions for pairwiseCopying and vicsek.