From 8f31e6f863bd8685b477e6f0d9f919f9a3e44072 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:45:44 +0200 Subject: [PATCH] Update combination.h --- src/ibea/combination.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ibea/combination.h b/src/ibea/combination.h index a164946..0d2b231 100644 --- a/src/ibea/combination.h +++ b/src/ibea/combination.h @@ -3,6 +3,8 @@ void simple_combination(Population & pop_in, Population & pop_out, + const double *lower_bounds, + const double *upper_bounds, int parent1, int parent2, const double eta, @@ -10,8 +12,10 @@ void simple_combination(Population & pop_in, void combinate(Population & population, Population & pop, + const double *lower_bounds, + const double *upper_bounds, double eta, double p_combination, coco_random_state_t *random_generator); -#endif \ No newline at end of file +#endif -- GitLab