From 7ce84195a97090e8a044f1635d7bfc04c67b8a93 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 10 Aug 2026 09:47:32 +0200 Subject: incresing maximum depth --- src/bot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bot.cpp') 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 #include -constexpr int MAXIMUM_DEPTH = 7; +constexpr int MAXIMUM_DEPTH = 10; constexpr int MAXIMUM_TIME_PER_MOVE = 7; constexpr int Q_DEPTH_LIMIT = 4; -- cgit v1.2.3