gnugo-devel
[Top][All Lists]
Advanced

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

[gnugo-devel] testcase revisions


From: Evan Berggren Daniel
Subject: [gnugo-devel] testcase revisions
Date: Thu, 10 Apr 2003 10:38:43 -0400 (EDT)

I think most of these are fairly straightforward; I've tried to remove a
few !move answers and also add some options that changed versions of gnugo
have found, or that look likely to be found.

Evan Daniel


Index: regression/auto02.tst
===================================================================
RCS file: /cvsroot/gnugo/gnugo/regression/auto02.tst,v
retrieving revision 1.6
diff -u -d -r1.6 auto02.tst
--- regression/auto02.tst       7 Apr 2003 03:47:40 -0000       1.6
+++ regression/auto02.tst       10 Apr 2003 14:33:12 -0000
@@ -9,7 +9,7 @@
 # C16 is probably best. /ab
 loadsgf games/auto_gen/auto008.sgf 58
 3 owl_defend D16
-#? [1 (C16|D17|E15)]*
+#? [1 (C16|D17|E15|D14)]*

 loadsgf games/auto_gen/auto008.sgf 150
 4 owl_attack C12
Index: regression/ninestones.tst
===================================================================
RCS file: /cvsroot/gnugo/gnugo/regression/ninestones.tst,v
retrieving revision 1.23
diff -u -d -r1.23 ninestones.tst
--- regression/ninestones.tst   7 Apr 2003 03:47:40 -0000       1.23
+++ regression/ninestones.tst   10 Apr 2003 14:33:12 -0000
@@ -144,7 +144,7 @@

 loadsgf games/nngs/uhu-gnugo-3.3.16-200302112129.sgf 200
 500 gg_genmove black
-#? [A8|A6]*
+#? [A8|A6|A9]*

 loadsgf games/nngs/uhu-gnugo-3.3.16-200302112129.sgf 208
 510 gg_genmove black
Index: regression/strategy2.tst
===================================================================
RCS file: /cvsroot/gnugo/gnugo/regression/strategy2.tst,v
retrieving revision 1.47
diff -u -d -r1.47 strategy2.tst
--- regression/strategy2.tst    3 Apr 2003 07:18:29 -0000       1.47
+++ regression/strategy2.tst    10 Apr 2003 14:33:12 -0000
@@ -121,15 +121,19 @@
 #? [A8]

 # I have added R17, as it seems to kill the huge black dragon --arend
+# added P15, because it also seems likely to kill the dragon,
+# and gnugo 3.3.18-pre3 finds it at level 12 --evand
 # Note: E7 doesn't work because of B:D9.
 loadsgf games/semeai2.sgf 116
 73 gg_genmove white
-#? [F7|R17]
+#? [F7|R17|P15]

 # I have added R17, as it seems to kill the huge black dragon --arend
+# added P15, because it also seems likely to kill the dragon,
+# and gnugo 3.3.18-pre3 finds it at level 12 --evand
 loadsgf games/semeai2.sgf 118
 74 gg_genmove white
-#? [F7|R17]
+#? [F7|R17|P15]

 loadsgf games/semeai2.sgf 150
 # If Q11 is not undervalued F7 is acceptable (though not correct)
Index: regression/strategy3.tst
===================================================================
RCS file: /cvsroot/gnugo/gnugo/regression/strategy3.tst,v
retrieving revision 1.48
diff -u -d -r1.48 strategy3.tst
--- regression/strategy3.tst    18 Mar 2003 13:41:36 -0000      1.48
+++ regression/strategy3.tst    10 Apr 2003 14:33:12 -0000
@@ -150,7 +150,7 @@

 loadsgf games/strategy31.sgf 34
 130 gg_genmove white
-#? [!D17]
+#? [!D17|C16]

 loadsgf games/strategy31.sgf 44
 131 gg_genmove white
@@ -162,13 +162,13 @@

 # Locally D4 is the only move, but there may be bigger moves elsewhere.
 loadsgf games/strategy31.sgf 50
-133 gg_genmove white
-#? [!(E5|E4)]
+133 restricted_genmove white D4 E4 E5
+#? [D4]

 # R10 is clearly superior to S10
 loadsgf games/strategy31.sgf 158
-134 gg_genmove white
-#? [!S10]
+134 restricted_genmove white S10 R10
+#? [R10]

 loadsgf games/strategy31.sgf 188
 135 gg_genmove white
@@ -224,7 +224,7 @@
 # G3 is necessary here.
 loadsgf games/strategy35.sgf 112
 147 gg_genmove white
-#? [!G5]
+#? [G3|F3]

 loadsgf games/strategy35.sgf 140
 148 gg_genmove white
Index: regression/trevor.tst
===================================================================
RCS file: /cvsroot/gnugo/gnugo/regression/trevor.tst,v
retrieving revision 1.73
diff -u -d -r1.73 trevor.tst
--- regression/trevor.tst       3 Apr 2003 00:55:37 -0000       1.73
+++ regression/trevor.tst       10 Apr 2003 14:33:12 -0000
@@ -155,13 +155,13 @@

 # Protecting lower left group better.
 loadsgf games/trevor/trevor_16.sgf 54
-161 gg_genmove white
+161 restricted_genmove white B1 F9
 #? [B1]*

 # W can live here unconditionally.
 loadsgf games/trevor/trevor_16.sgf 58
 162 gg_genmove white
-#? [B1]*
+#? [B1|A2]*

 # If Black B9, White can't connect at C7.
 loadsgf games/trevor/trevor_16.sgf 67
@@ -577,7 +577,7 @@

 loadsgf games/trevor/trevor_67.sgf
 671 defend G1
-#? [1 (D1|C3)]*
+#? [1 (D1|C3|C1)]*

 loadsgf games/trevor/trevor_68.sgf
 680 owl_attack H3
Index: regression/trevord.tst
===================================================================
RCS file: /cvsroot/gnugo/gnugo/regression/trevord.tst,v
retrieving revision 1.34
diff -u -d -r1.34 trevord.tst
--- regression/trevord.tst      29 Jan 2003 03:49:28 -0000      1.34
+++ regression/trevord.tst      10 Apr 2003 14:33:12 -0000
@@ -71,7 +71,7 @@
 #Other moves possible.
 loadsgf games/trevor/auto/d02.sgf 64
 220 gg_genmove white
-#? [M10|L10|K10|K9|J10|J9]*
+#? [M10|L10|K10|K9|J10|J9|L9]*


 #Other moves possible.  !F2




reply via email to

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