Added some debugging code regarding the problem that the dynkomi is sometimes too...
commit33dd094d2dfd50a20fe0f25f33bfb90d7f85e940
authorr6144 <rainy6144@gmail.com>
Wed, 13 Jul 2011 05:24:55 +0000 (13 13:24 +0800)
committerr6144 <rainy6144@gmail.com>
Wed, 13 Jul 2011 05:24:55 +0000 (13 13:24 +0800)
treefdd32a92f390967b889587aef65fa33dedcd220d
parentf26fd2637304572386de31f948687c437d4dc266
Added some debugging code regarding the problem that the dynkomi is sometimes too small.  Turns out that searching stops too early for dynkomi to reach the correct value.  However, uct_search_stop() is waiting for a long time.  Investigate.
uct/uct.c