diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-21 00:29:25 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 2ebcba8c471678942d0cbf496b79704df9bafff3 (patch) | |
| tree | 10fb08953da33120ed8b515938868466156fb075 /include | |
| parent | 4f1d55fb8a93b02d97850337a5d7fce935f3b5f0 (diff) | |
cleanup
Diffstat (limited to 'include')
| -rw-r--r-- | include/minimax_cnn1986.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/minimax_cnn1986.h b/include/minimax_cnn1986.h index 3ccc004..3bc3301 100644 --- a/include/minimax_cnn1986.h +++ b/include/minimax_cnn1986.h @@ -15,14 +15,5 @@ ct1986_evaluate_black_win(void); float ct1986_generate(const uint8_t max_depth); -// Access to the internal method -float -ct1986_minimax(const uint8_t cur_depth, const uint8_t max_depth, - const uint8_t min, float alpha, float beta); - extern char ct1986_ptn[9]; extern float ct1986_optimal; - - -void -ct1986_generate_ptn(void display_progress(void)); |
