File: tactics1.tst

package info (click to toggle)
gnugo 3.8-9
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 17,412 kB
  • ctags: 4,302
  • sloc: ansic: 56,445; perl: 3,771; lisp: 2,804; sh: 722; makefile: 706; python: 682; awk: 113; sed: 22
file content (70 lines) | stat: -rw-r--r-- 1,487 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Apparently, T9 gets overvalued because the effect on S7 and T6 is
# counted twice (territorially and strategically)
loadsgf games/tactics05.sgf
10 restricted_genmove white T9 T8 S9 S8
#? [S8|S9]

loadsgf games/tactics06.sgf
20 owl_defend C19
#? [1 A17]*

# J1 is worth 6 points
loadsgf games/seki03.sgf
30 reg_genmove white
#? [J1]*


# attack_either and defend_both tests could go in a separate test suite,
# once there is more of them

loadsgf games/nngs/Lazarus-gnugo-3.1.34-200204280120.sgf 32
trymove black D12
trymove white C13
trymove white C12
trymove black C11
101 attack_either C11 D12
#? [1]
popgo
popgo
popgo
popgo

# This is subtle. White N3 works as defense to L4.
loadsgf games/mertin13x13/katsunari-gnugo2.W+4.sgf 126
trymove black L4
102 defend_both N7 K4
#? [0]*
popgo

loadsgf games/nngs/Lazarus-gnugo-3.2-200205011927.sgf 86
trymove black G4
trymove white G3
103 attack_either E5 G3
#? [1]
104 attack_either G3 E5
#? [1]
popgo
popgo

# C9 is errouneously thought to be an owl-attack against G13,
# which could indicate a semeai reading problem. On the other
# hand, since G13 is judged owl-defenseless, it seems to me
# that C9 is strangely overvalued.
loadsgf games/tactics07.sgf
105 reg_genmove white
#? [F7]

loadsgf games/tactics08.sgf
106 reg_genmove white
#? [F8|F6]

loadsgf games/edge_defense1.sgf
107 reg_genmove white
#? [B13|B14]

# Obviously P7 is effective.
loadsgf games/gifu2005/mfg-gnugo.sgf 204
trymove white O6
108 defend_both O9 P6
#? [1]*
popgo