Ajout du moHillClimberSampling, et ajout des méthodes init dans les stats ;)
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1787 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
26055cda7f
commit
c46fac7da4
9 changed files with 330 additions and 12 deletions
|
|
@ -12,6 +12,7 @@ ADD_EXECUTABLE(testRandomNeutralWalk testRandomNeutralWalk.cpp)
|
|||
ADD_EXECUTABLE(sampling sampling.cpp)
|
||||
ADD_EXECUTABLE(densityOfStates densityOfStates.cpp)
|
||||
ADD_EXECUTABLE(autocorrelation autocorrelation.cpp)
|
||||
ADD_EXECUTABLE(adaptiveWalks adaptiveWalks.cpp)
|
||||
|
||||
TARGET_LINK_LIBRARIES(testRandomWalk eoutils ga eo)
|
||||
TARGET_LINK_LIBRARIES(testMetropolisHasting eoutils ga eo)
|
||||
|
|
@ -19,3 +20,4 @@ TARGET_LINK_LIBRARIES(testRandomNeutralWalk eoutils ga eo)
|
|||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue