Package modelarium.scheduler


@PublicApi package modelarium.scheduler
Provides policies for ordering local agent execution on each tick.

Modelarium includes deterministic in-order and seeded random-order schedulers and supports custom scheduler implementations.

  • Class
    Description
    Class for scheduling agents to execute in the order they appear in the agent set.
    Class for scheduling agents to execute in a randomised order for each tick.
    Interface for representing a scheduling policy for running a single tick of the agent-based model.