From 5f9fdb235abc9186d4eb06fe4bcea319f50f5bd4 Mon Sep 17 00:00:00 2001 From: mugurelionut <mugurelionut@gmail.com> Date: Fri, 3 Jan 2020 20:34:03 +0100 Subject: [PATCH] 0.3333333 --- r2sol.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/r2sol.cc b/r2sol.cc index 8429906..4112ea7 100644 --- a/r2sol.cc +++ b/r2sol.cc @@ -1290,7 +1290,7 @@ void RandomPermutations(int tid, int ntries) { auto& tmp_path2_tid = tmp_path2[tid]; auto& tmax_at_poz_node_tid = tmax_at_poz_node[tid]; - if (tid == 0) { + if (0&&tid == 0) { shpaths_sorted.resize(N); for (int aid = 0; aid < N; ++aid) { shpaths_sorted[aid].second = aid; @@ -2188,8 +2188,8 @@ void GetMoves(const char* testid, bool replay_mode = false) { ReinitDataStructures(); ComputeShortestPaths(); } - SCORE_EXPONENT1 = 0.5;//0.3333333;//0.5; - SCORE_EXPONENT2 = 0.5;//0.3333333;//0.5; + SCORE_EXPONENT1 = 0.3333333;//0.5; + SCORE_EXPONENT2 = 0.3333333;//0.5; DBG(2, "testid=%s TINIT=%d: resc=%d nda=%d npl=%d\n", testid, TINIT, reschedule, num_done_agents, num_planned); if (reschedule) { if (TINIT >= MIN_TINIT_FOR_SAVE_DATA_FOR_REPLAY) SaveDataForReplay(testid); -- GitLab