From 5202943da2e7bd4214da9978990d17c5b89a3ee6 Mon Sep 17 00:00:00 2001
From: mugurelionut <mugurelionut@gmail.com>
Date: Mon, 30 Dec 2019 08:27:45 +0100
Subject: [PATCH] params

---
 r2sol.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/r2sol.cc b/r2sol.cc
index fd8bb2e..0bf241c 100644
--- a/r2sol.cc
+++ b/r2sol.cc
@@ -2195,11 +2195,11 @@ void GetMoves(const char* testid, bool replay_mode = false) {
     const int kMaxNumAdjustIPathsWithoutFullPlanRegenartion = 3;//5;
     const bool full_regenerate_paths = !updated_paths_ok || num_adjust_ipaths_without_full_plan_regeneration > kMaxNumAdjustIPathsWithoutFullPlanRegenartion;
     if (full_regenerate_paths) {
-      RegenerateFullPlan(4, TINIT == 0 ? 20 : /*10*/8);
+      RegenerateFullPlan(4, TINIT == 0 ? 20 : /*8*/9);
       num_adjust_ipaths_without_full_plan_regeneration = 0;
     } else {
       assert(TINIT >= 1);
-      RegenerateFullPlan(1, 1);
+      RegenerateFullPlan(/*1*/2, 1);
     }
     if (TINIT >= 1 && any_best_solution_updates) AdjustIPaths();
   }
-- 
GitLab