Quellcode durchsuchen

New automeasure settings

Jan Potocki vor 5 Jahren
Ursprung
Commit
3e46de31d6
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      pea2plus.cpp

+ 2
- 2
pea2plus.cpp Datei anzeigen

@@ -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
 

Laden…
Abbrechen
Speichern