|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChromosomeModel | |
---|---|
evolution | |
function |
Uses of ChromosomeModel in evolution |
---|
Classes in evolution that implement ChromosomeModel | |
---|---|
class |
BitChromosome
Chromosome with bit representation |
class |
Chromosome
Chromosome with bit representation |
Methods in evolution that return ChromosomeModel | |
---|---|
ChromosomeModel |
Population.getBestChromosome()
Return reference to chromosome with best fitness function value |
ChromosomeModel |
Population.getChromosome(int index)
Return reference to chromosome specified by index |
Methods in evolution with parameters of type ChromosomeModel | |
---|---|
void |
Population.addChromosome(ChromosomeModel tempChromosome)
Add chromosome to the population at the end. |
void |
Population.replaceChromosome(int index,
ChromosomeModel tempChromosome)
Replece chromosome specified by index by chromosome |
Uses of ChromosomeModel in function |
---|
Methods in function that return ChromosomeModel | |
---|---|
ChromosomeModel |
LearningAlgorythm.getBestChromosome(int iteration)
Return best chromosome in interation |
Methods in function with parameters of type ChromosomeModel | |
---|---|
double |
BitFitnessFunction.getValue(ChromosomeModel chromosome)
Return fitness value for specified chromosome. |
double |
FitnessFunctionModel.getValue(ChromosomeModel chromosome)
Return value of fitness function for specified chromosome |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |