aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-08-10 09:47:32 +0200
committerAdam <adammegarules1@gmail.com>2026-08-10 09:47:32 +0200
commit7ce84195a97090e8a044f1635d7bfc04c67b8a93 (patch)
treeb6df194e397e6f31d7550da710a3028600f331b5
parent2ec1de1058cb973d60e1fbd918006ab4de893c6c (diff)
incresing maximum depth
-rw-r--r--src/bot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bot.cpp b/src/bot.cpp
index 4fb140e..f9ca92f 100644
--- a/src/bot.cpp
+++ b/src/bot.cpp
@@ -15,7 +15,7 @@
#include <ratio>
#include <vector>
-constexpr int MAXIMUM_DEPTH = 7;
+constexpr int MAXIMUM_DEPTH = 10;
constexpr int MAXIMUM_TIME_PER_MOVE = 7;
constexpr int Q_DEPTH_LIMIT = 4;