git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@790 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
9c87b3b0c0
commit
adb6419766
60 changed files with 1017 additions and 1095 deletions
|
|
@ -315,17 +315,19 @@
|
|||
//!
|
||||
//!ParadisEO WebSite : http://paradiseo.gforge.inria.fr
|
||||
//!Contact: paradiseo-help@lists.gforge.inria.fr
|
||||
//!
|
||||
|
||||
#include "core/peo_init.h"
|
||||
#include "core/peo_run.h"
|
||||
#include "core/peo_fin.h"
|
||||
|
||||
#include "core/eoVector_comm.h"
|
||||
#include "core/messaging.h"
|
||||
#include "core/eoPop_mesg.h"
|
||||
#include "core/eoVector_mesg.h"
|
||||
|
||||
#include "peoEA.h"
|
||||
#include "peoParallelAlgorithmWrapper.h"
|
||||
|
||||
/* Parallel steps of the E.A. */
|
||||
/* <------- components for parallel algorithms -------> */
|
||||
#include "peoSeqTransform.h"
|
||||
#include "peoParaSGATransform.h"
|
||||
#include "peoSeqPopEval.h"
|
||||
|
|
@ -334,13 +336,13 @@
|
|||
|
||||
/* Cooperative island model */
|
||||
#include "core/ring_topo.h"
|
||||
#include "peoAsyncIslandMig.h"
|
||||
#include "peoSyncIslandMig.h"
|
||||
#include "peoAsyncIslandMig.h"
|
||||
|
||||
/* Synchronous multi-start model */
|
||||
#include "peoSyncMultiStart.h"
|
||||
#include "peoParallelAlgorithmWrapper.h"
|
||||
#include "peoSynchronousMultiStart.h"
|
||||
/* <------- components for parallel algorithms -------> */
|
||||
|
||||
/* Parallel PSO */
|
||||
#include "peoInitializer.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue