public class SPEA2TournamentSelection extends TournamentSelection
P_PICKWORST, P_SIZE, P_TOURNAMENT, pickWorst, probabilityOfPickingSizePlusOneINDS_PRODUCEDNO_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, typicalIndsProducedclone, getProbability, pickRandom, preparePipeline, setProbability, setupProbabilitiespublic int getRandomIndividual(int number,
int subpopulation,
EvolutionState state,
int thread)
TournamentSelectiongetRandomIndividual in class TournamentSelectionCopyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.