[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: computer-go: Patterns
David Fotland's approach, and Dr. Chen's approach are to manually assign
the value. I'd like to hear any other approaches.
Thanks.
-- Mousheng
-----Original Message-----
From: Jeff Massung [mailto:jmassung@xxxxxxxxxxxxxxxxx]
Sent: Tuesday, November 23, 1999 8:02 AM
To: computer-go@xxxxxxxxxxxxxxxxx
Subject: 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