| Bugs In Grid |
|
|
|
|
The Model Bugs move around randomly in a 2 dimensional and toroidal grid space. They feed and grow. Food is represented as a grid cell property. When a bug arrives on a new cell, it eats the available food. Bugs also reproduce and cannibalize each other. The model was inspired by the paper of Railsback et al.: Agent-based Simulation Platforms: Review and Development Recommendations.
Just download the model archive and import it through Fables by right-clicking on the Project Explorer and select Import... from the popup menu. Tutorial An extensive tutorial is also available for the model. AuthorBoth the model and the source code was contributed by This e-mail address is being protected from spambots. You need JavaScript enabled to view it at August 17, 2011. How does it work? Bugs move around randomly in a 2 dimensional and toroidal grid space. They feed and grow. Food is represented as a grid cell property. When a bug arrives on a new cell, it eats the available food. Bugs also reproduce and cannibalize each other, implemented in the following way:
Modifying the model If you want to practice a little bit then it could be a good exercise to extend the bugs scenario. For example you could add one (or more) of the following improvements:
Related Models
References
|



