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:
verel 2011-12-06 21:34:08 +00:00
commit 822c68a513
3 changed files with 79 additions and 2 deletions

View file

@ -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;