aboutsummaryrefslogtreecommitdiff
path: root/include/negamax_cnn1986.h
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2021-01-23 15:37:33 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit2439dc2ab6a6c2a840c2d2c1deb3949b7b88f415 (patch)
tree3c60d1bcec14531e1734f426013ef38d1d2f4df5 /include/negamax_cnn1986.h
parent3f919c40804f024737bcf4da85027a980db6eb23 (diff)
Not correct usage, need to try hashing
Diffstat (limited to 'include/negamax_cnn1986.h')
-rw-r--r--include/negamax_cnn1986.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/negamax_cnn1986.h b/include/negamax_cnn1986.h
index 3002837..fc0d5f2 100644
--- a/include/negamax_cnn1986.h
+++ b/include/negamax_cnn1986.h
@@ -1,6 +1,6 @@
#include <stdint.h>
#include <tak.h>
-#include <cnn1986_cache.h>
+#include <cnn1986_treap_cache.h>
#include "weights.h"
extern const float infty;