aboutsummaryrefslogtreecommitdiff
path: root/src/ctaklm.c
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2021-01-26 00:24:03 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit9131e08817ae2f3bd58a8a0ba9f1e692ceb8604c (patch)
tree67ee90f033ad3f3c5f09e7a911f5379c4d45ca51 /src/ctaklm.c
parent9c151da7ce0d00ecf04e4be9c395604d4c8882ad (diff)
There is still a bug, it doesn't appear to be checking enough
Diffstat (limited to 'src/ctaklm.c')
-rw-r--r--src/ctaklm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctaklm.c b/src/ctaklm.c
index dda6eb1..a3685db 100644
--- a/src/ctaklm.c
+++ b/src/ctaklm.c
@@ -416,7 +416,7 @@ main(int argc, char **argv) {
(void)(argc);
(void)(argv);
- negamax_search_depth = 5;
+ negamax_search_depth = 4;
new_game(5);
negamax_init(5);
tt_init();