RCS file: /cvsroot/gnugo/gnugo/regression/9x9.tst,v
retrieving revision 1.28
diff -u -r1.28 9x9.tst
|
|
|
|
| 315 | 315 | loadsgf games/9x9-4.sgf 13 |
| 316 | 316 | 630 reg_genmove black |
| 317 | 317 | #? [J5]* |
| | 318 | |
| | 319 | # A8 secures seki, winning the game. On the other hand black can't |
| | 320 | # start the ko anyway, so the ordinary endgame moves are also good. |
| | 321 | # The game move at D9 is not good at all, however. |
| | 322 | # See also reading:229,230, owl1:395,396, and semeai:145,146. |
| | 323 | loadsgf games/cgos/25811.sgf 52 |
| | 324 | 640 reg_genmove white |
| | 325 | #? [A8|G6|J6] |
| | 326 | |
| | 327 | # Necessary to start capturing from the left. The game move at J1 is |
| | 328 | # of course futile. |
| | 329 | # See also reading:231. |
| | 330 | loadsgf games/cgos/14198.sgf 53 |
| | 331 | 650 reg_genmove black |
| | 332 | #? [E1] |
RCS file: /cvsroot/gnugo/gnugo/regression/owl1.tst,v
retrieving revision 1.123
diff -u -r1.123 owl1.tst
|
|
|
|
| 532 | 532 | #? [1 (E9|G7)] |
| 533 | 533 | 394 owl_defend F9 |
| 534 | 534 | #? [1 G9]* |
| | 535 | |
| | 536 | # See also 9x9:640. |
| | 537 | loadsgf games/cgos/25811.sgf 52 |
| | 538 | 395 owl_attack E9 |
| | 539 | #? [3 (A7|B9)] |
| | 540 | 396 owl_defend E9 |
| | 541 | #? [2 PASS] |
RCS file: /cvsroot/gnugo/gnugo/regression/reading.tst,v
retrieving revision 1.99
diff -u -r1.99 reading.tst
|
|
|
|
| 962 | 962 | #? [2 PASS] |
| 963 | 963 | 227 attack E3 |
| 964 | 964 | #? [3 (F1|F3)] |
| | 965 | |
| | 966 | # See also thrash:20. |
| | 967 | loadsgf games/cgos/879.sgf 68 |
| | 968 | play black F4 |
| | 969 | 228 attack F6 |
| | 970 | #? [1 (A9|A8|PASS)] |
| | 971 | |
| | 972 | # See also 9x9:640. |
| | 973 | loadsgf games/cgos/25811.sgf 52 |
| | 974 | 229 attack E9 |
| | 975 | #? [3 (A7|B9)] |
| | 976 | 230 defend E9 |
| | 977 | #? [2 PASS] |
| | 978 | |
| | 979 | # The send-two-return-one move at J1 is totally ineffective but |
| | 980 | # causes horizon effects. |
| | 981 | # See also 9x9:650. |
| | 982 | loadsgf games/cgos/14198.sgf 53 |
| | 983 | 231 attack G2 |
| | 984 | #? [2 E1] |
RCS file: /cvsroot/gnugo/gnugo/regression/semeai.tst,v
retrieving revision 1.81
diff -u -r1.81 semeai.tst
|
|
|
|
| 563 | 563 | #? [3 3 (F1|F3)] |
| 564 | 564 | 144 analyze_semeai E3 A4 |
| 565 | 565 | #? [2 2 PASS] |
| | 566 | |
| | 567 | # See also 9x9:640. |
| | 568 | loadsgf games/cgos/25811.sgf 52 |
| | 569 | 145 analyze_semeai E9 B8 |
| | 570 | #? [2 2 PASS] |
| | 571 | 146 analyze_semeai B8 E9 |
| | 572 | #? [3 3 (A7|B9)] |
RCS file: /cvsroot/gnugo/gnugo/regression/thrash.tst,v
retrieving revision 1.18
diff -u -r1.18 thrash.tst
|
|
|
|
| 92 | 92 | 19 reg_genmove black |
| 93 | 93 | #? [J9|F9] |
| 94 | 94 | |
| | 95 | # Don't play send-two-return-one with F4, especially not when positional |
| | 96 | # superko is used. |
| | 97 | # See also reading:228. |
| | 98 | loadsgf games/cgos/879.sgf 68 |
| | 99 | 20 reg_genmove white |
| | 100 | #? [A9|A8|F2] |
| | 101 | |
| | 102 | # Don't play into ko needlessly with E1. |
| | 103 | loadsgf games/cgos/30527.sgf 71 |
| | 104 | 21 reg_genmove black |
| | 105 | #? [A3|D1|G9|C5|C6|D8|E7|F5|F4] |
| | 106 | |
| | 107 | # Don't play send-two-return-one with J9, especially not when positional |
| | 108 | # superko is used. |
| | 109 | loadsgf games/cgos/30527.sgf 73 |
| | 110 | 22 restricted_genmove black G9 J9 |
| | 111 | #? [G9] |
| | 112 | |
| | 113 | # The ko at J6 is an irrelevant distration. Start with filling the |
| | 114 | # safe outer liberties. |
| | 115 | loadsgf games/cgos/994.sgf 76 |
| | 116 | 23 reg_genmove white |
| | 117 | #? [A5|D7] |
| | 118 | |
| | 119 | # Fill the outer ko at J7 first and there's nothing black can do. |
| | 120 | loadsgf games/cgos/994.sgf 78 |
| | 121 | 24 restricted_genmove white J1 J7 |
| | 122 | #? [J7] |
| | 123 | |
| | 124 | loadsgf games/cgos/13435.sgf 74 |
| | 125 | 25 reg_genmove white |
| | 126 | #? [A5|C7] |
| | 127 | |
| | 128 | loadsgf games/cgos/31446.sgf 88 |
| | 129 | 26 reg_genmove white |
| | 130 | #? [E1|A1] |
| | 131 | |
| | 132 | # Fill a ko before taking another one. |
| | 133 | loadsgf games/cgos/37169.sgf 86 |
| | 134 | 27 reg_genmove white |
| | 135 | #? [J6] |
| | 136 | loadsgf games/cgos/37169.sgf 88 |
| | 137 | 28 reg_genmove white |
| | 138 | #? [A2] |
| | 139 | loadsgf games/cgos/37169.sgf 90 |
| | 140 | 29 reg_genmove white |
| | 141 | #? [D3] |
| | 142 | |
| | 143 | loadsgf games/cgos/26449.sgf 47 |
| | 144 | 30 reg_genmove black |
| | 145 | #? [J4|J7] |
| | 146 | |
RCS file: regression/games/cgos/13435.sgf
diff -N regression/games/cgos/13435.sgf
|
a
|
b
|
|
| | 1 | (;GM[1]FF[4] |
| | 2 | SZ[9]KM[7.5] |
| | 3 | PW[gnugo_3.7.4]WR[1680*] |
| | 4 | PB[ControlBoy]BR[1524*] |
| | 5 | PC[9x9 Computer Go Server]DT[2006-03-10]GN[13435] |
| | 6 | RE[B+Illegal] |
| | 7 | TM[600]RU[Tromp/Taylor] |
| | 8 | CA[UTF-8] |
| | 9 | ;B[de];W[fe];B[eg];W[dd];B[ed];W[ee];B[df];W[ec];B[fd];W[gd];B[fc] |
| | 10 | ;W[fb];B[gc];W[hc];B[gb];W[hb];B[ga];W[ha];B[ge];W[gf];B[hd];W[fa] |
| | 11 | ;B[gd];W[he];B[id];W[ie];B[ff];W[ic];B[cd];W[cc];B[gg];W[ce];B[bd] |
| | 12 | ;W[be];B[bc];W[cg];B[bb];W[dh];B[ef];W[hg];B[hh];W[fh];B[gh];W[ih] |
| | 13 | ;B[eh];W[bh];B[cf];W[bf];B[cb];W[db];B[di];W[fi];B[fg];W[ci];B[ag] |
| | 14 | ;W[ah];B[bg];W[af];B[bg];W[ag];B[dg];W[ei];B[dc];W[ed];B[gd];W[ge] |
| | 15 | ;B[ca];W[ad];B[da];W[eb];B[ab];W[ea];B[ba];W[ac];B[ae] |
| | 16 | ;C[white player error - KO attempted move: A6]) |
RCS file: regression/games/cgos/14198.sgf
diff -N regression/games/cgos/14198.sgf
|
a
|
b
|
|
| | 1 | (;GM[1]FF[4] |
| | 2 | SZ[9]KM[7.5] |
| | 3 | PW[ControlBoy]WR[1527*] |
| | 4 | PB[gnugo_3.7.4]BR[1686*] |
| | 5 | PC[9x9 Computer Go Server]DT[2006-03-10]GN[14198] |
| | 6 | RE[W+Illegal] |
| | 7 | TM[600]RU[Tromp/Taylor] |
| | 8 | CA[UTF-8] |
| | 9 | ;B[ee];W[fe];B[ed];W[ef];B[df];W[fd];B[ec];W[ff];B[dg];W[fc];B[fh] |
| | 10 | ;W[eb];B[db];W[eg];B[eh];W[fb];B[da];W[dc];B[cc];W[de];B[dd];W[ce] |
| | 11 | ;B[cf];W[dh];B[ch];W[gh];B[gg];W[fg];B[hg];W[fi];B[di];W[cd];B[dc] |
| | 12 | ;W[bc];B[bb];W[ea];B[bd];W[hh];B[he];W[ig];B[if];W[be];B[ac];W[gf] |
| | 13 | ;B[hf];W[hd];B[ih];W[hi];B[gd];W[gc];B[id];W[hc];B[ii];W[ig] |
| | 14 | ;C[black player error - KO attempted move: J2]) |
RCS file: regression/games/cgos/25811.sgf
diff -N regression/games/cgos/25811.sgf
|
a
|
b
|
|
| | 1 | (;GM[1]FF[4] |
| | 2 | SZ[9]KM[7.5] |
| | 3 | PW[gnugo_3.7.4]WR[1698*] |
| | 4 | PB[antigoslow]BR[1340*] |
| | 5 | PC[9x9 Computer Go Server]DT[2006-03-21]GN[25811] |
| | 6 | RE[B+Illegal] |
| | 7 | TM[600]RU[Tromp/Taylor] |
| | 8 | CA[UTF-8] |
| | 9 | ;B[gg];W[dd];B[cc];W[cd];B[dc];W[ec];B[eb];W[fc];B[fb];W[gc];B[cg] |
| | 10 | ;W[gb];B[bd];W[be];B[bc];W[cf];B[df];W[bg];B[ch];W[bh];B[de];W[ce] |
| | 11 | ;B[ed];W[ee];B[fe];W[ef];B[dg];W[fd];B[eg];W[ff];B[gf];W[he];B[ge] |
| | 12 | ;W[hd];B[hf];W[bi];B[fg];W[ed];B[db];W[fa];B[ea];W[ga];B[ae];W[af] |
| | 13 | ;B[ad];W[bb];B[ci];W[ca];B[cb];W[aa];B[ie];W[da];B[ba] |
| | 14 | ;C[white player error - KO attempted move: C9]) |
RCS file: regression/games/cgos/26449.sgf
diff -N regression/games/cgos/26449.sgf
|
a
|
b
|
|
| | 1 | (;GM[1]FF[4] |
| | 2 | SZ[9]KM[7.5] |
| | 3 | PW[AnchorMan]WR[1500*] |
| | 4 | PB[gnugo_3.7.4]BR[1698*] |
| | 5 | PC[9x9 Computer Go Server]DT[2006-03-21]GN[26449] |
| | 6 | RE[W+Illegal] |
| | 7 | TM[600]RU[Tromp/Taylor] |
| | 8 | CA[UTF-8] |
| | 9 | ;B[fe];W[ee];B[ed];W[fd];B[dd];W[ge];B[ff];W[gf];B[ef];W[gg];B[gd] |
| | 10 | ;W[fc];B[gc];W[df];B[de];W[ec];B[dc];W[fg];B[eg];W[fb];B[gb];W[eh] |
| | 11 | ;B[dg];W[db];B[cb];W[fa];B[dh];W[hd];B[hc];W[ga];B[he];W[ic];B[id] |
| | 12 | ;W[hb];B[ib];W[ha];B[hf];W[hg];B[fh];W[gh];B[ei];W[ea];B[ca];W[gi] |
| | 13 | ;B[fi];W[da];B[ia];W[ic] |
| | 14 | ;C[black player error - KO attempted move: J8]) |
RCS file: regression/games/cgos/30527.sgf
diff -N regression/games/cgos/30527.sgf
|
a
|
b
|
|
| | 1 | (;GM[1]FF[4] |
| | 2 | SZ[9]KM[7.5] |
| | 3 | PW[SimpleBot-0.2.8]WR[1105*] |
| | 4 | PB[twinbot]BR[1687*] |
| | 5 | PC[9x9 Computer Go Server]DT[2006-03-23]GN[30527] |
| | 6 | RE[W+Illegal] |
| | 7 | TM[600]RU[Tromp/Taylor] |
| | 8 | CA[UTF-8] |
| | 9 | ;B[ge];W[fe];B[gf];W[he];B[hd];W[hc];B[gc];W[hf];B[hg];W[id];B[gd] |
| | 10 | ;W[hb];B[gb];W[ie];B[de];W[gg];B[fg];W[gh];B[hh];W[fh];B[eg];W[eh] |
| | 11 | ;B[dh];W[hi];B[ic];W[ib];B[gi];W[fi];B[ig];W[ff];B[ih];W[dg];B[ef] |
| | 12 | ;W[ee];B[df];W[ed];B[cg];W[ic];B[ha];W[ga];B[fc];W[ec];B[eb];W[fd] |
| | 13 | ;B[fa];W[dc];B[cc];W[db];B[cb];W[bb];B[dd];W[bc];B[bd];W[da];B[ca] |
| | 14 | ;W[ba];B[ea];W[ad];B[be];W[bg];B[bf];W[bh];B[ch];W[ah];B[ci];W[af] |
| | 15 | ;B[bi];W[ae];B[ai];W[ab];B[ei];W[di];B[ia];W[ga] |
| | 16 | ;C[black player error - KO attempted move: H9]) |
RCS file: regression/games/cgos/31446.sgf
diff -N regression/games/cgos/31446.sgf
|
a
|
b
|
|
| | 1 | (;GM[1]FF[4] |
| | 2 | SZ[9]KM[7.5] |
| | 3 | PW[gnugo_3.7.4]WR[1673*] |
| | 4 | PB[AnchorMan]BR[1500*] |
| | 5 | PC[9x9 Computer Go Server]DT[2006-03-23]GN[31446] |
| | 6 | RE[B+Illegal] |
| | 7 | TM[600]RU[Tromp/Taylor] |
| | 8 | CA[UTF-8] |
| | 9 | ;B[de];W[ee];B[ed];W[gc];B[fe];W[ef];B[ff];W[df];B[fd];W[dd];B[ce] |
| | 10 | ;W[cf];B[cd];W[eb];B[dc];W[eh];B[fg];W[he];B[fh];W[eg];B[bf];W[bg] |
| | 11 | ;B[ei];W[be];B[bd];W[af];B[dh];W[ah];B[cg];W[ch];B[hc];W[gb];B[hd] |
| | 12 | ;W[gd];B[hb];W[ge];B[db];W[id];B[di];W[dg];B[ga];W[ea];B[fb];W[fc] |
| | 13 | ;B[ec];W[fa];B[ha];W[da];B[ca];W[fb];B[hf];W[cb];B[gf];W[ie];B[ic] |
| | 14 | ;W[ba];B[if];W[ca];B[bb];W[bc];B[cc];W[ab];B[ad];W[ac];B[bi];W[ci] |
| | 15 | ;B[ae];W[fi];B[bf];W[hi];B[ag];W[gh];B[bh];W[af];B[di];W[ag];B[ei] |
| | 16 | ;W[dh];B[ei];W[di];B[hh];W[ih];B[hg];W[be];B[gg];W[gi];B[bf];W[ig] |
| | 17 | ;B[ii];C[white player error - KO attempted move: J2]) |
RCS file: regression/games/cgos/37169.sgf
diff -N regression/games/cgos/37169.sgf
|
a
|
b
|
|
| | 1 | (;GM[1]FF[4] |
| | 2 | SZ[9]KM[7.5] |
| | 3 | PW[gnugo_3.7.4]WR[1669*] |
| | 4 | PB[AnchorMan]BR[1500*] |
| | 5 | PC[9x9 Computer Go Server]DT[2006-03-26]GN[37169] |
| | 6 | RE[B+Illegal] |
| | 7 | TM[600]RU[Tromp/Taylor] |
| | 8 | CA[UTF-8] |
| | 9 | ;B[ee];W[cg];B[de];W[fg];B[fe];W[gf];B[ce];W[cc];B[ge];W[ec];B[hf] |
| | 10 | ;W[hg];B[be];W[gc];B[he];W[bc];B[eh];W[eg];B[dg];W[dh];B[ch];W[df] |
| | 11 | ;B[bg];W[bh];B[fh];W[gh];B[eb];W[fb];B[dc];W[dd];B[db];W[ed];B[cb] |
| | 12 | ;W[bb];B[cd];W[hc];B[fa];W[ca];B[ea];W[ga];B[ci];W[di];B[ah];W[bi] |
| | 13 | ;B[fd];W[fc];B[hb];W[gb];B[ib];W[hd];B[id];W[ic];B[ha];W[da];B[bf] |
| | 14 | ;W[ie];B[if];W[bd];B[ih];W[ig];B[hi];W[gi];B[db];W[cb];B[ef];W[ff] |
| | 15 | ;B[fi];W[ei];B[fh];W[fi];B[eb];W[ea];B[cf];W[ae];B[dg];W[ch];B[af] |
| | 16 | ;W[ai];B[ad];W[gd];B[ae];W[df];B[ab];W[ac];B[dg];W[ag];B[id];W[df] |
| | 17 | ;B[ah];C[white player error - KO attempted move: J5]) |
RCS file: regression/games/cgos/879.sgf
diff -N regression/games/cgos/879.sgf
|
a
|
b
|
|
| | 1 | (;GM[1]FF[4] |
| | 2 | SZ[9]KM[7.5] |
| | 3 | PW[twinbot]WR[11.6k] |
| | 4 | PB[AnchorMan]BR[13.0k] |
| | 5 | PC[9x9 Computer Go Server]DT[2006-02-26]GN[879] |
| | 6 | RE[B+Illegal] |
| | 7 | TM[600]RU[Tromp/Taylor] |
| | 8 | CA[UTF-8] |
| | 9 | ;B[df];W[ed];B[ef];W[cd];B[dd];W[dc];B[fe];W[gc];B[gd];W[hc];B[fd] |
| | 10 | ;W[fc];B[cf];W[if];B[hd];W[id];B[ee];W[de];B[eb];W[ec];B[be];W[bd] |
| | 11 | ;B[he];W[ie];B[hg];W[ce];B[hf];W[bf];B[ad];W[bg];B[ae];W[dh];B[ac] |
| | 12 | ;W[cg];B[bc];W[cc];B[bh];W[ig];B[ch];W[dg];B[bb];W[fg];B[hh];W[hi] |
| | 13 | ;B[eg];W[eh];B[fh];W[gh];B[fi];W[gi];B[gg];W[ei];B[ih];W[ic];B[fh] |
| | 14 | ;W[fi];B[af];W[ag];B[ah];W[ff];B[gf];W[cb];B[fh];W[fg];B[ba];W[ca] |
| | 15 | ;B[ci];W[ff];B[fh] |
| | 16 | ;C[white player error - simple KO attempted move: F3]) |
RCS file: regression/games/cgos/994.sgf
diff -N regression/games/cgos/994.sgf
|
a
|
b
|
|
| | 1 | (;GM[1]FF[4] |
| | 2 | SZ[9]KM[7.5] |
| | 3 | PW[gnugo_3.7.4]WR[12.2k] |
| | 4 | PB[ReadyToGo]BR[16.1k] |
| | 5 | PC[9x9 Computer Go Server]DT[2006-02-27]GN[994] |
| | 6 | RE[B+Illegal] |
| | 7 | TM[600]RU[Tromp/Taylor] |
| | 8 | CA[UTF-8] |
| | 9 | ;B[ce];W[ee];B[cd];W[fc];B[gf];W[eg];B[gd];W[cb];B[ef];W[df];B[ec] |
| | 10 | ;W[ff];B[fd];W[gg];B[ed];W[bc];B[gh];W[hg];B[dd];W[bd];B[cf];W[gc] |
| | 11 | ;B[eb];W[ge];B[he];W[hf];B[hd];W[ch];B[bg];W[bh];B[cg];W[hc];B[dh] |
| | 12 | ;W[eh];B[dg];W[di];B[ba];W[be];B[fe];W[bb];B[ah];W[hh];B[ca];W[da] |
| | 13 | ;B[db];W[aa];B[af];W[ca];B[hi];W[bi];B[gf];W[cc];B[fh];W[fb];B[fg] |
| | 14 | ;W[ef];B[if];W[fi];B[ig];W[gi];B[ih];W[ea];B[fh];W[bf];B[ie];W[ii] |
| | 15 | ;B[ag];W[ge];B[ic];W[ei];B[ga];W[ib];B[fa];W[ha];B[hi];W[id];B[gf] |
| | 16 | ;W[ii];B[ic];C[white player error - simple KO attempted move: G5]) |