..
.cvsignore
adding t-eoSymreg
2000-11-06 12:37:58 +00:00
binary_value.h
Turned bonary_value into the onemax (not pow that exploded for even only
2001-11-17 07:54:12 +00:00
fitness_traits.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
Makefile.am
reshuffle libraries to resolve all dependencies
2004-12-23 17:33:08 +00:00
Makefile.in
Changed some problems with Makefile.am
2000-08-03 16:37:51 +00:00
real_value.h
Normalized real_value
2001-05-21 04:10:55 +00:00
RoyalRoad.h
Updating Royal Road
2001-06-21 12:03:17 +00:00
run_tests
Updated makefile.am such that "make check" will run all test programs. Fixed
2001-11-07 15:23:24 +00:00
t-eo.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
t-eo2dVector.cc
*** empty log message ***
1999-10-01 16:36:04 +00:00
t-eoAtomOps.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
t-eoBaseFunctions.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
t-eobin.cpp
Simplify configuration.
2005-09-28 21:49:26 +00:00
t-eobreeder.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
t-eoCheckpointing.cpp
Make sure uint32_t is defined correctly in eoRNG.h and use it where
2005-09-26 10:18:15 +00:00
t-eoEasyEA.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
t-eoESAll.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
t-eoESFull.cpp
Make sure uint32_t is defined correctly in eoRNG.h and use it where
2005-09-26 10:18:15 +00:00
t-eoESOps.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
t-eoExternalEO.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
t-eofitness.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
t-eoFitnessAssembled.cpp
included new fitness class eoScalarFitnessAssembled, that stores different fitness terms in a std::vector, but still acts as a scalar fitness. A new checkpoint uses these values for statistics.
2003-04-02 21:10:53 +00:00
t-eoFitnessAssembledEA.cpp
updates for build-process
2004-09-20 14:11:24 +00:00
t-eoFunctor.cpp
eoCounter?
2000-08-23 12:03:01 +00:00
t-eoGA.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
t-eogeneration.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
t-eoGenOp.cpp
Simplify configuration.
2005-09-28 21:49:26 +00:00
t-eoGOpSel.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
t-eoinclusion.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
t-eoinsertion.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
t-eolottery.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
t-eoNonUniform.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
t-eoPareto.cpp
Adjust code to perform to C++ standard according to gcc-3.4
2004-12-23 15:29:07 +00:00
t-eoParetoFitness.cpp
update for sstream
2004-09-29 18:37:20 +00:00
t-eoPBIL.cpp
Change in terminology: EDA (Estimation of Distribution Algorithms) replaces
2003-06-09 06:06:13 +00:00
t-eoproblem.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
t-eoRandom.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
t-eoReal.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
t-eoReplacement.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
t-eoRoulette.cpp
Added tests for roulette wheel selection
2003-06-04 09:34:26 +00:00
t-eoSelect.cpp
Make sure uint32_t is defined correctly in eoRNG.h and use it where
2005-09-26 10:18:15 +00:00
t-eoSharing.cpp
Simplify configuration.
2005-09-28 21:49:26 +00:00
t-eoSSGA.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
t-eoStateAndParser.cpp
Make sure uint32_t is defined correctly in eoRNG.h and use it where
2005-09-26 10:18:15 +00:00
t-eoSymreg.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
t-eoUniform.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
t-eoVector.cpp
Simplify configuration.
2005-09-28 21:49:26 +00:00
t-eoVirus.cpp
fix 'make dist', works now (besides ParadisEO).
2004-09-21 10:23:33 +00:00
t-MGE-control.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
t-MGE.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00
t-MGE1bit.cpp
Adjust code to perform to C++ standard according to gcc-3.4
2004-12-23 15:29:07 +00:00
t-selectOne.cpp
Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary.
2003-02-27 19:28:07 +00:00