Ajout de la random search, et du DOS sampling
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1778 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
adde4c4898
commit
40e4285b7a
6 changed files with 503 additions and 1 deletions
|
|
@ -10,10 +10,12 @@ ADD_EXECUTABLE(testRandomWalk testRandomWalk.cpp)
|
|||
ADD_EXECUTABLE(testMetropolisHasting testMetropolisHasting.cpp)
|
||||
ADD_EXECUTABLE(testRandomNeutralWalk testRandomNeutralWalk.cpp)
|
||||
ADD_EXECUTABLE(sampling sampling.cpp)
|
||||
ADD_EXECUTABLE(densityOfStates densityOfStates.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)
|
||||
TARGET_LINK_LIBRARIES(densityOfStates eoutils ga eo)
|
||||
TARGET_LINK_LIBRARIES(autocorrelation eoutils ga eo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue