Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
agent_based_model:model_dynamics [2013/02/06 17:26] juliana |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Model Dynamics ===== | ||
- | |||
- | The model is composed by agents that interact with the environment which is a grid of cells with different amount of resources distributed. Agents and environment coexist through a set of behavior rules. {{ :agent_based_model:rules.jpg?200 |}} | ||
- | |||
- | |||
- | **Overview** | ||
- | |||
- | The rabbit population, the landscape and calories of each individual can be seen as stocks of agents, resources and energy respectively.\\ | ||
- | The stock of agents increases with births and decreases with deaths, the landscape resource stock increases with landscape recovery and decreases with the total consumption by the the agents population, and the stock of calories of an agent increases with individual intake and decreases with individual spends in metabolism and movement.\\ | ||
- | The stock of landscape resources influences in the birth process as well as the stock of the rabbit population. The number of agents also directly influences in the total consumption of the resources and the decrease of the stock of agents population depends on the individual's age and calories.\\ | ||
- | |||
- | {{ :agent_based_model:vensim2.jpg |}} | ||
- | |||
- | The agents have predefined genetic features (static attributes) as vision and metabolism, which determine the capacity to localize the resources and dawn them from the landscape, for example. Furthermore, the agents have dynamic and individual states as location and health. Landsacape also has attributes such as resources recovery. | ||
- | Here you can find more details about the agents and landscape attributes and how the processes in the model works: | ||
- | |||
- | * [[agent_based_model:Agents]]\\ | ||
- | |||
- | * [[agent_based_model:Landscape]]\\ | ||
- | |||
- | * [[agent_based_model:Processes]]\\ |