UCT root_heuristic -> local_tree
commit4c4a6a8b3f77295d7b4081ffa0514d10a564cae4
authorPetr Baudis <pasky@ucw.cz>
Wed, 17 Feb 2010 21:08:36 +0000 (17 22:08 +0100)
committerPetr Baudis <pasky@ucw.cz>
Wed, 17 Feb 2010 21:08:36 +0000 (17 22:08 +0100)
tree92c534cc3b3503bb18a57eb26014186c475754cc
parentb37e427930a79131aaaa0cf5918872b1a5bbea73
UCT root_heuristic -> local_tree

Instead of storing and biasing by tree root stats, try to bias according
to whole sequences, broken at tenuki move - effectively, we store
statistics of local situation solutions.
uct/internal.h
uct/policy/generic.c
uct/policy/generic.h
uct/policy/ucb1.c
uct/policy/ucb1amaf.c
uct/tree.c
uct/tree.h
uct/uct.c
uct/walk.c