JuliaTeachingCTU / Scientific-Programming-in-Julia

Repository for B0M36SPJ
https://juliateachingctu.github.io/Scientific-Programming-in-Julia/dev/
MIT License
76 stars 12 forks source link

Final project: Parallel Ecosystem #60

Closed nmheim closed 11 months ago

nmheim commented 2 years ago

Implement / test / benchmark a parallelized version of the Ecosystem which would be based on multiple phases of an agent step:

  1. create a list of all potential interactions (e.g.: "wolf eats sheep", "sheep eats grass", ...)
  2. find collisions like "sheep1 eats grass1" / "sheep2 eats grass1" and resolve them
  3. execute interactions
  4. remove / spawn agents
nmheim commented 1 year ago

@pevnak @smidl do you think we should add this one to the projects page?