paradiseo/eo/test
nojhan 11ff72bdd9 fix: refactor foundry to be more dynamic than static
- Remove size template in favor of dynamic container: allow using the
generic interface.
- Using `operator=` was inducing slicing.
2020-04-12 16:26:37 +02:00
..
mpi use eoExceptions everywhere 2020-03-27 00:48:23 +01:00
binary_value.h Migration from SVN 2012-08-30 11:30:11 +02:00
boxplot.py * whitespace cleanup 2011-05-05 17:15:10 +02:00
boxplot_to_pdf.py added t-openmp.py 2010-11-27 21:24:07 +01:00
boxplot_to_png.py Migration from SVN 2012-08-30 11:30:11 +02:00
ChangeLog * whitespace cleanup 2011-05-05 17:15:10 +02:00
CMakeLists.txt feat: add algo foundry and eval foundry 2020-03-30 17:37:04 +02:00
fitness_traits.cpp use eoExceptions everywhere 2020-03-27 00:48:23 +01:00
real_value.h * whitespace cleanup 2011-05-05 17:15:10 +02:00
RoyalRoad.h * whitespace cleanup 2011-05-05 17:15:10 +02:00
run_tests * whitespace cleanup 2011-05-05 17:15:10 +02:00
t-algo-forged-search.cpp fix: refactor foundry to be more dynamic than static 2020-04-12 16:26:37 +02:00
t-algo-forged.cpp fix: refactor foundry to be more dynamic than static 2020-04-12 16:26:37 +02:00
t-eo.cpp Migration from SVN 2012-08-30 11:30:11 +02:00
t-eo2dVector.cc * whitespace cleanup 2011-05-05 17:15:10 +02:00
t-eobin.cpp Comment out deprecated stuff and fix corresponding tests 2012-07-06 20:48:18 +02:00
t-eoCheckpointing.cpp * whitespace cleanup 2011-05-05 17:15:10 +02:00
t-eoCMAES.cpp * whitespace cleanup 2011-05-05 17:15:10 +02:00
t-eoDualFitness.cpp Migration from SVN 2012-08-30 11:30:11 +02:00
t-eoEasyEA.cpp * whitespace cleanup 2011-05-05 17:15:10 +02:00
t-eoEasyPSO.cpp * whitespace cleanup 2011-05-05 17:15:10 +02:00
t-eoESAll.cpp Migration from SVN 2012-08-30 11:30:11 +02:00
t-eoESFull.cpp use eoExceptions everywhere 2020-03-27 00:48:23 +01:00
t-eoEvalCmd.cpp fix some errors in tests 2020-03-26 22:47:26 +01:00
t-eoEvalKeepBest.cpp add an evaluator wrapper that keep the best individual found so far 2012-09-06 20:52:15 +02:00
t-eoExtendedVelocity.cpp * whitespace cleanup 2011-05-05 17:15:10 +02:00
t-eoExternalEO.cpp Migration from SVN 2012-08-30 11:30:11 +02:00
t-eofitness.cpp * whitespace cleanup 2011-05-05 17:15:10 +02:00
t-eoFitnessAssembled.cpp * whitespace cleanup 2011-05-05 17:15:10 +02:00
t-eoFitnessAssembledEA.cpp fix some errors in tests 2020-03-26 22:47:26 +01:00
t-eoFunctor.cpp * whitespace cleanup 2011-05-05 17:15:10 +02:00
t-eoGA.cpp fix some errors in tests 2020-03-26 22:47:26 +01:00
t-eoGenOp.cpp use eoExceptions everywhere 2020-03-27 00:48:23 +01:00
t-eoInitPermutation.cpp use eoExceptions everywhere 2020-03-27 00:48:23 +01:00
t-eoInitVariableLength.cpp Add a test for variable length init. 2012-08-10 22:28:54 +02:00
t-eoInt.cpp Migration from SVN 2012-08-30 11:30:11 +02:00
t-eoIQRStat.cpp * whitespace cleanup 2011-05-05 17:15:10 +02:00
t-eoLogger.cpp Migration from SVN 2012-08-30 11:30:11 +02:00
t-eoOrderXover.cpp use eoExceptions everywhere 2020-03-27 00:48:23 +01:00
t-eoParallel.cpp hypervolume pointers + doc 2014-10-06 14:51:37 +02:00
t-eoParser.cpp Migration from SVN 2012-08-30 11:30:11 +02:00
t-eoPartiallyMappedXover.cpp Add MPX crossover 2014-06-23 08:11:47 +02:00
t-eoRandom.cpp Migration from SVN 2012-08-30 11:30:11 +02:00
t-eoReal.cpp fix some errors in tests 2020-03-26 22:47:26 +01:00
t-eoReplacement.cpp * whitespace cleanup 2011-05-05 17:15:10 +02:00
t-eoRingTopology.cpp * whitespace cleanup 2011-05-05 17:15:10 +02:00
t-eoRNG.cpp Migration from SVN 2012-08-30 11:30:11 +02:00
t-eoRoulette.cpp Migration from SVN 2012-08-30 11:30:11 +02:00
t-eoSecondsElapsedContinue.cpp Migration from SVN 2012-08-30 11:30:11 +02:00
t-eoSelect.cpp use eoExceptions everywhere 2020-03-27 00:48:23 +01:00
t-eoSharing.cpp use eoExceptions everywhere 2020-03-27 00:48:23 +01:00
t-eoShiftMutation.cpp use eoExceptions everywhere 2020-03-27 00:48:23 +01:00
t-eoSSGA.cpp Migration from SVN 2012-08-30 11:30:11 +02:00
t-eoStateAndParser.cpp Migration from SVN 2012-08-30 11:30:11 +02:00
t-eoSwapMutation.cpp use eoExceptions everywhere 2020-03-27 00:48:23 +01:00
t-eoSymreg.cpp * whitespace cleanup 2011-05-05 17:15:10 +02:00
t-eoSyncEasyPSO.cpp * whitespace cleanup 2011-05-05 17:15:10 +02:00
t-eoTwoOptMutation.cpp use eoExceptions everywhere 2020-03-27 00:48:23 +01:00
t-eoUniform.cpp * whitespace cleanup 2011-05-05 17:15:10 +02:00
t-eoVector.cpp Migration from SVN 2012-08-30 11:30:11 +02:00
t-eoVirus.cpp Migration from SVN 2012-08-30 11:30:11 +02:00
t-forge-algo.cpp fix eoForge* 2020-03-29 17:45:42 +02:00
t-MGE-control.cpp Comment out deprecated stuff and fix corresponding tests 2012-07-06 20:48:18 +02:00
t-MGE.cpp Comment out deprecated stuff and fix corresponding tests 2012-07-06 20:48:18 +02:00
t-MGE1bit.cpp Comment out deprecated stuff and fix corresponding tests 2012-07-06 20:48:18 +02:00
t-openmp.cpp Migration from SVN 2012-08-30 11:30:11 +02:00
t-openmp.py Migration from SVN 2012-08-30 11:30:11 +02:00
t-operator-forge.cpp fix eoForge* 2020-03-29 17:45:42 +02:00
t-selectOne.cpp * whitespace cleanup 2011-05-05 17:15:10 +02:00