From 3e46de31d6dd7101c1938b19adb7e871cc675e74 Mon Sep 17 00:00:00 2001 From: Jan Potocki Date: Tue, 26 Nov 2019 16:51:55 +0100 Subject: [PATCH] New automeasure settings --- pea2plus.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pea2plus.cpp b/pea2plus.cpp index 96c4687..473376c 100755 --- a/pea2plus.cpp +++ b/pea2plus.cpp @@ -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;