#include <chromo.h>
Collaboration diagram for population_t:
Data Fields | |
int | size |
Population size (number of individuals). | |
int | gencnt |
Generation counter. | |
table ** | tables |
Array of pointers to size individuals (candidate solutions to the timetabling problem). |
Main data structure on which the genetic algorithm operates.