Fix errors in eo and eoSGATransform.h
This commit is contained in:
parent
0311c1672d
commit
54c56624a9
2 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue