gnugo-devel
[Top][All Lists]
Advanced

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

[gnugo-devel] arend_1_16.2


From: Arend Bayer
Subject: [gnugo-devel] arend_1_16.2
Date: Fri, 7 Dec 2001 01:24:44 +0100 (CET)

- corrects a trace output in value_move_reasons

Index: engine/move_reasons.c
===================================================================
RCS file: /cvsroot/gnugo/gnugo/engine/move_reasons.c,v
retrieving revision 1.44
diff -u -r1.44 move_reasons.c
--- engine/move_reasons.c       2001/12/03 20:57:53     1.44
+++ engine/move_reasons.c       2001/12/07 00:21:26
@@ -2915,8 +2915,8 @@
                                  || (color == WHITE && score > 0.0))) {
        this_value = gg_min(1.5 * dragon[aa].effective_size,
                            gg_abs(score/2));
-       TRACE("  %1m: %f - attack last move played, although it seems dead\n",
-             pos, this_value);
+       TRACE("  %1m: %f - attack %1m, although it seems dead, as we are 
ahead\n",
+             pos, this_value, aa);
        tot_value += this_value;
       }
       else {




reply via email to

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