[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [computer-go] Pattern database
Ulla & Kjeld wrote:
> This is my try to design a pattern database.
>
> http://senseis.xmp.net/?PatternMatching
Did you look at GNU Go DFA pattern matcher? It's jet-fast
and allows ``wildcard'' matching. I.e. '?' in a pattern
stands for ``anything but off-board'', 'x' stands for
``opponent stone or empty'' etc.
Paul
_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://www.computer-go.org/mailman/listinfo/computer-go/