From b917e54486aa70bcd29597687944d392a964152e Mon Sep 17 00:00:00 2001 From: maartenkeijzer Date: Mon, 12 Mar 2001 16:07:55 +0000 Subject: [PATCH] Production of binop back to 1 --- eo/src/eoGenOp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)