Finish (and change on moCoolingSchudele) the moDynSpanCoolingSchudele
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1902 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
45744141ed
commit
da72b737b7
4 changed files with 59 additions and 40 deletions
|
|
@ -86,8 +86,8 @@ public:
|
|||
* @param _solution the solution
|
||||
*/
|
||||
virtual void initParam(EOT & _solution) {
|
||||
temperature = coolingSchedule.init(_solution);
|
||||
isAccept = true;
|
||||
temperature = coolingSchedule.init(_solution);
|
||||
isAccept = true;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
@ -95,7 +95,7 @@ public:
|
|||
* @param _solution unused solution
|
||||
*/
|
||||
virtual void updateParam(EOT & _solution) {
|
||||
coolingSchedule.update(temperature);
|
||||
coolingSchedule.update(temperature, this->moveApplied());
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue