gnugo-devel
[Top][All Lists]
Advanced

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

Re: [gnugo-devel] eye_data in local_owl_data


From: Arend Bayer
Subject: Re: [gnugo-devel] eye_data in local_owl_data
Date: Tue, 21 May 2002 15:06:19 +0200 (CEST)

On Tue, 21 May 2002 address@hidden wrote:

> > In the struct local_owl_data, we have among other things
> >
> >   struct eye_data black_eye[BOARDMAX];
> >   struct eye_data white_eye[BOARDMAX];
> >
> > It seems to me it would be completely sufficient to only use s.th. like
> >   struct eye_data my_eye[BOARDMAX];
> > which would store the eyes belonging to the color of the dragon being
> > attacked.
>
> Of course for semeai reading you would need both eye structures.

Sure, but there we have two distinct local_owl_data structs anyway (owla,
owlb), so my_eye would be sufficient there, too.

Arend





reply via email to

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