New automeasure settings

This commit is contained in:
Jan Potocki
2019-11-26 16:51:55 +01:00
parent 8ea0a2240a
commit 3e46de31d6
+2 -2
View File
@@ -15,9 +15,9 @@ using namespace std;
// Liczba powtorzen automatycznych pomiarow
const int measureIterations = 10;
// liczba automatycznych pomiarow
const int measureNumber = 2;
const int measureNumber = 4;
// 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
const int measureSalesmanDistance = 400;