From 967ccc66168328032ffb9eac3b2fda35ef001f30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20PASINI?= <kevin.pasini@ensiie.fr> Date: Wed, 19 Oct 2016 00:46:26 +0200 Subject: [PATCH] Update ibea.cpp --- src/ibea/ibea.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ibea/ibea.cpp b/src/ibea/ibea.cpp index 2bb6da8..d7b65d9 100644 --- a/src/ibea/ibea.cpp +++ b/src/ibea/ibea.cpp @@ -51,7 +51,7 @@ void ibea(evaluate_function_t evaluate, /* 6 Combination and Mutation */ pop.empty(); - combinate(new_pop, pop, eta, p_combination,random_generator); + combinate(new_pop, pop, lower_bounds, upper_bounds, eta, p_combination,random_generator); mutate(pop, lower_bounds, upper_bounds, eta, p_mutation, random_generator); m++; } -- GitLab