org.encog.ml.ea.species
Interface Speciation
-
- All Known Implementing Classes:
- OriginalNEATSpeciation, PrgSpeciation, SingleSpeciation, ThresholdSpeciation
public interface SpeciationDefines a speciation strategy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidinit(EvolutionaryAlgorithm theOwner)Setup the speciation strategy.voidperformSpeciation(java.util.List<Genome> genomeList)Perform the speciation.
-
-
-
Method Detail
-
init
void init(EvolutionaryAlgorithm theOwner)
Setup the speciation strategy.- Parameters:
theOwner- The owner.
-
performSpeciation
void performSpeciation(java.util.List<Genome> genomeList)
Perform the speciation.- Parameters:
genomeList- The genomes to speciate.
-
-
DMelt 3.0 © DataMelt by jWork.ORG