Ok ajout des RndRndFC et MHRndFC
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1794 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
85fa0b461f
commit
a8fa583f3d
5 changed files with 51 additions and 24 deletions
|
|
@ -93,7 +93,7 @@ public:
|
|||
checkpoint->add(_stat);
|
||||
|
||||
if (_monitoring) {
|
||||
moVectorMonitor<EOT> * monitor = new moVectorMonitor<EOT>(_stat); // attention fuite memoire a la descruction !
|
||||
moVectorMonitor<EOT> * monitor = new moVectorMonitor<EOT>(_stat);
|
||||
monitorVec.push_back(monitor);
|
||||
checkpoint->add(*monitor);
|
||||
}
|
||||
|
|
@ -117,8 +117,6 @@ public:
|
|||
// initialisation of the solution
|
||||
init(solution);
|
||||
|
||||
std::cout << localSearch->className() << std::endl;
|
||||
|
||||
// compute the sampling
|
||||
(*localSearch)(solution);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue