uct_search(): Remove prev_best, prev_winner checks
commitbc75b5174f36a2f35f7e32f36da2f72591cbe1c2
authorPetr Baudis <pasky@ucw.cz>
Fri, 12 Feb 2010 00:10:55 +0000 (12 01:10 +0100)
committerPetr Baudis <pasky@ucw.cz>
Fri, 12 Feb 2010 00:11:13 +0000 (12 01:11 +0100)
tree69ba756277c2c187a07fd6128244aa8b22ee4899
parent403925bab03bf20e70544ba728dcafb709a3a2b5
uct_search(): Remove prev_best, prev_winner checks

This will cause best != winner message to be possibly printed many
times, but I don't think that will happen too often and all the
book-keeping is really annoying in the code.
uct/uct.c