gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel] DFA should be "best" NFA


From: Tanguy URVOY
Subject: Re: [gnugo-devel] DFA should be "best" NFA
Date: Tue, 28 Jan 2003 09:30:47 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01

Hi,

Please don't rely on stones almost only being added to the board.
Obviously captured stones will be removed but more importantly the
matcher is used repeatedly in search trees


Good point. I augment my observation that the most common changes are adding
stones or undoing recently added stones. Captures are still rare(r).

I am not so sure that captures will be so rare.
A most reasonable approach is to compute the
invariants before reading.


for example :

If we intend to read only on a small
region of the board to solve a semeai between two groups.
we know that no new stone will be put out of
this region. We also know that the capture of one of these groups
is the end of the race.


1) we can consider any intersection out of this region as invariant
2) we can consider any worm which has at last one liberty out of this region as invariant.
3) we can consider the two involved groups as invariants.

We can filter the pattern database and --->

1) remove any pattern incompatible with the hypotheses 1,2,3
2) precompute any test based on 1,2,3.


Tanguy

--
---------------------------------------
Tanguy Urvoy http://www.irisa.fr/galion
---------------------------------------







reply via email to

[Prev in Thread] Current Thread [Next in Thread]