1 2 3 4 5
use crate::operators::selection::moo::Nsga2RankAndScoringSelection; // AgeMoea selection oprator is exactly the same as NSGA-II pub type AgeMoeaRankCrowdingSelection = Nsga2RankAndScoringSelection;