From 18496a371a2204e8c1b448921a87108f4aa7ada3 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Sat, 23 Jan 2021 18:20:05 -0500 Subject: Attempting Zobrist hashing --- include/negamax_cnn1986.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 include/negamax_cnn1986.h (limited to 'include/negamax_cnn1986.h') diff --git a/include/negamax_cnn1986.h b/include/negamax_cnn1986.h deleted file mode 100644 index fc0d5f2..0000000 --- a/include/negamax_cnn1986.h +++ /dev/null @@ -1,19 +0,0 @@ -#include -#include -#include -#include "weights.h" - -extern const float infty; -extern char negamax_cnn1986_ptn[9]; -extern uint8_t negamax_cnn1986_search_depth; -extern uint8_t negamax_cnn1986_cache_threshold; -extern inline void negamax_cnn1986_display_progress(const uint8_t); - -// Do negamax to depth ct1986_search_depth and return PTN of best move -// in ct1986_ptn, along with its value as the return. The -// ct1986_display_progress function is called on every new square at -// the top level. -float negamax_cnn1986_generate(void); - -// Internal utility function -float cnn1986_evaluate_black_win(void); -- cgit v1.2.3