You could go the route chess does with egtbs.

First permutate every possible board with both stones, and start
removing pieces one at a time.

I wrote a permutation tool, but even with 3 and 4 size board the end
data file was huge.

-Josh

On 11/7/07, Ben Lambrechts <[EMAIL PROTECTED]> wrote:
>
>
>
>
> I want to create a perfect player on board sizes 3x3, 5x5 and maybe 7x7 and
> beyond.
>
> But I have no idea how to start. How do I create the move database and how
> do I select the perfect move for every position?
>
>
>
> I know Go is solved on boards 5x5 and smaller, but there is no program that
> plays by this perfect moves.
>
>
>
> Has anyone did this before or has anybody thoughts about this?
>
>
>
> Ben
> _______________________________________________
> 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