some small changes on tutorial after fusion

This commit is contained in:
verel 2012-12-20 16:36:19 +01:00
commit 0f9434387e
7 changed files with 8 additions and 7 deletions

View file

@ -34,7 +34,8 @@ using namespace std;
//-----------------------------------------------------------------------------
// neighborhood description
#include <neighborhood/moOrderNeighborhood.h> // visit all neighbors in increasing order of bit index
#include <neighborhood/moRndWithReplNeighborhood.h> // visit all neighbors in random order with neighbor
#include <neighborhood/moOrderNeighborhood.h> // visit all neighbors in order with neighbor
//-----------------------------------------------------------------------------
// the simple Hill-Climbing local search