..
.cvsignore
Adjusting configuration for Eclipse
2008-03-28 15:57:55 +00:00
ChangeLog
eoRNG.h (eoRng::random): Add comment on truncation as standard way of
2007-08-22 07:30:47 +00:00
checkpointing
create a more generic class for monitoring to any ostream (useful for output to clog or cerr, for example), the stdout monitor now inherits from it
2010-10-26 10:51:48 +02:00
CMakeLists.txt
create a more generic class for monitoring to any ostream (useful for output to clog or cerr, for example), the stdout monitor now inherits from it
2010-10-26 10:51:48 +02: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
fix #13 : remove the use of the verbose members, replaced by the eo::log system ; functions prototypes keep their verbose parameters, but display a warning until next version
2010-10-30 23:30:40 +02: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
eoFeasibleRatioStat.h
Stat object to compute ratio of feasible indviduals in a pop using eoDualFitness
2010-10-25 09:50:50 +02:00
eoFileMonitor.cpp
typo bugfix
2010-09-16 09:29:51 +02:00
eoFileMonitor.h
bugfix _keep_existing name ; added an overwriting option to use ios_base::trunc instead of ios_base::app
2010-09-15 22:53:15 +02:00
eoFileSnapshot.h
replace TODO comments by @ŧodo doxygen command
2010-11-01 22:09:40 +01: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
Added includes necessary to compile using gcc 4.4
2010-05-04 12:56:54 +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
Update for gcc-4.3 compatibility
2008-03-31 19:11:13 +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
update of the license headers, LGPL version 2 only for those new files
2010-08-30 22:46:55 +02:00
eoIntBounds.cpp
Simplify configuration.
2005-09-28 21:49:26 +00:00
eoIntBounds.h
* fixed some warning issues during compilation
2010-08-31 14:10:13 +02:00
eoLogger.cpp
typo variable name
2010-09-21 17:52:59 +02:00
eoLogger.h
accessors to levels ; typofix on _contextLevel
2010-09-16 14:16:24 +02:00
eoMOFitnessStat.h
Changed some files for compatibility with MSVC 2003 and 2005
2006-11-20 13:25:46 +00:00
eoMonitor.h
add an include
2010-03-18 12:44:45 +00:00
eoOStreamMonitor.cpp
replace TODO comments by @ŧodo doxygen command
2010-11-01 22:09:40 +01:00
eoOStreamMonitor.h
remove default values for verbose parameters, so as to make deprecated wrappers unused by default
2010-10-31 21:36:53 +01:00
eoParam.h
no ; at the end of the line
2010-08-30 22:42:42 +02:00
eoParser.cpp
replace TODO comments by @ŧodo doxygen command
2010-11-01 22:09:40 +01:00
eoParser.h
code to display only once the message about the help parameter + some indent fix + some more comments
2010-08-02 17:07:32 +02:00
eoParserLogger.cpp
eo::log: added the parameter -o in order to define a log file + removed some warning messages at compile time
2010-09-01 12:01:42 +02:00
eoParserLogger.h
eo::log: added the parameter -o in order to define a log file + removed some warning messages at compile time
2010-09-01 12:01:42 +02:00
eoPopStat.h
Fix using directives for gcc-4.1
2006-03-27 18:55:20 +00:00
eoRealBounds.cpp
fixed a warning issue at the file eoRealBounds.cpp
2010-08-18 17:18:36 +02:00
eoRealBounds.h
more doc groups, cleaner modules hierarchy
2010-11-01 23:08:58 +01:00
eoRealVectorBounds.h
* fixed some warning issues during compilation
2010-08-31 14:10:13 +02: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
* eoRNG.h: added double uniform(double min, double max)
2010-08-31 15:53:32 +02:00
eoScalarFitnessStat.h
Fix using directives for gcc-4.1
2006-03-27 18:55:20 +00:00
eoStat.h
Stat object to compute ratio of feasible indviduals in a pop using eoDualFitness
2010-10-25 09:50:50 +02: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.h
remove default values for verbose parameters, so as to make deprecated wrappers unused by default
2010-10-31 21:36:53 +01:00
eoTimeCounter.h
Accept long time
2009-06-25 14:49:53 +00:00
eoTimedMonitor.h
little change to delete warning
2009-01-27 16:26:44 +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
eo::log: added the parameter -o in order to define a log file + removed some warning messages at compile time
2010-09-01 12:01:42 +02: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