Add moRandomWalk.h, update lesson 6 sampling.cpp

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1775 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2010-05-04 14:45:18 +00:00
commit d05c43ea3a
5 changed files with 303 additions and 168 deletions

View file

@ -98,6 +98,7 @@ public:
/**
* Explore the neighborhood with only one random solution
* we supposed that the first neighbor is uniformly selected in the neighborhood
* @param _solution
*/
virtual void operator()(EOT & _solution) {