[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gnugo-devel] Olympiad games
From: |
Gunnar Farneback |
Subject: |
Re: [gnugo-devel] Olympiad games |
Date: |
Sat, 10 Aug 2002 19:14:38 +0200 |
User-agent: |
EMH/1.14.1 SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/20.7 (sparc-sun-solaris2.7) (with unibyte mode) |
Dan wrote on July 19:
> The failure to amalgamate using standard connections can be corrected
> with the following patch. This seems a pretty basic missing
> connection pattern!
> [...]
> +Pattern CC208
> +
> +OX
> +.O
> +
> +:8,CW
> +
> +OB
> +aO
> +
> +; xplay_attack_either(a,a,B)
This pattern is not quite good since it allows amalgamation through
ko. The appended patch fixes the problem.
/Gunnar
Index: patterns/conn.db
===================================================================
RCS file: /cvsroot/gnugo/gnugo/patterns/conn.db,v
retrieving revision 1.27
diff -u -r1.27 conn.db
--- patterns/conn.db 5 Aug 2002 23:42:15 -0000 1.27
+++ patterns/conn.db 10 Aug 2002 17:13:00 -0000
@@ -1260,7 +1260,7 @@
OB
aO
-; xplay_attack_either(a,a,B)
+; xplay_attack_either(a,a,B) == WIN
#############################################
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [gnugo-devel] Olympiad games,
Gunnar Farneback <=