|
@@ -15,9 +15,9 @@ using namespace std;
|
15
|
15
|
// Liczba powtorzen automatycznych pomiarow
|
16
|
16
|
const int measureIterations = 10;
|
17
|
17
|
// liczba automatycznych pomiarow
|
18
|
|
-const int measureNumber = 2;
|
|
18
|
+const int measureNumber = 4;
|
19
|
19
|
// Czas zatrzymania algorytmu tabu search w kazdym z automatycznych pomiarow
|
20
|
|
-const int measureTabuStop[2] = {1, 1};
|
|
20
|
+const int measureTabuStop[4] = {30, 60, 90, 120};
|
21
|
21
|
// Maksymalna odleglosc miast przy automatycznym generowaniu
|
22
|
22
|
const int measureSalesmanDistance = 400;
|
23
|
23
|
|