paradiseo/eo/src/ga
2013-01-03 10:25:08 +01:00
..
ChangeLog Fix according to 2007-08-21 14:52:50 +00:00
CMakeLists.txt regression with local directory and {LIB} directory 2013-01-03 10:25:08 +01:00
eoBit.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoBitOp.h * eoBitOp.h: added eoDetSingleBitFlip class 2012-06-14 01:08:26 +02: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 * make_continue_ga.cpp: typo 2012-06-22 15:36:19 +02:00
make_ga.h * ga/make_ga: eoBooleanGeneration is now settable 2012-06-25 02:17:32 +02:00
make_genotype_ga.cpp * ga/make_ga: eoBooleanGeneration is now settable 2012-06-25 02:17:32 +02:00
make_genotype_ga.h * ga/make_ga: eoBooleanGeneration is now settable 2012-06-25 02:17:32 +02:00
make_op.h * ga/make_op: added kbit flip mutation, disabled by default 2012-06-25 02:18:15 +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