addIndividual(Individual *individual) | Generation | |
addInfoLine(std::string infoLine) | Inspectable | [virtual] |
addInfoLines(std::list< std::string > infoLineList) | Inspectable | [virtual] |
addInspectableDescription(const iparamkey &key, const std::string &descr) | Inspectable | [virtual] |
addInspectableMatrix(const iparamkey &key, matrix::Matrix *m, bool only4x4AndDiag=true, const std::string &descr=std::string()) | Inspectable | [virtual] |
addInspectableValue(const iparamkey &key, iparamval *val, const std::string &descr=std::string()) | Inspectable | [virtual] |
crossover(RandGen *random) | Generation | |
Generation(int generationNumber, int size, int numChildren) | Generation | |
getAllFitness(void) const | Generation | |
getAllIndividual(void) const | Generation | [inline] |
getAllIndividualAsString(void) const | Generation | |
getAllUnCalculatedIndividuals(void) const | Generation | |
getCurrentSize(void) const | Generation | [inline] |
getGenerationNumber(void) const | Generation | [inline] |
getIndividual(int x) const | Generation | [inline] |
getInfoLines() const | Inspectable | [virtual] |
getInternalParamNames() const | Inspectable | [virtual] |
getInternalParams() const | Inspectable | [virtual] |
getInternalParamsPtr() const | Inspectable | [virtual] |
getNumChildren(void) const | Generation | [inline] |
getSize(void) const | Generation | [inline] |
getStructuralConnections() const | Inspectable | [virtual] |
getStructuralLayers() const | Inspectable | [virtual] |
IConnection typedef | Inspectable | |
iconnectionlist typedef | Inspectable | |
ILayer typedef | Inspectable | |
ilayerlist typedef | Inspectable | |
imatrixpair typedef | Inspectable | |
imatrixpairlist typedef | Inspectable | |
infoLineStringList | Inspectable | [protected] |
Inspectable() | Inspectable | |
iparamkey typedef | Inspectable | |
iparamkeylist typedef | Inspectable | |
iparampair typedef | Inspectable | |
iparampairlist typedef | Inspectable | |
iparamval typedef | Inspectable | |
iparamvallist typedef | Inspectable | |
iparamvalptrlist typedef | Inspectable | |
m_generationNumber | Generation | [protected] |
m_individual | Generation | [protected] |
m_numChildren | Generation | [protected] |
m_size | Generation | [protected] |
mapOfMatrices | Inspectable | [protected] |
mapOfValues | Inspectable | [protected] |
removeInfoLines() | Inspectable | [virtual] |
restore(int numberGeneration, std::map< int, RESTORE_GA_GENERATION * > &generationSet, std::map< int, std::vector< int > > &linkSet) | Generation | [static] |
store(FILE *f) const | Generation | |
update(double factor=1.5) | Generation | |
~Generation() | Generation | [virtual] |
~Inspectable() | Inspectable | [virtual] |