[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

On Game Space Size



Martin wrote:

I did a rough estimation of number of legal positions many years ago. My approach was to count the number of illegal positions and subtract them from 3^(n*n). Every illegal position must have some stones without liberties. The most frequent case is a single stone, surrounded by four opponents in a ponnuki shape.

Sounds like a hopefull approach.
Let's see if there's an algorithm for it...

(I'll work on it if I have the time.....:)