gnugo-devel
[Top][All Lists]
Advanced

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

[gnugo-devel] reorientation tests


From: Teun Burgers
Subject: [gnugo-devel] reorientation tests
Date: Mon, 22 Oct 2001 19:41:24 +0200

This patch adds 3 new reorientation suites:
score_rot.tst, strategy_rot.tst and connect_rot.tst.

connect.tst has mainly unexpected passes
for different orientations.

score.tst has 1 unexpected failure.
This failure did not occur in 3.1.8.
Perhaps this has to do with the jimm
scoring error?

Teun

- new reorientation test suites
- remove rot* subdirs from EXTRA_DIST
diff -ruN regression/Makefile.am regnew/Makefile.am
--- regression/Makefile.am      Mon Oct 22 17:30:36 2001
+++ regnew/Makefile.am  Mon Oct 22 16:54:42 2001
@@ -1,17 +1,18 @@
 TST = life.tst owl.tst optics.tst reading.tst strategy.tst \
       ld_owl.tst ld_owl_life.tst connection.tst  \
       neurogo.tst arb.tst strategy2.tst strategy3.tst rosebud.tst \
-      owl_rot.tst heikki.tst golife.tst dniwog.tst strategy4.tst \
+      heikki.tst golife.tst dniwog.tst strategy4.tst \
       nicklas1.tst nicklas2.tst nicklas3.tst nicklas4.tst nicklas5.tst \
       filllib.tst arion.tst endgame.tst viking.tst ego.tst atari_atari.tst \
       score.tst manyfaces.tst cutstone.tst newscore.tst blunder.tst \
       niki.tst trevor.tst tactics.tst buzco.tst \
-      capture.tst connect.tst global.tst vie.tst
+      capture.tst connect.tst global.tst vie.tst \
+      owl_rot.tst score_rot.tst strategy_rot.tst connect_rot.tst
 
 noinst_SCRIPTS = eval.sh regress.sh test.sh
 
 EXTRA_DIST = golois games $(TST) $(noinst_SCRIPTS) regress.awk \
-             STRATEGY NICKLAS READING rot0 rot1 rot5 BREAKAGE \
+             STRATEGY NICKLAS READING BREAKAGE \
             regress.pl
 
 # Remove these files here... they are created locally
@@ -54,6 +55,9 @@
 strategy: strategy.tst
        $(srcdir)/eval.sh strategy.tst
 
+strategy_rot: strategy_rot.tst
+       $(srcdir)/eval.sh strategy_rot.tst
+
 strategy2: strategy2.tst
        $(srcdir)/eval.sh strategy2.tst
 
@@ -120,6 +124,9 @@
 score: score.tst
        $(srcdir)/eval.sh score.tst
 
+score_rot: score_rot.tst
+       $(srcdir)/eval.sh score_rot.tst
+
 newscore: newscore.tst
        $(srcdir)/eval.sh newscore.tst
 
@@ -159,6 +166,9 @@
 
 connect: connect.tst
        $(srcdir)/eval.sh connect.tst
+
+connect_rot: connect_rot.tst
+       $(srcdir)/eval.sh connect_rot.tst
 
 global: global.tst
        $(srcdir)/eval.sh global.tst
diff -ruN regression/connect_rot.tst regnew/connect_rot.tst
--- regression/connect_rot.tst  Thu Jan  1 01:00:00 1970
+++ regnew/connect_rot.tst      Mon Oct 22 17:16:06 2001
@@ -0,0 +1,44 @@
+orientation 6
+loadsgf golois/Connecter990424-2.sgf
+6 disconnect C7 B5
+#? [0]*
+
+orientation 1
+loadsgf golois/Connecter990427-1.sgf
+9 disconnect G6 E5
+#? [0]
+
+orientation 2
+loadsgf golois/Connecter990628-1.sgf
+23 connect L6 N6
+#? [1 M7]
+
+orientation 4
+loadsgf golois/Connecter990628-2.sgf
+24 disconnect G15 F17
+#? [0]*
+
+orientation 4
+loadsgf golois/Goemate990902-11.sgf
+27 disconnect L13 K15
+#? [0]*
+
+orientation 1
+loadsgf golois/Goemate991106-2.sgf
+39 connect F15 H13
+#? [1 G15]*
+
+orientation 4
+loadsgf golois/Goemate991106-4.sgf
+42 disconnect N16 L15
+#? [1 M15]
+
+orientation 2
+loadsgf golois/Handtalk980803-2.sgf
+48 disconnect F13 H12
+#? [0]*
+
+orientation 2
+loadsgf golois/Indigo20000718-3.sgf
+60 connect G17 F15
+#? [1 G16]
diff -ruN regression/score_rot.tst regnew/score_rot.tst
--- regression/score_rot.tst    Thu Jan  1 01:00:00 1970
+++ regnew/score_rot.tst        Mon Oct 22 16:53:56 2001
@@ -0,0 +1,4 @@
+orientation 2
+loadsgf games/scoring/score4.sgf
+4 final_score
+#? [W\+22.5]
diff -ruN regression/strategy_rot.tst regnew/strategy_rot.tst
--- regression/strategy_rot.tst Thu Jan  1 01:00:00 1970
+++ regnew/strategy_rot.tst     Mon Oct 22 17:25:42 2001
@@ -0,0 +1,34 @@
+orientation 1
+loadsgf games/incident104.sgf 63
+6 gg_genmove white
+#? [E10]
+
+orientation 6
+loadsgf games/strategy5.sgf 12
+26 gg_genmove black
+#? [D3]
+
+orientation 2
+loadsgf games/strategy5.sgf 14
+27 gg_genmove black
+#? [C3]
+
+orientation 1
+loadsgf games/strategy5.sgf 40
+29 gg_genmove black
+#? [R4]*
+
+orientation 6
+loadsgf games/nicklas/nicklas8.sgf 80
+35 gg_genmove black
+#? [!B17]
+
+orientation 2
+loadsgf games/strategy11.sgf 127
+45 gg_genmove black
+#? [G17|G18|C1]
+
+orientation 4
+loadsgf games/strategy12.sgf 21
+49 gg_genmove black
+#? [C17|D16|B17]

reply via email to

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