Function sim_rust::functions::generate_tick_collect  [−][src]
pub fn generate_tick_collect<E, A>(
    pop_size: u64, 
    ticks: u64, 
    runs: u64
) -> VoidResult where
    E: 'static + Environment,
    A: 'static + Agent, Expand description
Generates a custom environment and runs it the simulation in multiple processes. This also runs the generated simulation with the given parameters.
