Expand description
Agent traits and structures
Traits defining required agent functionality and some implementations of common data structures of agents for use in simulations.
Re-exports§
pub use agent_vec::*;pub use singleton_agent::*;pub use traits::*;
Modules§
- agent_
vec - Vector data structure of simulation agents
- singleton_
agent - Implementation of AgentSet for a single agent
- traits
- Traits designating required simulation agent functionality