Caner Candan
d44a696e21
* fixed regression with gcc 4.7
2012-06-23 13:39:17 +02:00
Caner Candan
56c6edab04
* indentations + whitespace cleanup
2011-05-05 16:54:00 +02:00
Johann Dreo
bd236ee67f
add tests interfaces as examples in the doc ; remove unused test binaries ; some code formating
2010-11-07 23:12:28 +01:00
Johann Dreo
2104f5b7e9
and finally... still more grouping in documentation.
2010-11-05 22:46:15 +01:00
okoenig
cc12fd2760
Added additonal definition for operator< between fitness and ScalarType. Needed for compilation with VS 8.0.
2006-11-28 17:12:21 +00:00
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