Figured that would be part of the cleaning phase before the
evaluation.  It's a lot easier to permute the entire set than it is to
generate all legal ones at first (at least with smaller sizes).

-Josh

On 11/7/07, John Tromp <[EMAIL PROTECTED]> wrote:
> > I just ran my perm application for 4x4 and it's reporting
> > 43,046,721 unique board states and took  2m6.980s. Will try for 5 and 6.
>
> seems you're computing 3**(n*n)
>
> 3**16 = 43046721
> 3**25 = 847288609443
> 3**36 = 150094635296999121
>
> don't you want to exclude illegal positions?
>
> -john
> _______________________________________________
> computer-go mailing list
> computer-go@computer-go.org
> http://www.computer-go.org/mailman/listinfo/computer-go/
>
_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to