GA.h

Go to the documentation of this file.
00001 #ifndef GA_H_
00002 #define GA_H_
00003 
00004 /** \addtogroup gainv Genetic algorithm optimization */
00005 /* @{ */
00006 
00007 /*! /file this is a convenience header to include all the header files
00008  * possibly necessary to write a GA based program
00009  */
00010 #include "GeneralObjective.h"
00011 #include "SimpleSelect.h"
00012 #include "BinaryTournamentSelect.h"
00013 #include "UniformRNG.h"
00014 #include "gentypes.h"
00015 #include "BinaryPopulation.h"
00016 #include "StandardPropagation.h"
00017 #include "GrayTranscribe.h"
00018 #include "BinaryTranscribe.h"
00019 #include "AnnealingGA.h"
00020 #include "ParetoGA.h"
00021 /* @} */
00022 #endif /*GA_H_*/

Generated on Tue May 4 16:52:14 2010 for GPLIB++ by  doxygen 1.5.8