Package | Description |
---|---|
org.encog.ml.ea.species | |
org.encog.ml.ea.train | |
org.encog.ml.ea.train.basic | |
org.encog.ml.prg.species | |
org.encog.neural.neat.training.species |
Modifier and Type | Class and Description |
---|---|
class |
SingleSpeciation
This speciation strategy simply creates a single species that contains the
entire population.
|
class |
ThresholdSpeciation
Speciate based on threshold.
|
Modifier and Type | Method and Description |
---|---|
Speciation |
EvolutionaryAlgorithm.getSpeciation() |
Modifier and Type | Method and Description |
---|---|
void |
EvolutionaryAlgorithm.setSpeciation(Speciation m)
Set the speciation method.
|
Modifier and Type | Method and Description |
---|---|
Speciation |
BasicEA.getSpeciation() |
Modifier and Type | Method and Description |
---|---|
void |
BasicEA.setSpeciation(Speciation speciation)
Set the speciation method.
|
Modifier and Type | Class and Description |
---|---|
class |
PrgSpeciation
Perform speciation for two Encog programs.
|
Modifier and Type | Class and Description |
---|---|
class |
OriginalNEATSpeciation
The original NEAT Speciation Strategy.
|
Copyright © 2014. All Rights Reserved.