moExponentialCoolingSchedule.h has been transformed to moGeometricCoolingSchedule.h

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1303 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jboisson 2008-12-17 17:32:23 +00:00
commit 30c1832e7d
9 changed files with 8 additions and 42 deletions

View file

@ -72,9 +72,6 @@ class moItRandNextMove:public moNextMove < M >
*/
bool operator () (M & _move, const EOT & _solution)
{
//code only used to avoid warning because _solution is not used in this function.
const EOT solution(_solution);
if (iteration_number > iteration_maximum_number)
{
iteration_number = 0;