gnugo-devel
[Top][All Lists]
Advanced

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

Re: [gnugo-devel] two tuning exercises


From: Gunnar Farneback
Subject: Re: [gnugo-devel] two tuning exercises
Date: Sun, 14 Oct 2001 18:38:01 +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:
> In this case making that change seems to fix the problem. Then
> the pattern is not matched. Maybe one should have both patterns:
> 
> Pattern CC13
> 
> O?        cut!
> *X
> XO
> 
> :8,BC
> 
> O?
> *A
> BO
> 
> ; !oplay_defend_both(*,A,B)
> 
> 
> Pattern CC13a
> 
> O?        cut!
> *X
> XO
> 
> :8,B
> 
> O?
> *A
> BO
> 
> ; oplay_attack_either(*,A,B)

To begin with it's not necessary to have B classification on both
patterns, since the latter one is always matched when the first one is
(but not only then). But after removing B from CC13 above, this
pattern becomes identical to Conn315 and is redundant. So just
removing the C classification from the original CC13 is okay.

/Gunnar



reply via email to

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