some small changes on tutorial after fusion
This commit is contained in:
parent
1da5f37d96
commit
0f9434387e
7 changed files with 8 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue