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: bump
Subject: Re: [gnugo-devel] eye_data in local_owl_data
Date: Tue, 21 May 2002 05:32:48 -0700

> 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.
> 
> Can anyone spot s.th. I might be missing?

Currently push_owl is not called from do_owl_analyze_semeai.

Maybe it should be.

Of course for semeai reading you would need both eye structures.

Dan



reply via email to

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