|
Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
#include <restore.h>
Public Attributes | |
| union { | |
| struct { | |
| int ID | |
| int numberGenes | |
| int parent1 | |
| int parent2 | |
| bool mutated | |
| bool fitnessCalculated | |
| double fitness | |
| } | |
| char buffer [] | |
| }; | |
| union { ... } |
| char buffer[] |
| double fitness |
| bool fitnessCalculated |
| int ID |
| bool mutated |
| int numberGenes |
| int parent1 |
| int parent2 |