diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-28 13:54:10 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 6e6cdc4d9f0d7e4afdda67c97e7d7f13959e6134 (patch) | |
| tree | 15322705ce1dd73c1eb863678360a0e403490337 /include/negamax.h | |
| parent | 55b45cc666c2ef883efe3831b96ac40623622582 (diff) | |
| parent | 1be9fac33c8227564079356c63840d227c88725f (diff) | |
Merge branch 'zobrist'
Diffstat (limited to 'include/negamax.h')
| -rw-r--r-- | include/negamax.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/negamax.h b/include/negamax.h index 43995d1..b41871e 100644 --- a/include/negamax.h +++ b/include/negamax.h @@ -2,10 +2,12 @@ #include <math.h> #include <tak.h> + #include <actions.h> -#include <xorshift64.h> #include <cnn1986.h> -#include <tt_treap.h> +#include <tt_llcht.h> +#include <xorshift64.h> +#include <zobrist.h> extern const float infty; extern char negamax_ptn[9]; @@ -25,3 +27,4 @@ negamax_free(void); // negamax_display_progress function is called on every new square at // the top level. float negamax_generate(void); +extern uint8_t yes; |
