org.encog.ml.ea.species
public interface Speciation
Modifier and Type | Method and Description |
---|---|
void |
init(EvolutionaryAlgorithm theOwner)
Setup the speciation strategy.
|
void |
performSpeciation(List<Genome> genomeList)
Perform the speciation.
|
void init(EvolutionaryAlgorithm theOwner)
theOwner
- The owner.Copyright © 2014. All Rights Reserved.