Commit graph

994 commits

Author SHA1 Message Date
maartenkeijzer
fd2fcc8e2b Sort dissappeared in one-objective 2003-10-12 20:53:28 +00:00
evomarc
bc1e98a65a Updated lists of headers in some Makefile.am (thanks to Claude Dion for pointing this out)
While there, changed the presentations of source and headers (1 per line with \)
2003-09-20 05:42:23 +00:00
evomarc
31971866e8 Modified a wrong link 2003-09-18 15:09:34 +00:00
evomarc
45a2d08432 Slightly modified the formula: the worst individual had "fitness" 0 in hte case of linear scaling with pressure=2. Now it has fitness 1/[P(P-1)/2]
Thanks to Gilles BAUDRILLARD (EADS)
2003-09-02 05:49:37 +00:00
evomarc
0f8244e694 Added 2 missing headers (and broke the long lines).
Thanks to Jochen Küpper for pointing this out.
2003-09-01 12:56:29 +00:00
evomarc
baeeeec1e5 Corrected a HUGE bug in eoRealUXover !!!
Thanks to Gilles BAUDRILLARD - EADS
2003-08-26 18:07:06 +00:00
okoenig
aac8ff6cb9 added parameters to the constructors to start generation counting !=0
the parameters are optional and appended in the end
2003-08-21 13:02:53 +00:00
evomarc
4238ee1bd3 CLean-up 2003-08-02 06:55:47 +00:00
evomarc
3a8d9dd7a9 Adding the generic operators for FIXED-LENGTH ORDERED genotypes eoFlOrXxxOp.h 2003-08-02 06:42:33 +00:00
okoenig
b643ec2be3 Inserted a missing std:: 2003-07-30 14:48:13 +00:00
evomarc
5c7f17c153 Forgot the dir when adding eoSBXcross.h :-((( 2003-07-29 05:33:58 +00:00
evomarc
c249cecc62 Adding SBX crossover operator in es dir 2003-07-28 09:48:58 +00:00
evomarc
4c2d0f2ea0 Adding the SBX operator in es dir 2003-07-28 09:47:15 +00:00
evomarc
334f5ce3d7 More precise comment 2003-06-21 06:34:00 +00:00
jmerelo
0b5a174da0 Eliminated using namespace std 2003-06-18 09:07:19 +00:00
jmerelo
b354bd51f8 better eoString 2003-06-17 12:03:42 +00:00
jmerelo
e17eb77e39 Changes to obsolete things 2003-06-17 06:24:15 +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
maartenkeijzer
ed7902ed90 Exported operator() for eoSGATransform in abstract1.cpp 2003-06-09 06:25:11 +00:00
evomarc
21301c327d Change in terminology: EDA (Estimation of Distribution Algorithms) replaces
DEA (Distribution Evolution Algorithms), as it seems more widely used today.
2003-06-09 06:17:26 +00:00
evomarc
d6cce45ad0 Change in terminology: EDA (Estimation of Distribution Algorithms) replaces
DEA (Distribution Evolution Algorithms), as it seems more widely used today.
2003-06-09 06:06:13 +00:00
maartenkeijzer
0a85f17803 Improved the check for changed. Now it will only set the changed flag when the elements that are flipped are actually different 2003-06-06 10:29:13 +00:00
maartenkeijzer
43b5effcdb added shuffle 2003-06-04 11:50:48 +00:00
maartenkeijzer
b6104c6f32 Added tests for roulette wheel selection 2003-06-04 09:34:26 +00:00
maartenkeijzer
a7b5d90f1b optimized eoProportional and added universalselect 2003-06-04 09:33:27 +00:00
jeggermo
347f64413e GCC 3.3 2003-05-16 14:28:52 +00:00
evomarc
364cded6a4 Added keywords "Sequential" and "Random" as synonyms of resp. "Deterministic"
and "Uniform" - for EASEA
2003-04-27 06:08:11 +00:00
maartenkeijzer
af5fee9478 Removed HAVE_SSTREAM for redhat 2.96 2003-04-20 12:57:59 +00:00
cahon
ba68ffe0c2 missing include eoParetoFitness.h 2003-04-18 13:32:39 +00:00
okoenig
d51ee5916b minor changes 2003-04-05 13:42:44 +00:00
okoenig
c39b241413 added eoAssembledFitnessStat.h to implement Best and Avg Stat for eoScalarFitnessAssembled 2003-04-05 13:42:01 +00:00
okoenig
45e3b86bcb Removed function template specializations for eoScalarFitnessAssembled from classes in this file, since they do not work under Visual Studio! Reimplemented these stat classes for this new fitness class in eoAssembledFitnessStat.h 2003-04-05 13:40:57 +00:00
okoenig
a172d34e5f 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-03 16:51:47 +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
a63c6ee2ba Minor changes to make it run under Visual Studio 6.0 2003-04-03 10:44:35 +00:00
okoenig
ce04cca4b9 Minor changes to make it run under Visual Studio 6.0 2003-04-03 09:23:52 +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
evomarc
eb279c8f98 Removed a dummy line containing reference to lesson3! 2003-04-01 12:09:37 +00:00
maartenkeijzer
9a636428ba Deleted political statement as I changed my mind about this 2003-03-25 10:46:08 +00:00
evomarc
59fe39da93 ADded comments and hook for copy constructor 2003-03-22 06:39:21 +00:00
maartenkeijzer
f64292b777 bumped up the version number 2003-03-21 09:17:38 +00:00
maartenkeijzer
fda39068af now added an std::ends for plotting strstream 2003-03-21 02:44:05 +00:00
maartenkeijzer
6f98944212 again: std::ends and stringstream 2003-03-21 02:41:54 +00:00
maartenkeijzer
eaabc7ae3b fixed (?) some problems with stringstreams and std::ends 2003-03-21 02:39:09 +00:00
maartenkeijzer
07a3e56db1 eliminated gprop from the build until someone makes sure it builds under gcc-3.2 2003-03-20 20:00:38 +00:00
maartenkeijzer
b15d1cef39 replace \0 with std::ends 2003-03-20 19:49:32 +00:00
maartenkeijzer
27f9ae0894 finished pickling support for valueParam 2003-03-19 10:47:08 +00:00
maartenkeijzer
95d3c19211 Added pickling support for ValueParams 2003-03-19 10:16:56 +00:00