Package | Description |
---|---|
org.encog.ml.ea.genome | |
org.encog.ml.ea.opp.selection | |
org.encog.ml.ea.population | |
org.encog.ml.ea.sort | |
org.encog.ml.ea.species | |
org.encog.ml.ea.train.basic |
Modifier and Type | Method and Description |
---|---|
Species |
BasicGenome.getSpecies() |
Species |
Genome.getSpecies() |
Modifier and Type | Method and Description |
---|---|
void |
BasicGenome.setSpecies(Species s) |
void |
Genome.setSpecies(Species s)
Set the species for this genome.
|
Modifier and Type | Method and Description |
---|---|
int |
TruncationSelection.performAntiSelection(Random rnd,
Species species)
Selects an unfit genome.
|
int |
SelectionOperator.performAntiSelection(Random rnd,
Species species)
Selects an unfit genome.
|
int |
TournamentSelection.performAntiSelection(Random rnd,
Species species)
Selects an unfit genome.
|
int |
TruncationSelection.performSelection(Random rnd,
Species species)
Selects an fit genome.
|
int |
SelectionOperator.performSelection(Random rnd,
Species species)
Selects an fit genome.
|
int |
TournamentSelection.performSelection(Random rnd,
Species species)
Selects an fit genome.
|
Modifier and Type | Method and Description |
---|---|
Species |
BasicPopulation.createSpecies()
Create a species.
|
Species |
Population.createSpecies()
Create a species.
|
Species |
BasicPopulation.determineBestSpecies()
Determine which species has the top genome.
|
Species |
Population.determineBestSpecies()
Determine which species has the top genome.
|
Modifier and Type | Method and Description |
---|---|
List<Species> |
BasicPopulation.getSpecies() |
List<Species> |
Population.getSpecies() |
Modifier and Type | Method and Description |
---|---|
int |
SpeciesComparator.compare(Species sp1,
Species sp2) |
Modifier and Type | Class and Description |
---|---|
class |
BasicSpecies
Provides basic functionality for a species.
|
Modifier and Type | Method and Description |
---|---|
Species |
ThresholdSpeciation.findBestSpecies()
Find the best species.
|
Modifier and Type | Method and Description |
---|---|
void |
ThresholdSpeciation.addSpeciesMember(Species species,
Genome genome)
Add a genome.
|
void |
ThresholdSpeciation.removeSpecies(Species species)
Attempt to remove a removable species.
|
Constructor and Description |
---|
EAWorker(BasicEA theTrain,
Species theSpecies)
Construct the EA worker.
|
Copyright © 2014. All Rights Reserved.