gnugo-devel
[Top][All Lists]
Advanced

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

Re: [gnugo-devel] more strategic defense moves


From: Gunnar Farnebäck
Subject: Re: [gnugo-devel] more strategic defense moves
Date: Mon, 23 Aug 2004 14:57:16 +0200
User-agent: EMH/1.14.1 SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/21.3 (sparc-sun-solaris2.9) MULE/5.0 (SAKAKI)

Arend wrote:
> I doubt this gives much benefit. First, 25.0 is already a _very_ high
> escape value (chosen so high exactly for the reasons you give).

Still it doesn't seem robust enough to me. I'll post a position next
time I step over one.

> Secondly, have 0.0 as escape weakness is not enough to get 0.0 weakness
> overall, see crude_dragon_weakness().

Well, that's exactly what you get when you run the code. Maybe this
line doesn't do what you expect it to?

  weakness = gg_min(0.7 * weakness_value[0] + 0.3 * weakness_value[1],
                    1.3 * weakness_value[0]);

If the smallest weakness value is 0, you get

weakness = gg_min(0.3*weakness_value[1], 0) = 0.

/Gunnar




reply via email to

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