, including all inherited members.
_best | Population::GaPopulation | [private] |
_chromosomes | Population::GaPopulation | [private] |
_configuration | Population::GaPopulation | [private] |
_currentSize | Population::GaPopulation | [private] |
_parameters | Population::GaPopulation | [private] |
_prototype | Population::GaPopulation | [private] |
_statistics | Population::GaPopulation | [private] |
_usingScaledFitness | Population::GaPopulation | [private] |
_worst | Population::GaPopulation | [private] |
Clear(bool clearStatistics) | Population::GaPopulation | |
Clone(bool copyChromosomes) const | Population::GaPopulation | |
DEFINE_SYNC_CLASS | Population::GaPopulation | [private] |
EndOfGeneration(const GaPopulation &previous) | Population::GaPopulation | [inline] |
EndOfGeneration() | Population::GaPopulation | [inline] |
GaPopulation(GaChromosome *prototype, GaPopulationConfiguration *configuration) | Population::GaPopulation | |
GaPopulationConfiguration class | Population::GaPopulation | [friend] |
GetAt(int position) const | Population::GaPopulation | [inline] |
GetBestChromosomes(int *results, int start, int numberOfChromosomes) const | Population::GaPopulation | |
GetBestChromosomes(GaChromosomePtr *results, int start, int numberOfChromosomes) const | Population::GaPopulation | |
GetChromosomeRanking(int chromosomeIndex, bool reverse=false) | Population::GaPopulation | |
GetConfiguration() const | Population::GaPopulation | [inline] |
GetCurrentSize() const | Population::GaPopulation | [inline] |
GetPrototype() const | Population::GaPopulation | [inline] |
GetStatistics() const | Population::GaPopulation | [inline] |
GetWorsChromosomes(int *results, int start, int numberOfChromosomes) const | Population::GaPopulation | |
GetWorsChromosomes(GaChromosomePtr *results, int start, int numberOfChromosomes) const | Population::GaPopulation | |
InitializePopulation(bool fill=true) | Population::GaPopulation | |
Insert(GaChromosomePtr chromosome) | Population::GaPopulation | |
InsertGroup(GaChromosomePtr *chromosomes, int numberOfChromosomes) | Population::GaPopulation | |
IsScaledFitnessUsed() | Population::GaPopulation | [inline] |
NextGeneration() | Population::GaPopulation | [inline] |
RefreshBestGroup() | Population::GaPopulation | [inline, private] |
RefreshWorstGroup() | Population::GaPopulation | [inline, private] |
Remove(int chromosome) | Population::GaPopulation | |
RemoveGroup(int *chromosomes, int numberOfChromosomes) | Population::GaPopulation | |
Replace(int index, GaChromosomePtr newChromosome) | Population::GaPopulation | |
ReplaceGroup(int *indices, GaChromosomePtr *newChromosomes, int numberOfChromosomes) | Population::GaPopulation | |
RescaleAll() | Population::GaPopulation | [private] |
ResortPopulation(bool refreshFitnesses, bool scalingChanged, bool comparatorChanged) | Population::GaPopulation | [private] |
SetConfiguration(GaPopulationConfiguration *configuration) | Population::GaPopulation | [inline] |
SetParameters(const GaPopulationParameters ¶meters) | Population::GaPopulation | [private] |
SetSortComparator(const GaFitnessComparator *comparator) | Population::GaPopulation | [private] |
SortComparison(const void *first, const void *second) | Population::GaPopulation | [private, static] |
UpdateStatistics(float fitnessChange, float scaledFitnessChange) | Population::GaPopulation | [private] |
~GaPopulation() | Population::GaPopulation | |