paradiseo/eo/src/utils
nojhan 5827444774 Comment out deprecated stuff and fix corresponding tests
This may break your code if you did not pay attention to warnings in the previous release, the old code is still here in
case you want to understand what's going on.
2012-07-06 20:48:18 +02:00
..
ChangeLog * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
checkpointing * make_checkpoint.h: added --monitor_with_CtrlC option in order to monitor only when Ctrl-C is pressed 2012-06-22 17:41:46 +02:00
CMakeLists.txt + eoSignal: to handle signal with eoCheckpoint instances 2012-06-22 15:37:51 +02:00
compatibility.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoAssembledFitnessStat.h and finally... still more grouping in documentation. 2010-11-05 22:46:15 +01:00
eoCheckPoint.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoData.cpp *** empty log message *** 2005-10-03 12:54:45 +00:00
eoData.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoDistance.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoFDCStat.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoFeasibleRatioStat.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoFileMonitor.cpp * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoFileMonitor.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoFileSnapshot.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoFuncPtrStat.h + added eoFunctorStat class 2012-06-14 01:05:27 +02:00
eoGenCounter.h an eoStat that simply count generations 2011-12-12 22:22:04 +01:00
eoGnuplot.cpp Added includes necessary to compile using gcc 4.4 2010-05-04 12:56:54 +00:00
eoGnuplot.h fix most of the doxygen warnings 2010-11-09 11:44:28 +01:00
eoGnuplot1DMonitor.cpp Removed the "using eoMonitor::vec from eoGnuplot1DMonitor.h because it generated 2005-11-08 11:34:12 +00:00
eoGnuplot1DMonitor.h and finally... still more grouping in documentation. 2010-11-05 22:46:15 +01:00
eoGnuplot1DSnapshot.cpp Update for gcc-4.3 compatibility 2008-03-31 19:11:13 +00:00
eoGnuplot1DSnapshot.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoHowMany.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoIntBounds.cpp * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoIntBounds.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoLogger.cpp * make_op.h, eoLogger.cpp: disabled not used variables. should I remove them ? 2012-06-14 15:30:41 +02:00
eoLogger.h * eoLogger: overidded ctor in order to define a file to dump 2011-07-22 11:10:25 +02:00
eoMOFitnessStat.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoMonitor.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoOStreamMonitor.cpp Comment out deprecated stuff and fix corresponding tests 2012-07-06 20:48:18 +02:00
eoOStreamMonitor.h Comment out deprecated stuff and fix corresponding tests 2012-07-06 20:48:18 +02:00
eoParallel.cpp include omp.h only if _OPENMP is defined 2012-07-06 20:33:58 +02:00
eoParallel.h * eoParallel: added the both parameters enable_results and do_measure 2011-02-08 10:59:00 +01:00
eoParam.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoParser.cpp added an new exception to handle cases where a wrong template is given to eoParser::valueOf 2012-03-31 17:48:55 +02:00
eoParser.h added an new exception to handle cases where a wrong template is given to eoParser::valueOf 2012-03-31 17:48:55 +02:00
eoPopStat.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoRealBounds.cpp * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoRealBounds.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoRealVectorBounds.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoRndGenerators.h * doc: badly named name of eoOneBitFlip, added eoBooleanGenerator in bitstring group 2012-03-06 21:55:54 +01:00
eoRNG.cpp * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoRNG.h Comment out deprecated stuff and fix corresponding tests 2012-07-06 20:48:18 +02:00
eoScalarFitnessStat.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoSignal.cpp + eoSignal: to handle signal with eoCheckpoint instances 2012-06-22 15:37:51 +02:00
eoSignal.h * make_checkpoint.h: added --monitor_with_CtrlC option in order to monitor only when Ctrl-C is pressed 2012-06-22 17:41:46 +02:00
eoStat.h bugfix: IQR should not be negative (oups :-) 2011-11-29 15:06:19 +01:00
eoState.cpp generilaze the output of an eoState : now you can change the format, comes with defaults formatting (latex and json) 2012-04-16 11:28:47 +02:00
eoState.h missing assert.h header in eoState 2012-05-09 11:45:56 +02:00
eoStdoutMonitor.h Comment out deprecated stuff and fix corresponding tests 2012-07-06 20:48:18 +02:00
eoTimeCounter.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoTimedMonitor.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoUniformInit.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoUpdatable.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoUpdater.cpp * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
eoUpdater.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
make_help.cpp * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
pipecom.cpp * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00
pipecom.h Clean up configure/build-process. 2005-10-02 21:42:08 +00:00
rnd_generators.h and finally... still more grouping in documentation. 2010-11-05 22:46:15 +01:00
selectors.h * indentations + whitespace cleanup 2011-05-05 16:54:00 +02:00