1 2 3
use crate::operators::selection::moo::RandomSelection; pub type Nsga3RandomSelection = RandomSelection;