This repository has been archived on 2026-03-28. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
eodev/eo/src/utils
2008-02-14 08:23:16 +00:00
..
.cvsignore adding & modifying .cvsignore's 2000-04-03 09:32:43 +00:00
ChangeLog eoRNG.h (eoRng::random): Add comment on truncation as standard way of 2007-08-22 07:30:47 +00:00
checkpointing added eoAssembledFitnessStat.h to implement Best and Avg Stat for eoScalarFitnessAssembled 2003-04-05 13:42:01 +00:00
CMakeLists.txt deleted cxx flags for cl compiler. They have been moved to the CMakeLists.txt at the top level 2008-02-14 08:23:16 +00:00
compatibility.h excluded gcc>3 from check 2003-03-18 09:40:36 +00:00
eoAssembledFitnessStat.h Fix using directives for gcc-4.1 2006-03-27 18:55:20 +00:00
eoCheckPoint.h added eoFuncPtrStat, and appended various addTo member functions for more elegant definition of monitors, stats, checkpoints, etc 2007-09-05 11:36:44 +00:00
eoData.cpp *** empty log message *** 2005-10-03 12:54:45 +00:00
eoData.h cleanup 2005-10-05 21:48:01 +00:00
eoDistance.h Adding sharing - needed to modify quite a few files, like eoDistance.h 2004-05-25 08:03:30 +00:00
eoFDCStat.h Fix using directives for gcc-4.1 2006-03-27 18:55:20 +00:00
eoFileMonitor.cpp added eoFuncPtrStat, and appended various addTo member functions for more elegant definition of monitors, stats, checkpoints, etc 2007-09-05 11:36:44 +00:00
eoFileMonitor.h Clean up configure/build-process. 2005-10-02 21:42:08 +00:00
eoFileSnapshot.h Simplify configuration. 2005-09-28 21:49:26 +00:00
eoFuncPtrStat.h added eoFuncPtrStat, and appended various addTo member functions for more elegant definition of monitors, stats, checkpoints, etc 2007-09-05 11:36:44 +00:00
eoGnuplot.cpp finish the handling of gnuplot completely at build-time. 2005-10-05 21:34:19 +00:00
eoGnuplot.h fix foe gnuplot configuration-switch usage 2005-10-02 21:57:43 +00:00
eoGnuplot1DMonitor.cpp Removed the "using eoMonitor::vec from eoGnuplot1DMonitor.h because it generated 2005-11-08 11:34:12 +00:00
eoGnuplot1DMonitor.h Removed the "using eoMonitor::vec from eoGnuplot1DMonitor.h because it generated 2005-11-08 11:34:12 +00:00
eoGnuplot1DSnapshot.cpp added eoFuncPtrStat, and appended various addTo member functions for more elegant definition of monitors, stats, checkpoints, etc 2007-09-05 11:36:44 +00:00
eoGnuplot1DSnapshot.h Added an accessor to the pointsize, for do_make_checkpoint_pareto 2005-10-10 13:33:13 +00:00
eoHowMany.h Simplify configuration. 2005-09-28 21:49:26 +00:00
eoIntBounds.cpp Simplify configuration. 2005-09-28 21:49:26 +00:00
eoIntBounds.h Added the explicit calls to the base class ctors in eoXXXGeneralBounds copy Ctors 2004-12-27 07:33:03 +00:00
eoMOFitnessStat.h Changed some files for compatibility with MSVC 2003 and 2005 2006-11-20 13:25:46 +00:00
eoMonitor.h added eoFuncPtrStat, and appended various addTo member functions for more elegant definition of monitors, stats, checkpoints, etc 2007-09-05 11:36:44 +00:00
eoParam.h * make_genotype_real.h (eoEsChromInit): Rewrite vecSigmaInit-handling: 2006-11-16 12:35:46 +00:00
eoParser.cpp * make_genotype_real.h (eoEsChromInit): Rewrite vecSigmaInit-handling: 2006-11-16 12:35:46 +00:00
eoParser.h * make_genotype_real.h (eoEsChromInit): Rewrite vecSigmaInit-handling: 2006-11-16 12:35:46 +00:00
eoPopStat.h Fix using directives for gcc-4.1 2006-03-27 18:55:20 +00:00
eoRealBounds.cpp Simplify configuration. 2005-09-28 21:49:26 +00:00
eoRealBounds.h Added the explicit calls to the base class ctors in eoXXXGeneralBounds copy Ctors 2004-12-27 07:33:03 +00:00
eoRealVectorBounds.h Removed "using namespace std" statements from header files in EO -- "std::" identifier were added where necessary. 2003-02-27 19:28:07 +00:00
eoRndGenerators.h GCC 3.3 2003-05-16 14:28:52 +00:00
eoRNG.cpp * eoTimedMonitor.h (eoTimedMonitor::seconds): Make unsigned. 2006-12-02 10:18:57 +00:00
eoRNG.h removed const qualifier from choice() member 2007-09-04 13:44:02 +00:00
eoScalarFitnessStat.h Fix using directives for gcc-4.1 2006-03-27 18:55:20 +00:00
eoStat.h added eoFuncPtrStat, and appended various addTo member functions for more elegant definition of monitors, stats, checkpoints, etc 2007-09-05 11:36:44 +00:00
eoState.cpp Simplify configuration. 2005-09-28 21:49:26 +00:00
eoState.h Removed trailing text after #endif - causes warning on many compilers 2001-10-08 09:14:15 +00:00
eoStdoutMonitor.cpp Added the #pragma directive for MSVC++ in all .cpp 2001-11-10 06:59:02 +00:00
eoStdoutMonitor.h Added the className methods everywhere 2004-06-15 07:09:57 +00:00
eoTimeCounter.h A few changes for MSVC++ compatibility 2002-04-12 15:13:45 +00:00
eoTimedMonitor.h * eoTimedMonitor.h (eoTimedMonitor::seconds): Make unsigned. 2006-12-02 10:18:57 +00:00
eoUniformInit.h GCC 3.3 2003-05-16 14:28:52 +00:00
eoUpdatable.h Provide virtual destructors as gcc-4 barks heavily otherwise 2005-09-05 16:47:53 +00:00
eoUpdater.cpp Simplify configuration. 2005-09-28 21:49:26 +00:00
eoUpdater.h added eoFuncPtrStat, and appended various addTo member functions for more elegant definition of monitors, stats, checkpoints, etc 2007-09-05 13:52:17 +00:00
make_help.cpp Added default value for bool arg in testDirRes function 2002-02-02 05:59:05 +00:00
Makefile.am * Makefile.am: Update for release-distribution. 2006-12-01 20:08:51 +00:00
pipecom.cpp added definition _WINDOWS for (mingw and others) compatibility 2007-11-26 07:56:08 +00:00
pipecom.h Clean up configure/build-process. 2005-10-02 21:42:08 +00:00
rnd_generators.h Make sure uint32_t is defined correctly in eoRNG.h and use it where 2005-09-26 10:18:15 +00:00
selectors.h Replaced float vars with double to avoid conversion warnings on VS 8.0 2006-12-01 08:42:54 +00:00