Add the double incremental evaluation of a neighbor
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2553 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
b4b7c583fe
commit
822c68a513
3 changed files with 79 additions and 2 deletions
|
|
@ -43,9 +43,10 @@
|
|||
* The neighborhood evaluation for the UBQP
|
||||
* The double incremental evaluation is used
|
||||
*
|
||||
* BECAREFULL: This object must be added to the moCheckpoint of the local search (init method)
|
||||
*/
|
||||
template<class Neighbor>
|
||||
class moUBQPdoubleIncrEvaluation : public moNeighborhoodEvaluation<Neighbor>, moUpdater
|
||||
class moUBQPdoubleIncrEvaluation : public moNeighborhoodEvaluation<Neighbor>
|
||||
{
|
||||
public:
|
||||
using moDoubleIncrEvaluation::deltaFitness;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue