Ajout FDC

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1789 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2010-05-06 14:04:31 +00:00
commit 5afed6591e
4 changed files with 291 additions and 3 deletions

View file

@ -36,7 +36,6 @@
#define moDensityOfStatesSampling_h
#include <eoInit.h>
#include <eval/moEval.h>
#include <eoEvalFunc.h>
#include <algo/moRandomSearch.h>
#include <continuator/moFitnessStat.h>
@ -59,8 +58,8 @@ public:
/**
* Default Constructor
* @param _init initialisation method of the solution
* @param _neighborhood neighborhood giving neighbor in random order
* @param _nbStep Number of steps of the random walk
* @param _fullEval Fitness function, full evaluation function
* @param _nbSol Number of solutions in the sample
*/
moDensityOfStatesSampling(eoInit<EOT> & _init,
eoEvalFunc<EOT>& _fullEval,