Modifier and Type | Method and Description |
---|---|
Population |
BasicGenome.getPopulation() |
Population |
Genome.getPopulation() |
Modifier and Type | Method and Description |
---|---|
void |
BasicGenome.setPopulation(Population thePopulation) |
void |
Genome.setPopulation(Population population)
Set the population that this genome belongs to.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicPopulation
Defines the basic functionality for a population of genomes.
|
Modifier and Type | Method and Description |
---|---|
void |
PopulationGenerator.generate(Random rnd,
Population pop)
Generate a random population.
|
Modifier and Type | Method and Description |
---|---|
Population |
ParallelScore.getPopulation() |
Constructor and Description |
---|
ParallelScore(Population thePopulation,
GeneticCODEC theCODEC,
List<AdjustScore> theAdjusters,
CalculateScore theScoreFunction,
int theThreadCount)
Construct the parallel score calculation object.
|
Modifier and Type | Method and Description |
---|---|
Population |
Species.getPopulation() |
Population |
BasicSpecies.getPopulation() |
Modifier and Type | Method and Description |
---|---|
void |
Species.setPopulation(Population thePopulation)
Set the population.
|
void |
BasicSpecies.setPopulation(Population thePopulation)
Set the population.
|
Constructor and Description |
---|
BasicSpecies(Population thePopulation,
Genome theFirst)
Construct a species.
|
Modifier and Type | Method and Description |
---|---|
Population |
EvolutionaryAlgorithm.getPopulation() |
Modifier and Type | Method and Description |
---|---|
void |
EvolutionaryAlgorithm.setPopulation(Population thePopulation)
Set the population.
|
Modifier and Type | Method and Description |
---|---|
Population |
BasicEA.getPopulation() |
Modifier and Type | Method and Description |
---|---|
void |
BasicEA.setPopulation(Population thePopulation)
Set the population.
|
Constructor and Description |
---|
BasicEA(Population thePopulation,
CalculateScore theScoreFunction)
Construct an EA.
|
TrainEA(Population thePopulation,
CalculateScore theScoreFunction)
Create a trainer for a score function.
|
TrainEA(Population thePopulation,
MLDataSet trainingData)
Create a trainer for training data.
|
Constructor and Description |
---|
MLMethodGeneticAlgorithm.MLMethodGeneticAlgorithmHelper(Population thePopulation,
CalculateScore theScoreFunction)
Construct the helper.
|
MLMethodGenomeFactory(MethodFactory theFactory,
Population thePopulation)
Construct the genome factory.
|
Modifier and Type | Method and Description |
---|---|
EncogProgram |
AbstractPrgGenerator.attemptCreateGenome(Random rnd,
Population pop)
Attempt to create a genome.
|
void |
AbstractPrgGenerator.generate(Random rnd,
Population pop)
Generate a random population.
|
Modifier and Type | Class and Description |
---|---|
class |
PrgPopulation
A population that contains EncogProgram's.
|
Modifier and Type | Class and Description |
---|---|
class |
NEATPopulation
A population for a NEAT or HyperNEAT system.
|
Copyright © 2014. All Rights Reserved.