Added multi-objective support to PyEO (and changed its name to that)
This commit is contained in:
parent
3267a34191
commit
0a4fb55031
21 changed files with 60 additions and 328 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
pyeo
|
||||
PyEO
|
||||
|
||||
Copyright (C) 2003 Maarten Keijzer
|
||||
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
#include <eoSGATransform.h>
|
||||
#include <eoPopEvalFunc.h>
|
||||
|
||||
#include "pyeo.h"
|
||||
#include "PyEO.h"
|
||||
#include "def_abstract_functor.h"
|
||||
|
||||
void abstract1()
|
||||
|
|
|
|||
Reference in a new issue