diff --git a/eo/src/eoGenOp.h b/eo/src/eoGenOp.h index 3f46137c..4a0f3ac7 100644 --- a/eo/src/eoGenOp.h +++ b/eo/src/eoGenOp.h @@ -107,7 +107,7 @@ class eoBinGenOp : public eoGenOp public: eoBinGenOp(eoBinOp& _op) : op(_op) {} - unsigned max_production(void) { return 2; } //2 as it will request two individuals + unsigned max_production(void) { return 1; } /** do the work: get 2 individuals from the population, modifies only one (it's a eoBinOp)