diff options
Diffstat (limited to 'include/minimax_cnn1986.h')
| -rw-r--r-- | include/minimax_cnn1986.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/include/minimax_cnn1986.h b/include/minimax_cnn1986.h deleted file mode 100644 index 3bc3301..0000000 --- a/include/minimax_cnn1986.h +++ /dev/null @@ -1,19 +0,0 @@ -#include <stdint.h> -#include "tak.h" -#include "weights.h" - -extern const float infty; -extern char ct1986_ptn[9]; -extern inline void ct1986_display_progress(const uint8_t); - -float -ct1986_evaluate_black_win(void); - -// Generate PTN of the ````best'''' action and store it in ct1986_ptn, -// along with its value as the return. The ct1986_display_progress -// function pointer is called on every new square. - -float ct1986_generate(const uint8_t max_depth); - -extern char ct1986_ptn[9]; -extern float ct1986_optimal; |
