JuliaDynamics / JuliaDynamics/ABMFrameworksComparison
Uniformize Flocking in NetLogo
Nobody has claimed this yet.
- Dominant language
- NetLogo
- Stars
- 27
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
We should do this so each flocker considers all agents within distance when calculating the separate heading vector as it is done in the other frameworks, now it just look for one, which means the total time it takes in Flocking-large benchmark is lower than it should be
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the NetLogo implementation used by the Flocking-large benchmark and compare its separation-heading calculation with the corresponding implementations in the other frameworks. Confirm the current behavior and benchmark timing, then verify that the flockers consider all agents within the stated distance and that the benchmark reflects the corrected workload.
Written by the indexing model from the issue text.
Assessment
- Domain
- performance
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100