gnugo-devel
[Top][All Lists]
Advanced

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

[gnugo-devel] Re: [gtp] gothic 0.6.5


From: Daniel Bump
Subject: [gnugo-devel] Re: [gtp] gothic 0.6.5
Date: Tue, 19 Feb 2002 09:35:31 -0800

Mike Cumpstey wrote:

> While trying to figure out why gnugo (version 3.0.0) sometimes overruns
> the time control, I spotted a small bug in the Autolevel system. In
> function estimate_time_by_move() the line
> 
>     res += coef[i] * (clk.date[move-9+i] - clk.date[move-10+i]);
> 
> needs to be changed to
> 
>     res += coef[i] * (clk.date[move-9+i*2] - clk.date[move-10+i*2]);
> 
> in order to calculated an average time per move of it own moves rather
> than a mixture of own and opponents.

Tanguy, do you agree with this?

Dan



reply via email to

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