gnugo-devel
[Top][All Lists]
Advanced

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

[gnugo-devel] owl tuning


From: Evan Berggren Daniel
Subject: [gnugo-devel] owl tuning
Date: Mon, 25 Nov 2002 09:43:50 -0500 (EST)

Two new owl patterns, together they solve 13x13:73.  The defense pattern
probably needs a constraint, but I couldn't find one that works (the
commented out one is my best guess).  After the patch, gnugo understands
that the M12 dragon is critical, and finds J8 as the attack move and J7 as
the defense move.

Thanks

Evan Daniel

- owl tuning

Index: patterns/owl_attackpats.db
===================================================================
RCS file: /cvsroot/gnugo/gnugo/patterns/owl_attackpats.db,v
retrieving revision 1.66
diff -u -r1.66 owl_attackpats.db
--- patterns/owl_attackpats.db  12 Nov 2002 13:41:55 -0000      1.66
+++ patterns/owl_attackpats.db  25 Nov 2002 14:41:50 -0000
@@ -1702,6 +1702,25 @@
 ;(owl_escape_value(b) > 0)


+Pattern A424
+#evand new pattern (3.1.13)
+
+O..X
+o.*.
+..x.
+????
+????
+
+:8,-,value(35)
+
+O..X
+o.*a
+..cb
+????
+????
+
+;(x_somewhere(c) && !oplay_attack_either(*,a,b,*,b))
+;|| (!x_somewhere(c) && xplay_attack_either(c,*,a,b,*,b))

 #########################################################
 #                                                       #
Index: patterns/owl_defendpats.db
===================================================================
RCS file: /cvsroot/gnugo/gnugo/patterns/owl_defendpats.db,v
retrieving revision 1.74
diff -u -r1.74 owl_defendpats.db
--- patterns/owl_defendpats.db  20 Nov 2002 20:42:24 -0000      1.74
+++ patterns/owl_defendpats.db  25 Nov 2002 14:41:50 -0000
@@ -6218,6 +6218,30 @@
 ; && (oplay_attack(*,c,d,f,e) && oplay_attack(*,c,d,f,f))


+Pattern D1386
+#evand new pattern (3.3.13)
+
+x.Oo   keima connection to escape
+x..O
+x...
+..*.
+?...
+????
+
+:8,E,value(65)
+
+#x.Oo
+#x..O
+#x...
+#..*.
+#a...
+#bcde
+
+#;(owl_escape_value(a) > 0) || (owl_escape_value(b) > 0) ||
+#;(owl_escape_value(c) > 0) || (owl_escape_value(d) > 0) ||
+#;(owl_escape_value(d) > 0)
+
+
 #########################################################
 #                                                       #
 #                          Ko                           #





reply via email to

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