public class SelectionTournament extends SelectionHelper
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_TOURNAMENT_SIZE
Tournament Size
|
private int |
k
Tournament Size
|
private static float |
p
Selection Pressure (Not used for now)
|
| Constructor and Description |
|---|
SelectionTournament(int tournamentSize) |
| Modifier and Type | Method and Description |
|---|---|
Organism |
select(Organism[] generation) |
private static final float p
public static final int DEFAULT_TOURNAMENT_SIZE
private int k
public Organism select(Organism[] generation)
select in class SelectionHelper