gnugo-devel
[Top][All Lists]
Advanced

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

[gnugo-devel] Comments on lazarus.tst


From: Gunnar Farneback
Subject: [gnugo-devel] Comments on lazarus.tst
Date: Mon, 14 Jan 2002 21:13:20 +0100
User-agent: EMH/1.14.1 SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/20.7 (sparc-sun-solaris2.7) (with unibyte mode)

Dan recently added a test suite for the rather infamous
Lazarus-gnugo-3.1.19-200201092246.sgf game. Here are some comments on
this and a patch with proposed changes and additional test cases. The
new test cases could probably need a review.

> loadsgf games/nngs/Lazarus-gnugo-3.1.19-200201092246.sgf 48
> 3 gg_genmove black
> #? [Q8]*

P8 also looks okay to me, or does it have some problem that I've
missed?

> loadsgf games/nngs/Lazarus-gnugo-3.1.19-200201092246.sgf 66
> 4 gg_genmove black
> #? [R12|Q12]*
> 
> loadsgf games/nngs/Lazarus-gnugo-3.1.19-200201092246.sgf 70
> 5 gg_genmove black
> #? [R13]*

M8 to capture some cutting stones doesn't look out of the question to
me. I would accept that as a correct answer for both test cases.

> loadsgf games/nngs/Lazarus-gnugo-3.1.19-200201092246.sgf 257
> 10 gg_genmove black
> #? [P16]*

This should be move 258. P16 isn't the only move to connect. N16 and
O17 also work. Furthermore N16 gives the extra bonus of capturing O16.

/Gunnar

Index: regression/lazarus.tst
===================================================================
RCS file: /cvsroot/gnugo/gnugo/regression/lazarus.tst,v
retrieving revision 1.2
diff -u -r1.2 lazarus.tst
--- regression/lazarus.tst      13 Jan 2002 03:33:22 -0000      1.2
+++ regression/lazarus.tst      14 Jan 2002 20:11:47 -0000
@@ -6,14 +6,17 @@
 2 gg_genmove black
 #? [M4]
 
+# gf Anything wrong with P8?
 loadsgf games/nngs/Lazarus-gnugo-3.1.19-200201092246.sgf 48
 3 gg_genmove black
 #? [Q8]*
 
+# gf M8 also looks reasonable.
 loadsgf games/nngs/Lazarus-gnugo-3.1.19-200201092246.sgf 66
 4 gg_genmove black
 #? [R12|Q12]*
 
+# gf M8 also looks reasonable.
 loadsgf games/nngs/Lazarus-gnugo-3.1.19-200201092246.sgf 70
 5 gg_genmove black
 #? [R13]*
@@ -34,9 +37,9 @@
 9 gg_genmove black
 #? [D15|F15]
 
-loadsgf games/nngs/Lazarus-gnugo-3.1.19-200201092246.sgf 257
+loadsgf games/nngs/Lazarus-gnugo-3.1.19-200201092246.sgf 258
 10 gg_genmove black
-#? [P16]*
+#? [N16|P16|O17]*
 
 loadsgf games/nngs/Lazarus-gnugo-3.1.19-200201092246.sgf 262
 11 gg_genmove black
@@ -45,3 +48,28 @@
 loadsgf games/nngs/Lazarus-gnugo-3.1.19-200201092246.sgf 268
 12 gg_genmove black
 #? [T18]*
+
+loadsgf games/nngs/Lazarus-gnugo-3.1.19-200201092246.sgf 74
+13 gg_genmove black
+#? [R13|M8]*
+
+# Q15 is locally much more solid than R19, but at least T5 and H5 may
+# also be considered. 
+loadsgf games/nngs/Lazarus-gnugo-3.1.19-200201092246.sgf 102
+14 gg_genmove black
+#? [Q15|T5|H5]
+
+loadsgf games/nngs/Lazarus-gnugo-3.1.19-200201092246.sgf 108
+15 gg_genmove black
+#? [Q15|T5|H5]*
+
+# Locally, L16 is better than L17.
+loadsgf games/nngs/Lazarus-gnugo-3.1.19-200201092246.sgf 192
+16 gg_genmove black
+#? [!L17]*
+
+# Killing the upper right is way bigger than saving the lower left.
+loadsgf games/nngs/Lazarus-gnugo-3.1.19-200201092246.sgf 254
+17 gg_genmove black
+#? [T8]*
+



reply via email to

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