Function vrp_core::solver::population::get_default_population[][src]

pub fn get_default_population(
    problem: Arc<Problem>,
    environment: Arc<Environment>
) -> Box<dyn Population + Send + Sync>

Gets default population algorithm.