added insular model for pso

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@733 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
canape 2007-10-18 08:16:51 +00:00
commit f8cd064fab
3 changed files with 142 additions and 0 deletions

View file

@ -342,5 +342,7 @@
/* Parallel PSO */
#include "peoPSO.h"
#include "peoEvalFuncPSO.h"
#include "peoPSOSelect.h"
#include "peoPSOReplacement.h"
#endif