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:
verel 2010-05-07 09:05:31 +00:00
commit 312b213a01
8 changed files with 614 additions and 1 deletions

View file

@ -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)