UCT: Reuse measurements from same board positions
commit1145149f1d02af56568125701f78e7c53d7f9e2c
authorPetr Baudis <pasky@ucw.cz>
Wed, 26 Mar 2008 01:49:08 +0000 (26 02:49 +0100)
committerPetr Baudis <pasky@ucw.cz>
Wed, 26 Mar 2008 01:49:08 +0000 (26 02:49 +0100)
tree99cc5bec1805d44cc8e7077e6df3899c6055e90c
parent354d5e98063997f120f8ff22ec7fa854c6c012ef
UCT: Reuse measurements from same board positions

If two board positions with only different order of play but same content are
reached, the playout statistics and continuations are reused for all the tree
nodes. This gets very hairy when removing nodes, and we don't quite get that
right now, but this shouldn't hurt us much hopefully. The reuse rate seems to
be around 10-20%.
uct/policy/ucb1.c
uct/policy/ucb1tuned.c
uct/tree.c
uct/tree.h
uct/uct.c