Fin du nettoyage
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1812 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
c4b0699f53
commit
cc31901008
46 changed files with 417 additions and 546 deletions
|
|
@ -62,7 +62,7 @@ public:
|
|||
/**
|
||||
* Default Constructor
|
||||
* @param _init initialisation method of the solution
|
||||
* @param _neighborhood neighborhood giving neighbor in random order
|
||||
* @param _fullEval a full evaluation function
|
||||
* @param _dist the distance function between solution
|
||||
* @param _refSol the reference solution to compute the distance (think of global optimum when possible)
|
||||
* @param _nbSol Number of solutions of the sample
|
||||
|
|
|
|||
|
|
@ -66,6 +66,8 @@ public:
|
|||
* Default Constructor
|
||||
* @param _init initialisation method of the solution
|
||||
* @param _neighborhood neighborhood giving neighbor in random order
|
||||
* @param _fullEval a full evaluation function
|
||||
* @param _eval an incremental evaluation of neighbors
|
||||
* @param _nbAdaptWalk Number of adaptive walks
|
||||
*/
|
||||
moHillClimberSampling(eoInit<EOT> & _init,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue