On Sun, Jun 27, 2010 at 09:39:47AM -0700, David Fotland wrote:
> Maintaining the patterns is trivial. Using them is expensive, if the
> patterns have weights, since you have to build a probability distribution
> over the full board. Crazystone divides the board into rows and columns to
> speed this up. I do something different in Many Faces. I'm not sure what
> pachi and zen do.
Pachi is currently completely unoptimized here; I had an optimized
version at one point (not sure if I ever committed it), but then had
to deal with too many bugs so I better removed it again. What I have
in mind doing is first separating local gammas with contiguity (that
could should take a lot of the cases) and using the row sums trick
for non-local gammas.
--
Petr "Pasky" Baudis
The true meaning of life is to plant a tree under whose shade
you will never sit.
_______________________________________________
Computer-go mailing list
[email protected]
http://dvandva.org/cgi-bin/mailman/listinfo/computer-go