After indoduction of paradisEO, eoEaseyEA was a subclass of class eoPopAlgo
and not eoAlgo. I don't have time to investigate, so I went back to a subclass of eoAlgo. We'll sort that out later (after EuroGP I guess).
This commit is contained in:
parent
6afc695dce
commit
65395e7d28
1 changed files with 2 additions and 1 deletions
|
|
@ -28,6 +28,7 @@
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#include <apply.h>
|
#include <apply.h>
|
||||||
|
#include <eoAlgo.h>
|
||||||
#include <eoPopAlgo.h>
|
#include <eoPopAlgo.h>
|
||||||
#include <eoPopEvalFunc.h>
|
#include <eoPopEvalFunc.h>
|
||||||
#include <eoContinue.h>
|
#include <eoContinue.h>
|
||||||
|
|
@ -59,7 +60,7 @@ template <class EOT> class eoIslandsEasyEA ;
|
||||||
|
|
||||||
template <class EOT> class eoDistEvalEasyEA ;
|
template <class EOT> class eoDistEvalEasyEA ;
|
||||||
|
|
||||||
template<class EOT> class eoEasyEA: public eoPopAlgo<EOT>
|
template<class EOT> class eoEasyEA: public eoAlgo<EOT>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue