Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
agent_based_model:processes [2013/02/07 19:24]
juliana
— (current)
Line 1: Line 1:
-===== Processes ===== 
  
-The model is fed back to the end of each step and follows this general sequence of the processes: 
-{{ :​agent_based_model:​pop_landscape3.jpg |}} 
- 
-**Births** 
- 
-The number of births in a time step is defined by a rate determined by a function whose average is influenced by the amount of resources in the landscape.This rate multiplied by the number of rabbits in the current time step define the number of births. After the birth agents are distributed in groups (types) according to the proportion of types in the population.{{ :​agent_based_model:​births_4.jpg |}}{{ :​agent_based_model:​typing_2.jpg |}} 
- 
-**Movement** 
- 
-The agent analyzes the amount of resources in the cells around it considering its capacity of vision and the cells not occupied by other agents. It looks for the cell with the greater amount of resources. When it moves to this cell the amount of resources given by the parameter attribute "​Resources spent to move" is subtracted from its stock of calories. 
- 
-**Intake** 
- 
-After the movement the agent extracts the amount of resources until the limit of its absorptive capacity considering the attribute parameter “Maximum absorption of resources”. This value is subtracted from the corresponding cell in the map of resources and is added to the agent’s stock of calories. 
-Landscape recovery ​ 
- 
- 
-**Landscape recovery** ​ 
- 
-Recovery happens every time step considering the current amount of resources in the cell and the maximum capacity of resources through a logistic function.{{ :​agent_based_model:​mils.jpg |}}{{ :​agent_based_model:​movement_intake_and_recovery.jpg |}} 
- 
-**Death** 
- 
-There are two causes of death for the agents:\\ 
- 
--Starvation:​ lack of enough energy to stay alive. It happens when its stock reaches to zero calories.\\ 
- 
--Age: the number of deaths in a time step is defined by a value that represents the average of a normal function that will determine the maximum age for an agent to live at each time step. If its current age is greater than this value the agent dies, if it’s not it remains alive. 
- 
-[[agent_based_model:​model_dynamics|Back to Model Dynamics]] 
- 
-[[agent_based_model:​start|Back to Home]]\\