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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
@m-brandon-haworth some questions for you on the PAM part
Is this correct, that there shouldn't be an
else
here:crowds/exts/siborg.simulate.crowd/siborg/simulate/crowd/models/pam.py
Lines 163 to 168 in eb80d3d
What's the difference between replacing the earlier collisions with the current collision, once max_neighbors is reached?
crowds/exts/siborg.simulate.crowd/siborg/simulate/crowd/models/pam.py
Lines 166 to 168 in eb80d3d
The neighbor order isn't based on distance (its random) so why bother replacing and not just skip?
Beta Was this translation helpful? Give feedback.
All reactions