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
|
|
@ -58,7 +58,7 @@ public:
|
|||
*/
|
||||
moRandomSearch(eoInit<EOT> & _init, eoEvalFunc<EOT>& _fullEval, unsigned _nbSolMax):
|
||||
moLocalSearch<Neighbor>(explorer, trueCont, _fullEval),
|
||||
explorer(_init, _fullEval, _nbSolMax)
|
||||
explorer(_init, _fullEval, _nbSolMax - 1)
|
||||
{}
|
||||
|
||||
/**
|
||||
|
|
@ -69,7 +69,7 @@ public:
|
|||
*/
|
||||
moRandomSearch(eoInit<EOT> & _init, eoEvalFunc<EOT>& _fullEval, unsigned _nbSolMax, moContinuator<Neighbor>& _cont):
|
||||
moLocalSearch<Neighbor>(explorer, _cont, _fullEval),
|
||||
explorer(_init, _fullEval, _nbSolMax)
|
||||
explorer(_init, _fullEval, _nbSolMax - 1)
|
||||
{}
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue