#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 |