|
Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
This is the complete list of members for Individual, including all inherited members.
| addGen(Gen *gen) | Individual | inline |
| getFitness() | Individual | |
| getFitnessC() const | Individual | |
| getGen(int x) const | Individual | inline |
| getGene(void) const | Individual | inline |
| getID(void) const | Individual | inline |
| getName(void) const | Individual | inline |
| getParent1(void) const | Individual | inline |
| getParent2(void) const | Individual | inline |
| getSize(void) const | Individual | inline |
| Individual(std::string name, int id, Individual *p1=0, Individual *p2=0) | Individual | |
| IndividualToString(void) const | Individual | |
| isFitnessCalculated() const | Individual | inline |
| isMutated(void) const | Individual | inline |
| m_fitness | Individual | protected |
| m_fitnessCalculated | Individual | protected |
| m_gene | Individual | protected |
| m_ID | Individual | protected |
| m_mutated | Individual | protected |
| m_name | Individual | protected |
| m_parent1 | Individual | protected |
| m_parent2 | Individual | protected |
| removeGen(Gen *gen) | Individual | |
| removeGen(int x) | Individual | |
| restore(int numberIndividuals, std::map< int, std::string > &nameSet, std::map< int, RESTORE_GA_INDIVIDUAL * > &individualSet, std::map< int, std::vector< int > > &linkSet, std::vector< Individual * > &storage) | Individual | static |
| restoreParent(int numberIndividuals, std::map< int, RESTORE_GA_INDIVIDUAL * > &individualSet) | Individual | static |
| RootToString(bool withMutation=true) const | Individual | |
| setMutated(void) | Individual | inline |
| store(FILE *f) const | Individual | |
| ~Individual() | Individual | virtual |