diff --git a/r2sol.cc b/r2sol.cc index 906527475a51cb6edf56e4e76ecf50b6786fdaa4..e23f784f7d2b8758b9b931548d3ee557fc980f2b 100644 --- a/r2sol.cc +++ b/r2sol.cc @@ -2182,8 +2182,8 @@ void GetMoves(const char* testid, bool replay_mode = false) { ReinitDataStructures(); ComputeShortestPaths(); } - SCORE_EXPONENT1 = 0.75;//0.5; - SCORE_EXPONENT2 = 0.75;//0.5; + SCORE_EXPONENT1 = 1.0;//0.5; + SCORE_EXPONENT2 = 1.0;//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);