Function genevo::simulation::simulator::simulate [] [src]

pub fn simulate<A>(algorithm: A) -> SimulatorBuilderWithAlgorithm<A> where
    A: Algorithm

The simulate function creates a new Simulator for the given algorithm::Algorithm.