Some includes were missing in eoPop and eoOp that I had not noticed before
trying to compile test/t-eoSymreg.cpp
This commit is contained in:
parent
ce031f10a3
commit
576249509b
2 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
#include <eoObject.h>
|
||||
#include <eoPrintable.h>
|
||||
#include <eoFunctor.h>
|
||||
|
||||
#include <utils/eoRNG.h>
|
||||
/**
|
||||
\defgroup operators
|
||||
Genetic Operators are used for various purposes
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
#include <eoOp.h> // for eoInit
|
||||
#include <eoPersistent.h>
|
||||
#include <eoInit.h>
|
||||
#include <utils/rnd_generators.h> // for shuffle method
|
||||
|
||||
/** Subpopulation: it is used to move parts of population
|
||||
from one algorithm to another and one population to another. It is safer
|
||||
|
|
|
|||
Reference in a new issue