paradiseo/eo/test
2010-08-04 13:47:51 +02:00
..
.cvsignore *** empty log message *** 2006-12-18 11:19:53 +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
ChangeLog Added new lesson (6) dedicated to the PSO. Also changed a few things into the PSO-dedicated components (constructors) 2008-03-04 14:01:29 +00:00
CMakeLists.txt + feature eoSIGContinue: Continuator can catch user signals + feature eoLogger: flexible logging system for eo 2010-08-04 13:47:51 +02: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 Added new lesson (6) dedicated to the PSO. Also changed a few things into the PSO-dedicated components (constructors) 2008-03-04 14:01:29 +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 Updated makefiles, updated the moo stuff and cleaned up some stuff that refused to compile 2007-11-12 16:23:57 +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-eoCMAES.cpp little change to delete warnings 2009-01-27 16:30:18 +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-eoEasyPSO.cpp Added new lesson (6) dedicated to the PSO. Also changed a few things into the PSO-dedicated components (constructors) 2008-03-04 14:01:29 +00:00
t-eoEpsMOEA.cpp Updated makefiles, updated the moo stuff and cleaned up some stuff that refused to compile 2007-11-12 16:23:57 +00:00
t-eoESAll.cpp cleanup, prepare vecSigmaInit change 2005-10-10 21:42:31 +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-eoExtendedVelocity.cpp test on PSO changed. 2009-01-22 10:18:10 +00:00
t-eoExternalEO.cpp removed bad semicolon at the end of a "{}" bloc which is not a class/template/struct. 2008-01-16 08:30:38 +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 little change to delete warnings 2009-01-27 16:30:18 +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-eoInitPermutation.cpp added test for permutation components 2007-10-11 14:14:10 +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-eoInt.cpp added test for permutation components 2007-10-11 14:14:10 +00:00
t-eoLogger.cpp + feature eoSIGContinue: Continuator can catch user signals + feature eoLogger: flexible logging system for eo 2010-08-04 13:47:51 +02: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-eoNSGA.cpp Added #ifdef HAVE_GNUPLOT for Windows compatibility 2007-09-19 11:45:19 +00:00
t-eoOrderXover.cpp imrproved PSO topology/velocity tests 2008-04-18 08:58:42 +00:00
t-eoPareto.cpp Added #ifdef HAVE_GNUPLOT for Windows compatibility 2007-09-19 11:45:19 +00:00
t-eoParetoFitness.cpp update for sstream 2004-09-29 18:37:20 +00:00
t-eoPBIL.cpp 3 identical typos in 3 different files :-) 2007-12-08 14:49:52 +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-eoRingTopology.cpp added eoExtendedvelocity (+doc + test) that takes both the local best and the global of a PSO topology into account. Also updated the doc tags for the other topologies and velocities 2008-04-18 08:50:22 +00:00
t-eoRNG.cpp * Makefile.am: Add t-eoRNG 2006-12-04 22:27:41 +00:00
t-eoRoulette.cpp Added tests for roulette wheel selection 2003-06-04 09:34:26 +00:00
t-eoSecondsElapsedContinue.cpp little change to delete warnings 2009-01-27 16:30:18 +00:00
t-eoSelect.cpp Update for gcc-4.3 compatibility 2008-03-31 19:11:13 +00:00
t-eoSharing.cpp Simplify configuration. 2005-09-28 21:49:26 +00:00
t-eoShiftMutation.cpp new implementation of the test 2008-04-17 14:31:11 +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-eoSwapMutation.cpp imrproved PSO topology/velocity tests 2008-04-18 08:58:42 +00:00
t-eoSymreg.cpp * eoTimedMonitor.h (eoTimedMonitor::seconds): Make unsigned. 2006-12-02 10:18:57 +00:00
t-eoSyncEasyPSO.cpp Added new lesson (6) dedicated to the PSO. Also changed a few things into the PSO-dedicated components (constructors) 2008-03-04 14:01:29 +00:00
t-eoTwoOptMutation.cpp imrproved PSO topology/velocity tests 2008-04-18 08:58:42 +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 Handle including from contrib/MGE nicely. 2005-10-06 17:22:40 +00:00
t-MGE.cpp Handle including from contrib/MGE nicely. 2005-10-06 17:22:40 +00:00
t-MGE1bit.cpp Change float to double. 2006-12-02 11:32:00 +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