diff --git a/r2sol.cc b/r2sol.cc
index 84299064f2624d979ea8735d8942d25409a7b49c..4112ea72feb12839b96ae21e888773f5476f25da 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);