diff options
| author | Adam <adammegarules1@gmail.com> | 2026-08-10 09:47:32 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-08-10 09:47:32 +0200 |
| commit | 7ce84195a97090e8a044f1635d7bfc04c67b8a93 (patch) | |
| tree | b6df194e397e6f31d7550da710a3028600f331b5 /src | |
| parent | 2ec1de1058cb973d60e1fbd918006ab4de893c6c (diff) | |
incresing maximum depth
Diffstat (limited to 'src')
| -rw-r--r-- | src/bot.cpp | 2 |
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; |
