From 54c56624a9aa919f1bae9e403ab72a0686711da1 Mon Sep 17 00:00:00 2001 From: Ronaldd Pinho Date: Sun, 30 Jun 2019 13:44:48 -0300 Subject: [PATCH] Fix errors in eo and eoSGATransform.h --- eo/src/eo | 4 ++-- eo/src/eoSGATransform.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eo/src/eo b/eo/src/eo index 6562c369c..39109bdb6 100644 --- a/eo/src/eo +++ b/eo/src/eo @@ -60,11 +60,11 @@ #include "eoCloneOps.h" #include "eoOpContainer.h" // combinations of simple eoOps (eoMonOp and eoQuadOp) -#include "eoProportionalCombinedOp.h> +#include "eoProportionalCombinedOp.h" // didactic (mimics SGA-like variation into an eoGenOp) // calls crossover and mutation sequentially, // with their respective mutation rates -#include "eoSGAGenOp.h> +#include "eoSGAGenOp.h" // its dual: crossover, mutation (and copy) - proportional choice // w.r.t. given relative weights #include "eoPropGAGenOp.h" diff --git a/eo/src/eoSGATransform.h b/eo/src/eoSGATransform.h index 0dc2441f6..e9284aa0a 100644 --- a/eo/src/eoSGATransform.h +++ b/eo/src/eoSGATransform.h @@ -34,8 +34,8 @@ // class eoSGATransform /////////////////////////////////////////////////////////////////////////////// #include // std::vector -#include -#include +#include "utils/eoRNG.h" +#include "eoTransform.h" /** eoSGATransform: transforms a population using genetic operators. * It does it exactly as class eoSGA, i.e. only accepts