public class RankScaling<T extends Chromosome> extends Scaling<T>
Operator.Statistics
random, statistics
biggerIsBetter, fitness, ga
Constructor and Description |
---|
RankScaling() |
Modifier and Type | Method and Description |
---|---|
void |
scale(Population<T> pop)
Method used to scale the fitness of indivduals belonging to given
Population
|
getStatistics, updateStatistics
dispose, getFitness, init, isBiggerBetter, isFitnessChanged, setBiggerIsBetter, setBiggerIsBetter, setFitness, setFitness
public void scale(Population<T> pop)
Scaling
Population
scale
in class Scaling<T extends Chromosome>
pop
- population of individuals to scale