Ajout du fitness cloud sampling
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1791 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
1f66526f43
commit
0684081624
6 changed files with 335 additions and 5 deletions
|
|
@ -15,6 +15,7 @@ ADD_EXECUTABLE(autocorrelation autocorrelation.cpp)
|
|||
ADD_EXECUTABLE(adaptiveWalks adaptiveWalks.cpp)
|
||||
ADD_EXECUTABLE(fdc fdc.cpp)
|
||||
ADD_EXECUTABLE(neutralDegree neutralDegree.cpp)
|
||||
ADD_EXECUTABLE(fitnessCloud fitnessCloud.cpp)
|
||||
|
||||
TARGET_LINK_LIBRARIES(testRandomWalk eoutils ga eo)
|
||||
TARGET_LINK_LIBRARIES(testMetropolisHasting eoutils ga eo)
|
||||
|
|
@ -25,3 +26,4 @@ TARGET_LINK_LIBRARIES(autocorrelation eoutils ga eo)
|
|||
TARGET_LINK_LIBRARIES(adaptiveWalks eoutils ga eo)
|
||||
TARGET_LINK_LIBRARIES(fdc eoutils ga eo)
|
||||
TARGET_LINK_LIBRARIES(neutralDegree eoutils ga eo)
|
||||
TARGET_LINK_LIBRARIES(fitnessCloud eoutils ga eo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue