public class SPEA2TournamentSelection extends TournamentSelection
P_PICKWORST, P_SIZE, P_TOURNAMENT, pickWorst, probabilityOfPickingSizePlusOneINDS_PRODUCED, KEY_PARENTSNO_PROBABILITY, P_PROB, probability| Constructor and Description |
|---|
SPEA2TournamentSelection() |
| Modifier and Type | Method and Description |
|---|---|
int |
getRandomIndividual(int number,
int subpopulation,
EvolutionState state,
int thread)
Produces the index of a (typically uniformly distributed) randomly chosen individual
to fill the tournament.
|
betterThan, defaultBase, getTournamentSizeToUse, individualReplaced, produce, setup, sourcesAreProperFormfinishProducing, prepareToProduce, produce, produces, produceWithoutCloning, typicalIndsProducedclone, fillStubs, getProbability, pickRandom, preparePipeline, setProbability, setupProbabilitiespublic int getRandomIndividual(int number,
int subpopulation,
EvolutionState state,
int thread)
TournamentSelectiongetRandomIndividual in class TournamentSelection