Add simple UCT implementation
commitbf7c6ae0d540668ff5d2db9b469b32bfc8e18888
authorPetr Baudis <pasky@ucw.cz>
Sun, 2 Mar 2008 11:24:10 +0000 (2 12:24 +0100)
committerPetr Baudis <pasky@ucw.cz>
Sun, 2 Mar 2008 11:24:10 +0000 (2 12:24 +0100)
treef96b95c8de55ce6b0b4c742e4bf1b4d95d98fc32
parentf629085809c64c62226e2830a0bf9532011a8c82
Add simple UCT implementation
Makefile
uct/COPYING [new file with mode: 0644]
uct/Makefile [new file with mode: 0644]
uct/tree.c [new file with mode: 0644]
uct/tree.h [new file with mode: 0644]
uct/uct.c [new file with mode: 0644]
uct/uct.h [new file with mode: 0644]
zzgo.c