Add the autocorrelation sampling
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1777 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
69eda3cd18
commit
adde4c4898
9 changed files with 335 additions and 30 deletions
|
|
@ -10,8 +10,10 @@ ADD_EXECUTABLE(testRandomWalk testRandomWalk.cpp)
|
|||
ADD_EXECUTABLE(testMetropolisHasting testMetropolisHasting.cpp)
|
||||
ADD_EXECUTABLE(testRandomNeutralWalk testRandomNeutralWalk.cpp)
|
||||
ADD_EXECUTABLE(sampling sampling.cpp)
|
||||
ADD_EXECUTABLE(autocorrelation autocorrelation.cpp)
|
||||
|
||||
TARGET_LINK_LIBRARIES(testRandomWalk eoutils ga eo)
|
||||
TARGET_LINK_LIBRARIES(testMetropolisHasting eoutils ga eo)
|
||||
TARGET_LINK_LIBRARIES(testRandomNeutralWalk eoutils ga eo)
|
||||
TARGET_LINK_LIBRARIES(autocorrelation eoutils ga eo)
|
||||
TARGET_LINK_LIBRARIES(sampling eoutils ga eo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue