From 0f600d09518b6959ad13c3cc513f0d5f1be89d48 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Sat, 16 Jan 2021 22:55:34 -0500 Subject: Beginning to work on probabilistic depth now that MCU is out --- include/ct1986.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'include') 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; -- cgit v1.3.1