Government

class Government(model, agents)[source]

This class is used to simulate the government.

Parameters:
  • model – The GEB model.

  • agents – The class that includes all agent types (allowing easier communication between agents).

step()[source]

This function is run each timestep.

Return type:

None