paradiseo/eo/src/ga
Ronaldd Pinho aa5dbe82c6 Use relative includes in headers and absolute in code
- relative includes in headers
- absolute includes in exe code
- include sstream lib in eoExceptions.h
- fix ga/make_op_ga.cpp
- fix eoSGATransform.h
2019-12-06 15:15:22 +01:00
..
ChangeLog Use relative includes in headers and absolute in code 2019-12-06 15:15:22 +01:00
CMakeLists.txt add cmake export to all targets & bugfix Find module 2019-09-29 21:14:30 +02:00
eoBit.h Use relative includes in headers and absolute in code 2019-12-06 15:15:22 +01:00
eoBitOp.h Use relative includes in headers and absolute in code 2019-12-06 15:15:22 +01:00
eoBitOpFactory.h Use relative includes in headers and absolute in code 2019-12-06 15:15:22 +01:00
eoBoolFlip.h Use relative includes in headers and absolute in code 2019-12-06 15:15:22 +01:00
eoPBILAdditive.h Use relative includes in headers and absolute in code 2019-12-06 15:15:22 +01:00
eoPBILDistrib.h Use relative includes in headers and absolute in code 2019-12-06 15:15:22 +01:00
eoPBILOrg.h Use relative includes in headers and absolute in code 2019-12-06 15:15:22 +01:00
make_algo_scalar_ga.cpp Use relative includes in headers and absolute in code 2019-12-06 15:15:22 +01:00
make_checkpoint_ga.cpp Use relative includes in headers and absolute in code 2019-12-06 15:15:22 +01:00
make_continue_ga.cpp Use relative includes in headers and absolute in code 2019-12-06 15:15:22 +01:00
make_ga.h Use relative includes in headers and absolute in code 2019-12-06 15:15:22 +01:00
make_genotype_ga.cpp Use relative includes in headers and absolute in code 2019-12-06 15:15:22 +01:00
make_genotype_ga.h Use relative includes in headers and absolute in code 2019-12-06 15:15:22 +01:00
make_op.h Use relative includes in headers and absolute in code 2019-12-06 15:15:22 +01:00
make_op_ga.cpp Use relative includes in headers and absolute in code 2019-12-06 15:15:22 +01:00
make_PBILdistrib.h Use relative includes in headers and absolute in code 2019-12-06 15:15:22 +01:00
make_PBILupdate.h Use relative includes in headers and absolute in code 2019-12-06 15:15:22 +01:00
make_pop_ga.cpp Use relative includes in headers and absolute in code 2019-12-06 15:15:22 +01:00
make_run_ga.cpp Use relative includes in headers and absolute in code 2019-12-06 15:15:22 +01: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