Trait vrp_core::algorithms::nsga2::MultiObjective [−][src]
pub trait MultiObjective: Objective {
fn objectives<'a>(
&'a self
) -> Box<dyn Iterator<Item = &Arc<dyn Objective<Solution = Self::Solution> + Send + Sync>> + 'a>;
}Expand description
A multi objective.