RCS file: /home/arend/Go/gnugo-rsync/gnugo/regression/13x13c.tst,v
retrieving revision 1.2
diff -u -p -r1.2 13x13c.tst
|
|
|
|
| 65 | 65 | #? [G13]* |
| 66 | 66 | |
| 67 | 67 | # G13 is still sufficient to get a seki. |
| | 68 | # |
| | 69 | # After N6 the game could be: |
| | 70 | # N7 K12 G13 J13 N5 M3 L13 N4 H13 N6 |
| | 71 | # and now white has to win extremely unforable 3 stage ko, |
| | 72 | # so this move could be acceptable - G13 and K12 leads to |
| | 73 | # the similar position - so the best move is N5, which |
| | 74 | # doesn't allow white making a ko. |
| 68 | 75 | loadsgf games/kgs/tournament11/CrazyStone-GNU.sgf 87 |
| 69 | 76 | 43 reg_genmove black |
| 70 | | #? [G13] |
| | 77 | #? [G13|K12|N6|N5] |
RCS file: /home/arend/Go/gnugo-rsync/gnugo/regression/arb.tst,v
retrieving revision 1.32
diff -u -p -r1.32 arb.tst
|
|
|
|
| 66 | 66 | # Defend against a combination attack. |
| 67 | 67 | loadsgf games/arb/game03.sgf 109 |
| 68 | 68 | 232 reg_genmove black |
| 69 | | #? [M9|M10|L10|L11] |
| | 69 | #? [M9|M10|M11|L10|L11] |
| 70 | 70 | |
| 71 | 71 | loadsgf games/arb/game04.sgf 43 |
| 72 | 72 | 233 reg_genmove black |
RCS file: /home/arend/Go/gnugo-rsync/gnugo/regression/nngs.tst,v
retrieving revision 1.91
diff -u -p -r1.91 nngs.tst
|
|
|
|
| 993 | 993 | #CATEGORY=OWL_TUNING |
| 994 | 994 | loadsgf games/nngs/LordOfPi-gnugo-3.1.20-200201202014.sgf 36 |
| 995 | 995 | 2060 reg_genmove black |
| 996 | | #? [C4|C1|F1] |
| | 996 | #? [C4] |
RCS file: /home/arend/Go/gnugo-rsync/gnugo/regression/nngs4.tst,v
retrieving revision 1.75
diff -u -p -r1.75 nngs4.tst
|
|
|
|
| 249 | 249 | #C13 looks correct here /evand |
| 250 | 250 | loadsgf games/nngs/gnugo-3.3.10-niki-200210281349.sgf 144 |
| 251 | 251 | 610 reg_genmove white |
| 252 | | #? [C13|D13] |
| | 252 | #? [C13|D13|B14] |
| 253 | 253 | |
| 254 | 254 | #New failure (3.3.20) |
| 255 | 255 | #pull out the stones /evand |
RCS file: /home/arend/Go/gnugo-rsync/gnugo/regression/owl.tst,v
retrieving revision 1.93
diff -u -p -r1.93 owl.tst
|
|
|
|
| 104 | 104 | loadsgf games/incident161.sgf 42 |
| 105 | 105 | 28 owl_attack B8 |
| 106 | 106 | #? [1 C7] |
| | 107 | # after E9 C7 F9 there is a seki |
| 107 | 108 | 29 owl_defend B8 |
| 108 | | #? [1 C7] |
| | 109 | #? [1 (C7|E9)] |
| 109 | 110 | 30 owl_attack D8 |
| 110 | 111 | #? [1 C7] |
| | 112 | # same as 29 |
| 111 | 113 | 31 owl_defend D8 |
| 112 | | #? [1 C7] |
| | 114 | #? [1 (C7|E9)] |
| 113 | 115 | |
| 114 | 116 | # incident 189 |
| 115 | 117 | loadsgf games/incident189.sgf 180 |
RCS file: /home/arend/Go/gnugo-rsync/gnugo/regression/strategy2.tst,v
retrieving revision 1.69
diff -u -p -r1.69 strategy2.tst
|
|
|
|
| 20 | 20 | |
| 21 | 21 | loadsgf games/strategy14.sgf 125 |
| 22 | 22 | 55 reg_genmove white |
| 23 | | #? [C12]* |
| | 23 | #? [C12|B13] |
| 24 | 24 | |
| 25 | 25 | loadsgf games/strategy14.sgf 211 |
| 26 | 26 | 56 restricted_genmove white C9 A7 |
| … |
… |
|
| 162 | 162 | # This is essentially a semeai problem |
| 163 | 163 | loadsgf games/strategy22.sgf |
| 164 | 164 | 80 reg_genmove white |
| 165 | | #? [P4|Q4|Q3|S8] |
| | 165 | #? [P4|Q4|Q3|S8|R6] |
| 166 | 166 | |
| 167 | 167 | # Looks to me like B12 is also effective, although much more |
| 168 | 168 | # complicated. /gf |