Test peo modified
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@911 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
b87149ea75
commit
743d94aea0
17 changed files with 559 additions and 140 deletions
|
|
@ -59,12 +59,23 @@ ENDIF(WIN32 AND NOT CYGWIN)
|
|||
### 3) Define your targets and link the librairies
|
||||
######################################################################################
|
||||
|
||||
SET (TEST_LIST t-peo
|
||||
)
|
||||
|
||||
SET (TEST_LIBRARY t-ParallelEval
|
||||
SET (TEST_LIST t-ParallelEval
|
||||
t-ParallelTransform
|
||||
t-MultiStart
|
||||
t-PSOSelect
|
||||
t-EAAsyncIsland
|
||||
t-EASyncIsland
|
||||
t-PSOGlobalBest
|
||||
t-PSOWorstPosition
|
||||
)
|
||||
|
||||
SET (TEST_LIBRARY t-ParallelEvalLib
|
||||
t-ParallelTransformLib
|
||||
t-MultiStartLib
|
||||
t-EAAsyncIslandLib
|
||||
t-EASyncIslandLib
|
||||
t-PSOGlobalBestLib
|
||||
t-PSOWorstPositionLib
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue