Rename in peo

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@841 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
canape 2007-12-10 08:37:23 +00:00
commit f128e5ec66
16 changed files with 54 additions and 683 deletions

View file

@ -324,8 +324,7 @@
#include "core/eoPop_mesg.h"
#include "core/eoVector_mesg.h"
#include "peoEA.h"
#include "peoParallelAlgorithmWrapper.h"
#include "peoWrapper.h"
/* <------- components for parallel algorithms -------> */
#include "peoSeqTransform.h"
@ -340,15 +339,12 @@
#include "peoAsyncIslandMig.h"
/* Synchronous multi-start model */
#include "peoSyncMultiStart.h"
#include "peoSynchronousMultiStart.h"
#include "peoMultiStart.h"
/* <------- components for parallel algorithms -------> */
/* Parallel PSO */
#include "peoInitializer.h"
#include "peoPSO.h"
#include "peoPSOSelect.h"
#include "peoPSOReplacement.h"
#include "peoPSOVelocity.h"
#include "peoWorstPositionReplacement.h"
#include "peoGlobalBestVelocity.h"
#endif