public class TournamentSelection<S extends Solution<?>> extends Object implements SelectionOperator<List<S>,S>
| Constructor and Description |
|---|
TournamentSelection(Comparator<S> comparator,
int numberOfTournaments)
Constructor
|
TournamentSelection(int numberOfTournaments)
Constructor
|
public TournamentSelection(int numberOfTournaments)
public TournamentSelection(Comparator<S> comparator, int numberOfTournaments)
Copyright © 2018. All rights reserved.