Function sim_rust::functions::generate_default_env [−][src]
pub fn generate_default_env<A: 'static + Agent>(
pop_size: u64
) -> Result<Box<dyn Environment>, &'static str>
Expand description
Generates a standard environment with a specified agent. This environment is the standard implementation and does not provide any custom behavior.