Added multi-objective support to PyEO (and changed its name to that)

This commit is contained in:
maartenkeijzer 2003-01-06 16:10:38 +00:00
commit 0a4fb55031
21 changed files with 60 additions and 328 deletions

View file

@ -1,5 +1,5 @@
/*
pyeo
PyEO
Copyright (C) 2003 Maarten Keijzer
@ -24,7 +24,7 @@
#include <eoFitContinue.h>
#include <eoSteadyFitContinue.h>
#include "pyeo.h"
#include "PyEO.h"
#include "def_abstract_functor.h"
#define DEF(x) class_<x<PyEO>, bases<eoContinue<PyEO > > >(#x).def("__call__", &eoContinue<PyEO>::operator())