..
.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
boxplot.py
added t-openmp.py
2010-11-27 21:24:07 +01:00
boxplot_to_pdf.py
added t-openmp.py
2010-11-27 21:24:07 +01:00
boxplot_to_png.py
added t-openmp.py
2010-11-27 21:24:07 +01: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
- removed t-eoDualFitness from test/CMakeLists.txt because it fails
2011-01-26 18:10:34 +01: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
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
remove unused test binaries, some code formating
2010-11-07 23:09:35 +01:00
t-eo2dVector.cc
*** empty log message ***
1999-10-01 16:36:04 +00:00
t-eobin.cpp
Simplify configuration.
2005-09-28 21:49:26 +00:00
t-eoCheckpointing.cpp
remove unused test binaries, some code formating
2010-11-07 23:09:35 +01:00
t-eoCMAES.cpp
little change to delete warnings
2009-01-27 16:30:18 +00:00
t-eoDualFitness.cpp
test binary for dual fitness
2010-11-19 21:08:18 +01:00
t-eoEasyEA.cpp
remove unused test binaries, some code formating
2010-11-07 23:09:35 +01:00
t-eoEasyPSO.cpp
remove unused test binaries, some code formating
2010-11-07 23:09:35 +01: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-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
remove unused test binaries, some code formating
2010-11-07 23:09:35 +01: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-eoGenOp.cpp
little change to delete warnings
2009-01-27 16:30:18 +00:00
t-eoInitPermutation.cpp
added test for permutation components
2007-10-11 14:14:10 +00:00
t-eoInt.cpp
added test for permutation components
2007-10-11 14:14:10 +00:00
t-eoIQRStat.cpp
a test binary for eoInterquartileRangeStat
2010-11-14 15:07:50 +01:00
t-eoLogger.cpp
remove unused test binaries, some code formating
2010-11-07 23:09:35 +01:00
t-eoOrderXover.cpp
imrproved PSO topology/velocity tests
2008-04-18 08:58:42 +00:00
t-eoParallel.cpp
+ added a test file for eoParallel class
2011-01-26 18:09:00 +01:00
t-eoParser.cpp
unit test for eoParser added
2010-11-17 11:47:49 +01:00
t-eoPBIL.cpp
3 identical typos in 3 different files :-)
2007-12-08 14:49:52 +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-openmp.cpp
now we can select which measures we want
2010-11-28 14:21:26 +01:00
t-openmp.py
now we can select which measures we want
2010-11-28 14:21:26 +01: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