diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-21 01:16:20 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 9fa3291044ff8d9f0f2b9c9a01cd210bf318ab74 (patch) | |
| tree | b27bc6f934e05b6494af8527b6b55bc554dc4c10 /include/minimax_cnn1986.h | |
| parent | 232013bda72120f69c1780c4af381884ca111ef4 (diff) | |
Many fixes, i think this is actually correct
Diffstat (limited to 'include/minimax_cnn1986.h')
| -rw-r--r-- | include/minimax_cnn1986.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/include/minimax_cnn1986.h b/include/minimax_cnn1986.h deleted file mode 100644 index dd529e6..0000000 --- a/include/minimax_cnn1986.h +++ /dev/null @@ -1,20 +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_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. - -extern char ct1986_ptn[9]; -float ct1986_generate(const uint8_t max_depth); - -void -ct1986_generate_ptn(void display_progress(void)); |
