add sampling, add moVectorMonitor
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1774 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
a127bf39f2
commit
984872b03d
6 changed files with 549 additions and 9 deletions
|
|
@ -9,7 +9,9 @@ LINK_DIRECTORIES(${EO_BIN_DIR}/lib)
|
|||
ADD_EXECUTABLE(testRandomWalk testRandomWalk.cpp)
|
||||
ADD_EXECUTABLE(testMetropolisHasting testMetropolisHasting.cpp)
|
||||
ADD_EXECUTABLE(testRandomNeutralWalk testRandomNeutralWalk.cpp)
|
||||
ADD_EXECUTABLE(sampling sampling.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(sampling eoutils ga eo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue