New automeasure settings
This commit is contained in:
+2
-2
@@ -15,9 +15,9 @@ using namespace std;
|
|||||||
// Liczba powtorzen automatycznych pomiarow
|
// Liczba powtorzen automatycznych pomiarow
|
||||||
const int measureIterations = 10;
|
const int measureIterations = 10;
|
||||||
// liczba automatycznych pomiarow
|
// liczba automatycznych pomiarow
|
||||||
const int measureNumber = 2;
|
const int measureNumber = 4;
|
||||||
// Czas zatrzymania algorytmu tabu search w kazdym z automatycznych pomiarow
|
// Czas zatrzymania algorytmu tabu search w kazdym z automatycznych pomiarow
|
||||||
const int measureTabuStop[2] = {1, 1};
|
const int measureTabuStop[4] = {30, 60, 90, 120};
|
||||||
// Maksymalna odleglosc miast przy automatycznym generowaniu
|
// Maksymalna odleglosc miast przy automatycznym generowaniu
|
||||||
const int measureSalesmanDistance = 400;
|
const int measureSalesmanDistance = 400;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user