From b5c4bd937499d557ad1162097769c60018b2124c Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sat, 16 Jan 2010 10:08:01 +0100 Subject: [PATCH] uct_dead_group_list(): Stop pondering --- uct/uct.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/uct/uct.c b/uct/uct.c index e956b1a..d3faa22 100644 --- a/uct/uct.c +++ b/uct/uct.c @@ -189,6 +189,10 @@ static void uct_dead_group_list(struct engine *e, struct board *b, struct move_queue *mq) { struct uct *u = e->data; + + /* This means the game is probabl yover, no use pondering on. */ + uct_pondering_finish(u); + if (u->pass_all_alive) return; // no dead groups -- 2.11.4.GIT