Class NaryTournamentSelection<S extends Solution<?>>
java.lang.Object
org.uma.jmetal.component.catalogue.ea.selection.impl.NaryTournamentSelection<S>
- All Implemented Interfaces:
Selection<S>
-
Constructor Summary
ConstructorsConstructorDescriptionNaryTournamentSelection(int tournamentSize, int matingPoolSize, Comparator<S> comparator) NaryTournamentSelection(int tournamentSize, int matingPoolSize, RankingAndDensityEstimatorPreference<S> preference) NaryTournamentSelection(NaryTournamentSelection<S> selection, int matingPoolSize) -
Method Summary
-
Constructor Details
-
NaryTournamentSelection
-
NaryTournamentSelection
-
NaryTournamentSelection
public NaryTournamentSelection(int tournamentSize, int matingPoolSize, RankingAndDensityEstimatorPreference<S> preference)
-
-
Method Details