[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gnugo-devel] New owl attack pattern
From: |
SP LEE |
Subject: |
Re: [gnugo-devel] New owl attack pattern |
Date: |
Tue, 9 Sep 2003 09:48:04 -0700 |
> On Tue, 9 Sep 2003, Arend Bayer wrote:
>
> > Also, below is a suggestion to make the constraint more precise.
> >
> > > +Pattern A722
> > > +#spl added 3.5.2
> > > +
> > > +XXO?
> > > +.*XO destroy eye, valid both on center and edge
> > > +XX.O
> > > +
> > > +:8,s,value(45)
> > > +
> > > +XXO?
> > > +.*XO
> > > +AA.O
> > > +
> > > +;lib(A)==3
> >
> > How about:
> >
> > BBO?
> > c*XO
> > AAdO
> >
> > ; (lib(A) == 3 || lib(BB) == 2) && proper_eye(c)
>
> you might even make that
>
> ; (lib(A) == 3 || lib(B) == 2 || oplay_attack(*,d,B) && proper_eye(c)
>
> since it seems entirely possible that shortening the liberty could
change
> the tactical status if there is a tactical semeai involved. I don't
know
> if it would be worth the time to check or not though.
>
> Evan
>
I don't quite understand this constraint. Can you give an example? That
is, lib (A) > 3 AND lib (B) > 2 and * is still a good move. Thanks.
SP Lee
- Re: [gnugo-devel] New owl attack pattern, SP LEE, 2003/09/09
- Re: [gnugo-devel] New owl attack pattern, SP LEE, 2003/09/10
- Re: [gnugo-devel] New owl attack pattern, Evan Berggren Daniel, 2003/09/10
- Re: [gnugo-devel] New owl attack pattern, SP LEE, 2003/09/10
- Re: [gnugo-devel] New owl attack pattern, Gunnar Farneback, 2003/09/10
- Re: [gnugo-devel] New owl attack pattern, SP LEE, 2003/09/11
- Re: [gnugo-devel] New owl attack pattern, Evan Berggren Daniel, 2003/09/11
- Re: [gnugo-devel] New owl attack pattern, SP LEE, 2003/09/11