pub fn generate_default_tick_collect<A>(
pop_size: u64,
ticks: u64,
runs: u64,
) -> VoidResultwhere
A: 'static + Agent,
Expand description
Generates an environment and runs it the simulation in multiple processes. This also runs the generated simulation with the given parameters.