[computer-go] Monte Carlo and transposition tables

Rémi Coulom Remi.Coulom at univ-lille3.fr
Wed Jul 26 10:42:55 PDT 2006


Peter Drake wrote:
> Can you say more?  How do you prevent cycles in the graph?

I don't do anything special. I hash the presence of a simple ko in the 
current position, so that the positions with and without the simple ko 
are considered different. I don't do anything special for superko. I 
know there is the GHI problem, but in practice, I have never seen a bad 
move played by my program that could be explained by that.

Rémi


More information about the computer-go mailing list