Ajout de la random neutral walk sampling, on tient le bon bout ;)

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1797 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2010-05-07 09:05:31 +00:00
commit 312b213a01
8 changed files with 614 additions and 1 deletions

View file

@ -52,7 +52,7 @@
* Sample the fitness of solutions from Metropolis-Hasting sampling
* and the fitness of one random neighbor
*
* The values are collected during the random search
* The values are collected during the Metropolis-Hasting walk
*
*/
template <class Neighbor>