Expand description
Re-exports of scheduler types from rustsim-core.
This is a convenience crate - all types originate in
rustsim_core::scheduler. Use rustsim-schedulers when you need
schedulers without pulling in the full core crate.
Structs§
- ByProperty
- Property-sorted scheduler - activates agents sorted by a user-defined key.
- Fastest
- Fastest scheduler - returns agents in store iteration order.
- Partially
Random - Partial random scheduler - activates a random subset of agents each step.
- Randomly
- Random scheduler - shuffles agent IDs each step using the model’s RNG.
Traits§
- Scheduler
- Trait for agent activation schedulers.