paradiseo/test/eo
Adèle Harrissart 1353157cb6 Using library <random> in order to re-implement the methods of the class eoRng
(issue #24).
Add two new CMake Cache Values: ENABLE_CXX11_RANDOM & ENABLE_64_BIT_RNG_NUMBERS.
Add a test file; Python chi-square & shapiro-wilk tests: done.
2014-10-04 15:52:27 +02:00
..
binary_value.h * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
boxplot.py * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
boxplot_to_pdf.py * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
boxplot_to_png.py * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
ChangeLog * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
CMakeLists.txt Using library <random> in order to re-implement the methods of the class eoRng 2014-10-04 15:52:27 +02:00
CTestConfig.cmake * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
fitness_traits.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
LICENSE * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
real_value.h * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
RoyalRoad.h * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
run_tests * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eo.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eo2dVector.cc * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eobin.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoCheckpointing.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoCMAES.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoDualFitness.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoEasyEA.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoEasyPSO.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoESAll.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoESFull.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoEvalKeepBest.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoExtendedVelocity.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoExternalEO.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eofitness.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoFitnessAssembled.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoFitnessAssembledEA.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoFunctor.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoGA.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoGenOp.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoInitPermutation.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoInitVariableLength.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoInt.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoIQRStat.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoLogger.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoOrderXover.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoParallel.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoParser.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoPBIL.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoRandom.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoReal.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoReplacement.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoRingTopology.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoRNG.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoRNGcxx11.cpp Using library <random> in order to re-implement the methods of the class eoRng 2014-10-04 15:52:27 +02:00
t-eoRoulette.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoSecondsElapsedContinue.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoSelect.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoSharing.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoShiftMutation.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoSSGA.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoStateAndParser.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoSwapMutation.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoSymreg.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoSyncEasyPSO.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoTwoOptMutation.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoUniform.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoVector.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-eoVirus.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-MGE-control.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-MGE.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-MGE1bit.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-openmp.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-openmp.py * New tree configuration of the project: 2014-09-06 13:04:35 +02:00
t-selectOne.cpp * New tree configuration of the project: 2014-09-06 13:04:35 +02:00