public class SingleSpeciation extends java.lang.Object implements Speciation
| Constructor and Description |
|---|
SingleSpeciation() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(EvolutionaryAlgorithm theOwner)
Setup the speciation strategy.
|
void |
performSpeciation(java.util.List<Genome> genomeList)
Perform the speciation.
|
public void init(EvolutionaryAlgorithm theOwner)
init in interface SpeciationtheOwner - The owner.public void performSpeciation(java.util.List<Genome> genomeList)
performSpeciation in interface SpeciationgenomeList - The genomes to speciate.