[computer-go] Standard references on CGOS

Christoph Birk birk at ociw.edu
Mon Oct 29 11:46:10 PDT 2007


On Mon, 29 Oct 2007, Jason House wrote:
>> no problem. I will start  'myCtest-10k-UCT'  later today.
>
> How does this compare to myCtest-10k that previously ran on CGOS?

myCtest-10k: 10000 random playouts (1050 ELO)

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)

Christoph



More information about the computer-go mailing list