Package org.uma.jmetal.component.catalogue.ea.selection.impl
package org.uma.jmetal.component.catalogue.ea.selection.impl
-
ClassesClassDescriptionNaryTournamentSelection<S extends Solution<?>>NeighborhoodSelection<S extends Solution<?>>This class produces a mating pool composed of solutions belonging to a neighborhood.PopulationAndNeighborhoodSelection<S extends Solution<?>>This class allows to select N different solutions that can be taken from a solution list (i.e, population or swarm) or from a neighborhood according to a given probability.RandomSelection<S extends Solution<?>>Randomly select a number of solutions from a list, with or without replacement