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

computer-go: Patterns



Just curious about two different approaches to matching patterns:

A) Look at the local setup, match for a pattern, and make the move in the
pattern:

1234
....a
.X..b
XOX.c
....d

the pattern says: move to d2.

But I've taken this approach, which I'd like comments on:

B) Make the move (in memory), and then lookup the pattern, and in each
pattern it will state (very good, good, ok, bad, very bad)

1234
...Xa
.X..b
XOX.c
....d

VERY BAD

1234
....a
.X..b
XOX.c
X...d

OK (or maybe GOOD)

1234
....a
.X..b
X.X.c
.X..d

VERY GOOD

Jeff

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com