소스 검색

New automeasure settings

Jan Potocki 5 년 전
부모
커밋
3e46de31d6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      pea2plus.cpp

+ 2
- 2
pea2plus.cpp 파일 보기

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…
취소
저장