paradiseo/deprecated/eo/src/ga
2012-10-05 15:12:12 +02:00
..
ChangeLog move paradiseo/eo to deprecated/ before merge with eodev 2012-10-05 15:12:12 +02:00
CMakeLists.txt move paradiseo/eo to deprecated/ before merge with eodev 2012-10-05 15:12:12 +02:00
eoBit.h move paradiseo/eo to deprecated/ before merge with eodev 2012-10-05 15:12:12 +02:00
eoBitOp.h move paradiseo/eo to deprecated/ before merge with eodev 2012-10-05 15:12:12 +02:00
eoBitOpFactory.h move paradiseo/eo to deprecated/ before merge with eodev 2012-10-05 15:12:12 +02:00
eoBoolFlip.h move paradiseo/eo to deprecated/ before merge with eodev 2012-10-05 15:12:12 +02:00
eoPBILAdditive.h move paradiseo/eo to deprecated/ before merge with eodev 2012-10-05 15:12:12 +02:00
eoPBILDistrib.h move paradiseo/eo to deprecated/ before merge with eodev 2012-10-05 15:12:12 +02:00
eoPBILOrg.h move paradiseo/eo to deprecated/ before merge with eodev 2012-10-05 15:12:12 +02:00
make_algo_scalar_ga.cpp move paradiseo/eo to deprecated/ before merge with eodev 2012-10-05 15:12:12 +02:00
make_checkpoint_ga.cpp move paradiseo/eo to deprecated/ before merge with eodev 2012-10-05 15:12:12 +02:00
make_continue_ga.cpp move paradiseo/eo to deprecated/ before merge with eodev 2012-10-05 15:12:12 +02:00
make_ga.h move paradiseo/eo to deprecated/ before merge with eodev 2012-10-05 15:12:12 +02:00
make_genotype_ga.cpp move paradiseo/eo to deprecated/ before merge with eodev 2012-10-05 15:12:12 +02:00
make_genotype_ga.h move paradiseo/eo to deprecated/ before merge with eodev 2012-10-05 15:12:12 +02:00
make_op.h move paradiseo/eo to deprecated/ before merge with eodev 2012-10-05 15:12:12 +02:00
make_op_ga.cpp move paradiseo/eo to deprecated/ before merge with eodev 2012-10-05 15:12:12 +02:00
make_PBILdistrib.h move paradiseo/eo to deprecated/ before merge with eodev 2012-10-05 15:12:12 +02:00
make_PBILupdate.h move paradiseo/eo to deprecated/ before merge with eodev 2012-10-05 15:12:12 +02:00
make_pop_ga.cpp move paradiseo/eo to deprecated/ before merge with eodev 2012-10-05 15:12:12 +02:00
make_run_ga.cpp move paradiseo/eo to deprecated/ before merge with eodev 2012-10-05 15:12:12 +02:00
Readme move paradiseo/eo to deprecated/ before merge with eodev 2012-10-05 15:12:12 +02:00

This directory contains:

- some standard EO source files, named eoXXXXX, that define objects
for the eoBit<FitT> representation (bitstrings).

- some make_XXX.cpp files that are instanciations for EO bitstrings
(eoBit<double> AND eoBit<eoMinimizingFitness>) of the tempatized code
that is defined in the EO src/do dir.
This MK's trick allows to actually compile all these bits in a library
(eolibga.a) and to only recompile the bits you need for your own
(bitstring!) application.
@see src/do/make_XXX.h files, and test/t-eoGA.cpp for an example use.

Note:
Also are *defined* here two representation dependent make_XXX.h files
(together with their instanciations in make_XXX.cpp), namely the ones
that constructs the EOType initializer (make_genotype.h) and the one
that buils up the operators (make_op.h).

MS, April 23, 2001CVS