diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-26 00:24:03 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 9131e08817ae2f3bd58a8a0ba9f1e692ceb8604c (patch) | |
| tree | 67ee90f033ad3f3c5f09e7a911f5379c4d45ca51 /src/ctaklm.c | |
| parent | 9c151da7ce0d00ecf04e4be9c395604d4c8882ad (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.c | 2 |
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(); |
