moors 0.2.10

Solving multi-objective optimization problems using genetic algorithms.
Documentation
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;