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
maartenkeijzer 262869d0ae fixed a bug: the parser now correctly parses parameters of the form
-Pvalue

This will now produce 'value'. The buggy parser would parse 'alue' here. I am truly and deeply
ashamed to have created such an off-by-one error.

Marc assumed this was wanted behaviour (so that it should read: -P=value)
I must admit that this is a logical conclusion, though it was merely a side-effect
of the error. To not force Marc to rewrite the tutorial and his way of working with
EO, I decided to make a feature out of the bug, so that now the parser will parse:

-Pvalue
-P=value

and of course the true and blue:

-Parameter=value

I will now go and check if I sent out some crappy papers caused by this bug (as I've been using eo!)
2001-02-13 12:38:19 +00:00
..
.cvsignore adding & modifying .cvsignore's 2000-04-03 09:32:43 +00:00
checkpointing Minor bugs for Win quashed; fixed Win project files 2001-02-09 16:52:06 +00:00
compatibility.h few minor mods 2000-03-23 14:41:12 +00:00
eoCheckPoint.h Added the lastCall construct: if the stopping condition becomes true in eoCheckPoint, 2000-12-04 06:58:43 +00:00
eoData.h Added utilities directory, this contains state, parser etc. 2000-03-22 14:04:03 +00:00
eoDistance.h Added the monitoring facilities for snapshots (i.e. generating and plotting a new file 2001-01-31 18:38:39 +00:00
eoFDCStat.h Added the monitoring facilities for snapshots (i.e. generating and plotting a new file 2001-01-31 18:38:39 +00:00
eoFileMonitor.cpp It is using delim now 2000-10-23 10:58:54 +00:00
eoFileMonitor.h Added fstream in the include files - I had an error message at some point! 2000-11-28 15:40:39 +00:00
eoFileSnapshot.h Forgotten a debug print 2001-02-01 05:27:36 +00:00
eoGnuplot.h Ok, updated the Makefile.am again to use the 2001-02-12 13:58:51 +00:00
eoGnuplot1DMonitor.h Ok, updated the Makefile.am again to use the 2001-02-12 13:58:51 +00:00
eoGnuplot1DSnapshot.h Ok, updated the Makefile.am again to use the 2001-02-12 13:58:51 +00:00
eoHowMany.h A new util class to handle the rate/integer argument to selectors/replacement 2000-12-19 18:09:10 +00:00
eoMonitor.h Added the monitoring facilities for snapshots (i.e. generating and plotting a new file 2001-01-31 18:38:39 +00:00
eoParam.h Added the missing include of eoScalarFitness - mandatory due to 2001-02-07 05:15:18 +00:00
eoParser.cpp fixed a bug: the parser now correctly parses parameters of the form 2001-02-13 12:38:19 +00:00
eoParser.h eo: added some missing entries 2000-09-09 13:43:31 +00:00
eoRNG.cpp Added the namespace eo for the global variable rng in eoRNG.cpp 2001-01-08 10:07:27 +00:00
eoRNG.h Added the namespace eo for the global variable rng in eoRNG.cpp 2001-01-08 10:07:27 +00:00
eoScalarFitnessStat.h Added the monitoring facilities for snapshots (i.e. generating and plotting a new file 2001-01-31 18:38:39 +00:00
eoStat.h Added the lastCall construct: if the stopping condition becomes true in eoCheckPoint, 2000-12-04 06:58:43 +00:00
eoState.cpp Added ownership functionality and made the thing non-copyable 2000-06-13 14:31:53 +00:00
eoState.h Ok, updated the Makefile.am again to use the 2001-02-12 13:58:51 +00:00
eoStdoutMonitor.cpp Added a verbose mode (the default behavior) which is as before. 2000-11-24 17:36:03 +00:00
eoStdoutMonitor.h Added a verbose mode (the default behavior) which is as before. 2000-11-24 17:36:03 +00:00
eoUpdatable.h New base class eoUpdatable.h - for objects that need upates in eoCheckPoints 2000-12-07 09:56:00 +00:00
eoUpdater.cpp Added the lastCall construct: if the stopping condition becomes true in eoCheckPoint, 2000-12-04 06:58:43 +00:00
eoUpdater.h Added the lastCall construct: if the stopping condition becomes true in eoCheckPoint, 2000-12-04 06:58:43 +00:00
Makefile.am Ok, updated the Makefile.am again to use the 2001-02-12 13:58:51 +00:00
pipecom.h I had forgotten to add pipecom.h 2001-02-01 05:17:16 +00:00
rnd_generators.h Added the eoRandomReduce class - hence I also added the shuffle method 2001-01-16 05:52:01 +00:00
selectors.h Added some safety test in roulette_wheel procedures: 2000-10-30 14:54:29 +00:00