Added eoReduceMergeReduce and elitism (+ corrected small bug in eoHowMany)
This commit is contained in:
parent
98a1441137
commit
4ec08e8b10
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue