diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/ct1986.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/include/ct1986.c b/include/ct1986.c index a3b089e..cf46bfa 100644 --- a/include/ct1986.c +++ b/include/ct1986.c @@ -110,7 +110,7 @@ ct1986_evaluate_black_win(void) { } // =================================================================== -// Minimax using the above evaluator +// α-β probabilistic depth minimax using the above evaluator // =================================================================== static void @@ -124,15 +124,6 @@ previous_ply(void) { } } -/* - * static inline int - * win_evaluate_or_recurse(const uint8_t cur_depth, - * const uint8_t max_depth, const uint8_t min, - * float* alpha, float* beta, float *optimal) { - * float this; - * enum WIN_TYPE w = 0xFF; - */ - static float val; static enum WIN_TYPE w; |
