On Mon, 29 Oct 2007, Christoph Birk wrote: > myCtest-10k-UCT: 10000 random playouts guided by a UCT search (1350 ELO) > * nodes are expanded after 50 runs through them > * UCT_score = win_ratio + 0.5 * sqrt(log(N)/n) I added variants with different expansion thresholds 'myCtest-V-0006': 25 'myCtest-V-0007': 10 Christoph