Agents

class Agents(model)[source]

This class initalizes all agent classes, and is used to activate the agents each timestep.

Parameters:

model – The GEB model

step()[source]

This function is called every timestep and activates the agents in order of NGO, government and then farmers.

Return type:

None