Ajout de la random neutral walk sampling, on tient le bon bout ;)
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1797 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
bee9d839a6
commit
312b213a01
8 changed files with 614 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ ADD_EXECUTABLE(adaptiveWalks adaptiveWalks.cpp)
|
|||
ADD_EXECUTABLE(fdc fdc.cpp)
|
||||
ADD_EXECUTABLE(neutralDegree neutralDegree.cpp)
|
||||
ADD_EXECUTABLE(fitnessCloud fitnessCloud.cpp)
|
||||
ADD_EXECUTABLE(neutralWalk neutralWalk.cpp)
|
||||
|
||||
TARGET_LINK_LIBRARIES(testRandomWalk eoutils ga eo)
|
||||
TARGET_LINK_LIBRARIES(testMetropolisHasting eoutils ga eo)
|
||||
|
|
@ -27,3 +28,4 @@ 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)
|
||||
TARGET_LINK_LIBRARIES(neutralWalk eoutils ga eo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue