gnugo-devel
[Top][All Lists]
Advanced

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

Re: [gnugo-devel] arend_1_14.10


From: Arend Bayer
Subject: Re: [gnugo-devel] arend_1_14.10
Date: Sat, 17 Nov 2001 19:39:13 +0100 (CET)

> > (a) we keep the changes to mkpat and compile the joseki databases with 
> > mkpat -F, or
> > (b) joseki.c should add the F classification everywhere (where applicable) 
> > or
> > (c) we manually add classification F in the komoku.sgf/... files and
> > teach joseki.c to handle. 
> > 
> > I don't mind which one. I can implement it if you wish.
> 
> I think (b) is the best solution. It should only require a minor
> revision of the write_colon_line() function. We already add the s
> classification to all patterns there.
Indeed, very minor patch below.

- Class F added for all moves by joseki.c.

Index: joseki.c
===================================================================
RCS file: /cvsroot/gnugo/gnugo/patterns/joseki.c,v
retrieving revision 1.6
diff -u -r1.6 joseki.c
--- joseki.c    2001/10/26 07:21:11     1.6
+++ joseki.c    2001/11/17 18:08:19
@@ -171,7 +171,7 @@
       p += 2;
   }
 
-  printf(":8,s");
+  printf(":8,sF");
   switch (move_type) {
   case URGENT:
     printf("U");




reply via email to

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