paradiseo/eo/src/ga
2012-03-06 21:55:54 +01:00
..
ChangeLog Fix according to 2007-08-21 14:52:50 +00:00
CMakeLists.txt * indentation, whitespace cleanup 2011-05-11 15:28:41 +02:00
eoBit.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoBitOp.h * doc: badly named name of eoOneBitFlip, added eoBooleanGenerator in bitstring group 2012-03-06 21:55:54 +01:00
eoBitOpFactory.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoBoolFlip.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoPBILAdditive.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoPBILDistrib.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoPBILOrg.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
make_algo_scalar_ga.cpp * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
make_checkpoint_ga.cpp * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
make_continue_ga.cpp * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
make_ga.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
make_genotype_ga.cpp * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
make_genotype_ga.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
make_op.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
make_op_ga.cpp * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
make_PBILdistrib.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
make_PBILupdate.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
make_pop_ga.cpp * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
make_run_ga.cpp * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
Readme * indentations + whitespace cleanup 2011-05-05 16:54:00 +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