|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Speciation | |
---|---|
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 |
Uses of Speciation in org.encog.ml.ea.species |
---|
Classes in org.encog.ml.ea.species that implement Speciation | |
---|---|
class |
SingleSpeciation
This speciation strategy simply creates a single species that contains the entire population. |
class |
ThresholdSpeciation
Speciate based on threshold. |
Uses of Speciation in org.encog.ml.ea.train |
---|
Methods in org.encog.ml.ea.train that return Speciation | |
---|---|
Speciation |
EvolutionaryAlgorithm.getSpeciation()
|
Methods in org.encog.ml.ea.train with parameters of type Speciation | |
---|---|
void |
EvolutionaryAlgorithm.setSpeciation(Speciation m)
Set the speciation method. |
Uses of Speciation in org.encog.ml.ea.train.basic |
---|
Methods in org.encog.ml.ea.train.basic that return Speciation | |
---|---|
Speciation |
BasicEA.getSpeciation()
|
Methods in org.encog.ml.ea.train.basic with parameters of type Speciation | |
---|---|
void |
BasicEA.setSpeciation(Speciation speciation)
Set the speciation method. |
Uses of Speciation in org.encog.ml.prg.species |
---|
Classes in org.encog.ml.prg.species that implement Speciation | |
---|---|
class |
PrgSpeciation
Perform speciation for two Encog programs. |
Uses of Speciation in org.encog.neural.neat.training.species |
---|
Classes in org.encog.neural.neat.training.species that implement Speciation | |
---|---|
class |
OriginalNEATSpeciation
The original NEAT Speciation Strategy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |