org.encog.ml.ea.species
public class SingleSpeciation extends Object implements Speciation
| Constructor and Description |
|---|
SingleSpeciation() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(EvolutionaryAlgorithm theOwner)
Setup the speciation strategy.
|
void |
performSpeciation(List<Genome> genomeList)
Perform the speciation.
|
public void init(EvolutionaryAlgorithm theOwner)
init in interface SpeciationtheOwner - The owner.public void performSpeciation(List<Genome> genomeList)
performSpeciation in interface SpeciationgenomeList - The genomes to speciate.Copyright © 2014. All Rights Reserved.