Package | Description |
---|---|
jcgp | |
jcgp.backend.modules.es |
Modifier and Type | Method and Description |
---|---|
EvolutionaryStrategy |
JCGP.getEvolutionaryStrategy() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<EvolutionaryStrategy> |
JCGP.getEvolutionaryStrategies() |
Modifier and Type | Class and Description |
---|---|
class |
MuPlusLambda
(μ + λ)-ES
This strategy selects the μ fittest chromosomes from the population. |
class |
TournamentSelection
Tournament selection
This strategy generates a new population by selecting a specified number of chromosomes from the original population and selecting the fittest out of the isolated subset (the tournament). |