Ajout FDC
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1789 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
a99e91d897
commit
5afed6591e
4 changed files with 291 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue