----- Original Message -----
From: "Chris Fant" <[EMAIL PROTECTED]>
To: "computer-go" <computer-go@computer-go.org>
Sent: Thursday, November 16, 2006 11:00 PM
Subject: Re: [computer-go] How to improve my minimax speed?
I doubt any serious Go programs base their move selection on proximity
to the last move.
GoAhead has a local-mode. In the local mode only moves in proximity to the
last opponent moves are considered. Only if the local mode-moves give no
reasonable result or can detect no reason for the opponent move other moves
are considered. This produces a funny behaviour in Suzie against GoAhead
matches. One of the problems of a plain alpha-beta searcher is the lack of
focus. Suzie jumps around on the board, trying this, trying that. Unless the
move is completly stupid GoAhead follows like a dog.
According to Dave Dyers homepage this simple rule has a high statistical
correlation and I think the local-mode of GoAhead is a simple but effective
heuristic.
Chrilly
_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/