[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [computer-go] Pattern Matcher (was M.Boon-Library)
> One example, for half board pattern, I only need a
> line of 10 numbers to represent a pattern.
>
> I thought other people do similar things. Seems it is
> not?
>
> I am not sure if this is efficient or not from
> expert's view.
It is quite inefficient.
I use 44 bits for any pattern, even huge patterns with e.g. 40 or 50 stones
in them that span an area of half the board or even the entire board.
So, I use one 44-bit number for any pattern.
_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://www.computer-go.org/mailman/listinfo/computer-go/