Getting Started
Agents
Agents.initiate()
Agents.restart()
Agents.restore_state()
Agents.save_state()
Agents.step()
Reference
About
This class initalizes all agent classes, and is used to activate the agents each timestep.
model – The GEB model
Initiate all agents.
None
Restart all agents.
Load the state of all agents.
Save the state of all agents.
This function is called every timestep and activates the agents in order of NGO, government and then farmers.