Package | Description |
---|---|
smile.gap |
Genetic algorithm and programming.
|
Modifier and Type | Method and Description |
---|---|
GeneticAlgorithm |
GeneticAlgorithm.setElitism(int elitism)
Sets the number of best chromosomes to copy to new population.
|
GeneticAlgorithm |
GeneticAlgorithm.setLocalSearchSteps(int t)
Sets the number of iterations of local search for Lamarckian algorithm.
|
GeneticAlgorithm |
GeneticAlgorithm.setTournament(int size,
double p)
Set the tournament size and the best-player-wins probability in
tournament selection.
|
Copyright © 2015. All rights reserved.