public interface Speciation
| Modifier and Type | Method and Description |
|---|---|
void |
init(EvolutionaryAlgorithm theOwner)
Setup the speciation strategy.
|
void |
performSpeciation(java.util.List<Genome> genomeList)
Perform the speciation.
|
void init(EvolutionaryAlgorithm theOwner)
theOwner - The owner.void performSpeciation(java.util.List<Genome> genomeList)
genomeList - The genomes to speciate.