[][src]Function non_dominated_sort::non_dominated_sort

pub fn non_dominated_sort<'s, S, D>(
    solutions: &'s [S],
    domination: &D
) -> Front<'s, S> where
    D: DominanceOrd<T = S>, 

Perform a non-dominated sort of solutions. Returns the first Pareto front.