Class NaryTournamentGlobalBestSelection
java.lang.Object
org.uma.jmetal.component.catalogue.pso.globalbestselection.impl.NaryTournamentGlobalBestSelection
- All Implemented Interfaces:
GlobalBestSelection
-
Constructor Summary
ConstructorsConstructorDescriptionNaryTournamentGlobalBestSelection(int tournamentSize, Comparator<DoubleSolution> comparator) -
Method Summary
-
Constructor Details
-
NaryTournamentGlobalBestSelection
-
-
Method Details
-
select
- Specified by:
selectin interfaceGlobalBestSelection
-