Module agent

Source
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