[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [computer-go] Pattern database
Dan wrote:
> > Is there some data on pattern matching in Gnu Go?
> > (how many patterns used, pattern shapes, speed of matching as a function
> > of number/size of patterns, how they are harvested, how much they
> > contribute to the playing strength and how they contribute to playing
> > strength?)
>
> How many patterns used:
>
> $ grep "^Pattern" patterns/*.db|wc -l
>
> 10854
The huge difference with the number I posted is explained
this way: Dan counted all patterns; I counted only patterns
used in life-and-death reading (matched with DFA.)
Paul
_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://www.computer-go.org/mailman/listinfo/computer-go/