Ajout FDC

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1789 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2010-05-06 14:04:31 +00:00
commit 5afed6591e
4 changed files with 291 additions and 3 deletions

View file

@ -13,6 +13,7 @@ ADD_EXECUTABLE(sampling sampling.cpp)
ADD_EXECUTABLE(densityOfStates densityOfStates.cpp)
ADD_EXECUTABLE(autocorrelation autocorrelation.cpp)
ADD_EXECUTABLE(adaptiveWalks adaptiveWalks.cpp)
ADD_EXECUTABLE(fdc fdc.cpp)
TARGET_LINK_LIBRARIES(testRandomWalk eoutils ga eo)
TARGET_LINK_LIBRARIES(testMetropolisHasting eoutils ga eo)
@ -21,3 +22,4 @@ TARGET_LINK_LIBRARIES(sampling eoutils ga eo)
TARGET_LINK_LIBRARIES(densityOfStates eoutils ga eo)
TARGET_LINK_LIBRARIES(autocorrelation eoutils ga eo)
TARGET_LINK_LIBRARIES(adaptiveWalks eoutils ga eo)
TARGET_LINK_LIBRARIES(fdc eoutils ga eo)