Function sim_rust::functions::generate_default_tick_collect[][src]

pub fn generate_default_tick_collect<A: 'static + Agent>(
    pop_size: u64,
    ticks: u64,
    runs: u64
) -> Result<(), &'static str>
Expand description

Generates an environment and runs it the simulation in multiple processes. This also runs the generated simulation with the given parameters.