Production of binop back to 1

This commit is contained in:
maartenkeijzer 2001-03-12 16:07:55 +00:00
commit b917e54486

View file

@ -107,7 +107,7 @@ class eoBinGenOp : public eoGenOp<EOT>
public:
eoBinGenOp(eoBinOp<EOT>& _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)