|
Version 1.0: first NetLogo program, impliments agents with changing variables, and a graph output.
Source code here: Version 1.0 Source
|
|
Version 1.1: Added variables to environment to keep agents in place, added death variable for agents.
Source code here: Version 1.1 Source
|
|
Version 1.2: Not much here, trying to adapt agents to smart movement.
Source code here Version 1.2 Source
|
|
Version 2.0: Lots of improvement. Added patches which act as food in which agents die when removed from and reproduce when attached to a stable source. Agents also move to locations of most food. Source code here: Version 2.0 Source
Note: The link for v2.0 has been modified to contain customizable sliders for different variables of the simulation, so this version is more like v2.5. Version 2.5 Source(Broken)
|
|
Version 3.0: This version fixes problems in version 2.0 where actions of agents in the environment were not corresponding to chosen parameters on the sliders. Also added variable to choose number of agents in environment. Source code here: Version 3.0 Source
|