Skip to content

Project1 Submission #7

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

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

Conversation

HC-Mark
Copy link

@HC-Mark HC-Mark commented Sep 8, 2019

repo link: https://github.com/HC-Mark/Project1-CUDA-Flocking

features implemented:

  1. implement the naive, scattered, and coherent implementation of boid simulation.
  2. update the readme to do the performance analysis as well as some experiences worthy being remembered in this project.

Feedback:

  1. The N-1 in rules is no longer valid if we use a search distance for each boid. Hence, it is necessary to update the instruction to use a counter to count how many boids within the search distance and divide the perceived center and velocity by that value.

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