genetik.h

Go to the documentation of this file.
00001 
00016 #ifndef GENETIK_H
00017 #define GENETIK_H
00018 
00019 #include "EvolutionaryAlgorithm.h"
00020 #include "RouletteWheel.h"
00021 #include "SelectionMethod.h"
00022 #include "IndividualFactory.h"
00023 #include "StopCriterion.h"
00024 #include "Individual.h"
00025 #include "StopCriterionMaxIteration.h"
00026 #include "Population.h"
00027 #include "TournamentSelection.h"
00028 #include "RankingSelection.h"
00029 
00030 #endif

Generated on Thu Feb 23 12:20:45 2006 for GenetiK by  doxygen 1.4.6