Commit graph

11 commits

Author SHA1 Message Date
kuepper
85a326c5e4 Adjust code to perform to C++ standard according to gcc-3.4
interpretation... (Have not compiled/checked/changed paradisEO.)

That is, the current code compiles with gcc-3.4 and the checks
(besides t-MGE1bit) all pass.
2004-12-23 15:29:07 +00:00
okoenig
7d0e70fd1a added a string msg to eoScalarFitnessAssembled, in order to store all sorts of messages for an individual 2004-07-25 13:26:02 +00:00
okoenig
500f66efbf Added a failed boolean to indicate if fitness evaluation succeeded ( useful if programs are involved, where fitness evaluation can fail for some indis)
Avg Stats are now only evaluated of individuals if this bool is false!
2004-06-14 17:05:07 +00:00
okoenig
06eb601d8e Added a failed boolean to indicate if fitness evaluation succeeded ( useful if programs are involved, where fitness evaluation can fail for some indis) 2004-06-14 11:23:48 +00:00
okoenig
3276d502ea Bugfix regarding the feasible flag 2004-03-28 22:18:03 +00:00
okoenig
2184dc845f added a public bool feasible, used to identify feasible individuals in initialization processes 2003-06-16 21:41:30 +00:00
okoenig
d51ee5916b minor changes 2003-04-05 13:42:44 +00:00
okoenig
f587793a6a Minor changes to make it run under Visual Studio 6.0 2003-04-03 16:47:47 +00:00
okoenig
9b66196870 Minor changes to make it run under Visual Studio 6.0 2003-04-03 16:25:55 +00:00
okoenig
1d70ba7a9b Minor changes to make it run under Visual Studio 6.0 2003-04-03 09:11:17 +00:00
okoenig
b3e57bedad included new fitness class eoScalarFitnessAssembled, that stores different fitness terms in a std::vector, but still acts as a scalar fitness. A new checkpoint uses these values for statistics. 2003-04-02 21:10:53 +00:00