TUNING GNU GO

Here are 4 html pages devoted to tuning GNU Go. To fully understand these pages, you may want to consult the Texinfo documentation included with the distribution. GNU Go 3.0 (which will be similar to the current development versions, 2.7.xx) will support two main types of tuning: The first two pages here will be devoted to ordinary tuning, the second to owl tuning. Owl tuning is not relevant to GNU Go 2.6.

Since these examples will be fixed in 2.7.201, you may want to download gnugo-2.7.200 if you want to experiment with this position yourself. Here is an example of an error by GNU Go 2.7.200.

Here is the SGF file tune.sgf for this game.

There are many mistakes by GNU Go (white) in this game, but let's look at the situation at move 40. Clearly J2 is an error: the move at K2 would connect the two groups at the bottom.

Open an rxvt window and run
gnugo -l tune.sgf --quiet -L40 -T to obtain the colored display:

This confirms that the G3 and L3 strings are not amalgamated, since they are assigned different letters u and v. They are considered distinct dragons (good).

Furthermore we see that the owl code has evaluated both of them, since they are colored in the second diagram, and that the owl code believes G3 to be critical (red) and H3 to be alive (green). One might argue with this assessment, but it shows that the object of connecting them will be highly valued by GNU Go.

But does GNU Go really understand that K2 will connect these dragons?

To find out, continue to the Next page.


Return to [ GNU's home page | the GNU Go development page ].

Please send comments on these web pages to webmasters@www.gnu.org, send other questions to gnu@gnu.org.

Copyright © 1999, 2001 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA

Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.

Updated: $Date: 2006/11/23 10:12:40 $ $Author: ramprasadb $