mac
9bcf9d95f8
Finalized Checkpointing, see t-eoCheckpointing for a test
2000-03-31 10:02:18 +00:00
mac
6d5d34ba1f
Added a className member
2000-03-31 10:00:22 +00:00
gustavo
c7eccdbe13
adding const... leaving as is
2000-03-30 18:15:14 +00:00
gustavo
28219fcc12
makefiles almost work
2000-03-30 18:02:03 +00:00
gustavo
5fe7510807
fixing makefiles
2000-03-30 17:11:20 +00:00
gustavo
1fe3a72e10
changing Makefile.am's to accept new subdiretory structure
2000-03-30 14:20:25 +00:00
mac
5467df160c
changed erronuous classname() to className()
2000-03-30 09:43:21 +00:00
mac
a2457cf126
few minor mods
2000-03-23 14:41:12 +00:00
mac
f290f94301
Adapted it for the poor stdc++ support of g++
2000-03-22 18:55:12 +00:00
mac
6c79787c43
Changed some includes for the new dir structure
2000-03-22 16:49:35 +00:00
mac
7fe8f333e7
Changed readFrom, which is no longer line based
2000-03-22 15:39:32 +00:00
mac
7303d62c1a
Obsolete, now present in eoOp.h
2000-03-22 15:38:16 +00:00
mac
2e6d406d8e
(re)moving...
2000-03-22 14:32:37 +00:00
mac
2620c402bc
no message
2000-03-22 14:30:57 +00:00
mac
2799347236
moving...
2000-03-22 14:23:20 +00:00
mac
5ecddc312c
moved old files here
2000-03-22 14:21:02 +00:00
mac
ddb4bfb00b
Moved the es files to an es directory
2000-03-22 14:18:39 +00:00
mac
648c4ab6ec
no message
2000-03-22 14:12:08 +00:00
mac
81751e279f
Added utilities directory, this contains state, parser etc.
2000-03-22 14:04:03 +00:00
mac
2e35c416ce
Removed obsolete references
2000-03-22 13:58:29 +00:00
mac
32541d5fe7
moved to utils
2000-03-22 13:57:57 +00:00
mac
f7547d6f8b
eoSelfEval was empty
2000-03-20 17:35:24 +00:00
mac
d55c0a5456
Just changed a typo in the documentation
2000-03-20 17:32:42 +00:00
mac
4a6202ff13
Removed some obsolete files, changed min and max in compatibility, commented the parser out of eoESFullMut and added some default initialization (please check this Marc). Why eoParser has changed is beyond me, but I am too late to uncommit. I will update a real parser very soon now.
2000-03-20 16:13:32 +00:00
marc
b111bf01aa
Put eoTerm into the eo hierarchy - it was in the air!
...
Added the className method
2000-03-13 10:17:12 +00:00
marc
83ca890c10
Changed some int into unsigned to avoid Gnu warnings
2000-03-13 10:14:20 +00:00
marc
b4e61489c7
Removed extra {} in operator()
2000-03-13 10:10:00 +00:00
mac
f430468921
Removed the call to the istream ctor, replaced it with readFrom
2000-03-06 16:28:37 +00:00
mac
60857fcf3b
Removed the call to the istream ctor, replaced it with readFrom
2000-03-06 16:21:54 +00:00
mac
0b449f9817
Removed the istream ctor
2000-03-06 16:09:46 +00:00
mac
6469376880
Fixed bug in eoGOpSelector (missing break!)
...
eoOp.h: binOp's second arg is const once more
all dsp and dsw files were touched by msvc, but did add some stuff (which
will be added to eo later)
Hope this all works
2000-03-06 16:05:47 +00:00
marc
f1fd1f8e33
Removed extra () in method virtual const EOT& operator()(const eoPop<EOT>& pop)
...
Changed the include of eoPop.h from <> to ""
2000-03-02 05:54:01 +00:00
marc
4b38c62c95
Something went wrong with past commit's. So, again
...
- added the virtual destructors of all classes,
to suppress g++ annoying warnings when using -Wall option
2000-03-02 05:48:23 +00:00
marc
9c75e1c408
Modified the order of base type and private data initializations
...
so the g++ does not complain when using the -Wall compile option
2000-02-29 05:22:32 +00:00
marc
9a4946c75c
Warning: this comment refers to the previous commit of eoException:
...
The command "cvs commit" does not seem to allow to enter comments ???
wherease the command "cvs ci" is OK.
Here we go:
- added the virtual destructors of all classes,
to suppress g++ annoying warnings when using -Wall option
2000-02-29 05:14:40 +00:00
victor
b109ef46b2
*** empty log message ***
2000-02-21 18:21:58 +00:00
victor
93fcc4c048
A: <WARNING: comparison between signed and unsigned> has been fixed, ONCE MORE :-(
2000-02-21 18:21:14 +00:00
victor
4777d09128
making the second parameter of the oprator() for binaria operators to be NON const
2000-02-21 18:03:31 +00:00
mac
0d439f9f56
Changed double linefeeds, will undo this if it doesn't work
2000-02-19 18:21:47 +00:00
mac
c3fd4eb3ee
eoScalarFitness, 'envelope class' for making minimizing/maximizing fitness
2000-02-19 16:32:12 +00:00
mac
2443677f13
Moved the static eoRNG rng to an extern eoRNG
...
This external object is now defined in eoPersistent.cpp
This should change...
2000-02-19 16:30:42 +00:00
victor
88c32ee09b
Someone was using eoAltProportionalSelect.h only he/she knows whycd src
2000-02-19 13:14:36 +00:00
victor
66465c5a09
A: <WARNING: comparison between signed and unsigned> has been fixed , ONCE MORE :-(
2000-02-19 12:50:48 +00:00
victor
5b5b71b148
Changing (ONCE MORE) eoEasyEA.h to allow 0 generation processes.
2000-02-19 12:37:28 +00:00
mac
25f9229b98
*** empty log message ***
2000-02-16 15:17:43 +00:00
mac
4ebd212d14
*** empty log message ***
2000-02-16 15:11:18 +00:00
mac
9fba2bfbb9
Mak: Added the eoQuadratic Op and more ... (and I hate VI)
2000-02-16 15:05:19 +00:00
mac
4ac1850226
*** empty log message ***
2000-02-16 15:03:45 +00:00
marc
cbc26ed5b2
Changed all "float" to "double"
...
But more than that, this is a test of CVS for me
Marc
2000-02-16 04:40:20 +00:00
victor
4f40da85e4
A: <WARNING: comparison between signed and unsigned> has been fixed :-))
2000-02-11 12:05:07 +00:00