pub type DynHeuristicPopulation<O, S> = dyn HeuristicPopulation<Objective = O, Individual = S> + Send + Sync;
Expand description

Specifies a dynamically dispatched type for heuristic population.