Re-exports§
pub use simul_macro;
pub use agent::*;
pub use message::*;
Modules§
Structs§
- Simulation
- A Simulation struct is responsible to hold all the state for a simulation and coordinates the actions and interactions of the agents.
- Simulation
Parameters - The parameters to create a Simulation.
- Simulation
State - State about the simulation that agents are aware of.
TODO: This may later just become the
Simulation
itself passed about.
Enums§
- Simulation
Mode - The current mode of a Simulation.
Type Aliases§
- Discrete
Time - DiscreteTime is a Simulation’s internal representation of time.