uct_search(): Never stop reading before we get at least GJ_MINGAMES
commit998ff6c03edba0b2216fe19faa9841830180d9a4
authorPetr Baudis <pasky@ucw.cz>
Sun, 7 Mar 2010 19:20:18 +0000 (7 20:20 +0100)
committerPetr Baudis <pasky@ucw.cz>
Sun, 7 Mar 2010 19:20:18 +0000 (7 20:20 +0100)
tree06fbfc4c08dff953e2ead56a3262940a3efd27aa
parentdfedbf364a0e64299a095175fe4f1d20203c6c95
uct_search(): Never stop reading before we get at least GJ_MINGAMES

Below GJ_MINGAMES, the tree is totally insane, possibly containing no
moves at all, invalid moves, bad passes and such. Maybe we lose some
games on time because of this, but without it we lose many for suiciding
or passing when we shouldn't.
uct/uct.c