|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Population | |
|---|---|
| org.encog.ml.genetic | |
| org.encog.ml.genetic.genome | |
| org.encog.ml.genetic.population | |
| org.encog.ml.genetic.species | |
| org.encog.neural.neat | |
| org.encog.neural.neat.training | |
| Uses of Population in org.encog.ml.genetic |
|---|
| Methods in org.encog.ml.genetic that return Population | |
|---|---|
Population |
GeneticAlgorithm.getPopulation()
|
| Methods in org.encog.ml.genetic with parameters of type Population | |
|---|---|
void |
GeneticAlgorithm.setPopulation(Population thePopulation)
Set the population. |
| Uses of Population in org.encog.ml.genetic.genome |
|---|
| Methods in org.encog.ml.genetic.genome that return Population | |
|---|---|
Population |
Genome.getPopulation()
|
Population |
BasicGenome.getPopulation()
|
| Methods in org.encog.ml.genetic.genome with parameters of type Population | |
|---|---|
void |
Genome.setPopulation(Population population)
Set the population that this genome belongs to. |
void |
BasicGenome.setPopulation(Population thePopulation)
|
| Uses of Population in org.encog.ml.genetic.population |
|---|
| Classes in org.encog.ml.genetic.population that implement Population | |
|---|---|
class |
BasicPopulation
Defines the basic functionality for a population of genomes. |
| Uses of Population in org.encog.ml.genetic.species |
|---|
| Methods in org.encog.ml.genetic.species that return Population | |
|---|---|
Population |
BasicSpecies.getPopulation()
|
| Methods in org.encog.ml.genetic.species with parameters of type Population | |
|---|---|
void |
BasicSpecies.setPopulation(Population thePopulation)
|
| Constructors in org.encog.ml.genetic.species with parameters of type Population | |
|---|---|
BasicSpecies(Population thePopulation,
Genome theFirst,
long theSpeciesID)
Construct a species. |
|
| Uses of Population in org.encog.neural.neat |
|---|
| Classes in org.encog.neural.neat that implement Population | |
|---|---|
class |
NEATPopulation
|
| Uses of Population in org.encog.neural.neat.training |
|---|
| Constructors in org.encog.neural.neat.training with parameters of type Population | |
|---|---|
NEATInnovationList(Population population,
Chromosome links,
Chromosome neurons)
Construct an innovation list. |
|
NEATTraining(CalculateScore calculateScore,
Population population)
Construct neat training with an existing population. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||