Browse Source

New automeasure settings

Jan Potocki 5 years ago
parent
commit
3e46de31d6
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      pea2plus.cpp

+ 2
- 2
pea2plus.cpp View File

15
 // Liczba powtorzen automatycznych pomiarow
15
 // Liczba powtorzen automatycznych pomiarow
16
 const int measureIterations = 10;
16
 const int measureIterations = 10;
17
 // liczba automatycznych pomiarow
17
 // liczba automatycznych pomiarow
18
-const int measureNumber = 2;
18
+const int measureNumber = 4;
19
 // Czas zatrzymania algorytmu tabu search w kazdym z automatycznych pomiarow
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
 // Maksymalna odleglosc miast przy automatycznym generowaniu
21
 // Maksymalna odleglosc miast przy automatycznym generowaniu
22
 const int measureSalesmanDistance = 400;
22
 const int measureSalesmanDistance = 400;
23
 
23
 

Loading…
Cancel
Save