GenPrototype(std::string name, IRandomStrategy *randomStrategy, IMutationStrategy *mutationStrategy) | GenPrototype | |
getContext(Generation *generation) | GenPrototype | |
getMutationProbability(void) const | GenPrototype | |
getName(void) const | GenPrototype | [inline] |
getRandomValue(void) const | GenPrototype | [inline] |
insertContext(Generation *generation, GenContext *context) | GenPrototype | |
m_context | GenPrototype | [protected] |
m_mutationStrategy | GenPrototype | [protected] |
m_name | GenPrototype | [protected] |
m_randomStrategy | GenPrototype | [protected] |
mutate(GenContext *context, Individual *individual, Gen *oldGen, GenContext *oldContext) const | GenPrototype | |
restoreGene(FILE *f, RESTORE_GA_GENE *gene) | GenPrototype | |
~GenPrototype() | GenPrototype | [virtual] |