00001 00014 #ifndef GENETIK_GA_H 00015 #define GENETIK_GA_H 00016 00017 #include "IndividualFactory.h" 00018 #include "Individual.h" 00019 00020 #endif