[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gnugo-devel] testcase revisions
From: |
Arend Bayer |
Subject: |
Re: [gnugo-devel] testcase revisions |
Date: |
Tue, 15 Apr 2003 17:05:24 -0400 (EDT) |
Evan wrote:
> I think most of these are fairly straightforward; I've tried to remove a
> few !move answers and also add some options that changed versions of gnugo
> have found, or that look likely to be found.
Thanks, merged with minor addition/correction:
strategy3.tst:
> @@ -224,7 +224,7 @@
> # G3 is necessary here.
> loadsgf games/strategy35.sgf 112
> 147 gg_genmove white
> -#? [!G5]
> +#? [G3|F3]
G4 seems to work well, too.
> +++ regression/trevor.tst 10 Apr 2003 14:33:12 -0000
> # W can live here unconditionally.
> loadsgf games/trevor/trevor_16.sgf 58
> 162 gg_genmove white
> -#? [B1]*
> +#? [B1|A2]*
A2 allows seki with black B1, so I've left this out.
Arend