Contents:
elecsim.mesa_addons.scheduler_addon.
OrderedActivation
Bases: mesa.time.BaseScheduler
mesa.time.BaseScheduler
A scheduler which activates each agent in the order that they are added to the scheduler
Assumes that all agents have a step(model) method.
step
Executes the step of all agents, one at a time.