Function generate_default_tick_collect

Source
pub fn generate_default_tick_collect<A>(
    pop_size: u64,
    ticks: u64,
    runs: u64,
) -> VoidResult
where 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.