Added eoReduceMergeReduce and elitism (+ corrected small bug in eoHowMany)

This commit is contained in:
evomarc 2002-07-28 05:40:25 +00:00
commit 4ec08e8b10

View file

@ -164,7 +164,7 @@ public:
combien = int(rate); // and rate will not be used
// minimal check
if ( rate <= 0.0 )
if ( rate < 0.0 )
throw runtime_error("Negative rate read in eoHowMany::readFrom");
}