CodingTrain / Suggestion-Box

A repo to track ideas for topics
572 stars 86 forks source link

Wolf - Sheep - Grass model #1075

Open kwichmann opened 6 years ago

kwichmann commented 6 years ago

This sounds like a fun model to implement and play around with:

https://ccl.northwestern.edu/netlogo/models/WolfSheepPredation

(Can be done with or without grass as described in the link)

shiffman commented 6 years ago

Oh this looks fun! @aidannelson, how similar is this to what you attempted in Nature of Code last year?

AidanNelson commented 6 years ago

Looks fairly similar!

I based mine off of this paper describing a sheep and herding dog agent-based-model. The live version is here and code is here. These agent based systems are super fun to watch! I remember reading further about models which accounted for multiple herding dogs (but could just as easily be hunting animals) working as a pack, but modeled as individuals, which is a super interesting challenge.

kwichmann commented 6 years ago

For a somewhat more complex model, one might consider letting the wolves and sheep be boids with differents behaviours. Edit: I now realize this is similar to the link above.