Fix errors in eo and eoSGATransform.h

This commit is contained in:
Ronaldd Pinho 2019-06-30 13:44:48 -03:00
commit 54c56624a9
2 changed files with 4 additions and 4 deletions

View file

@ -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"

View file

@ -34,8 +34,8 @@
// class eoSGATransform
///////////////////////////////////////////////////////////////////////////////
#include <vector> // std::vector
#include <utils/eoRNG.h>
#include <eoTransform.h>
#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