gnugo-devel
[Top][All Lists]
Advanced

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

Re: [gnugo-devel] twogtp patch


From: Arend Bayer
Subject: Re: [gnugo-devel] twogtp patch
Date: Sat, 26 Oct 2002 14:35:29 -0400 (EDT)

On Sat, 26 Oct 2002, Evan Berggren Daniel wrote:

> -if ($handicap > 1) {
> -    $komi = 0.5;
> +if (!defined $komi) {
> +    if ($handicap > 1) {
> +        $komi = 0.5;
> +    } else {
> +        $komi = 5.5;
> +    }
Shouldn't that be if ($handicap >= 1)? Handicap 1 should be interpreted as
a no komi game I suppose.
(That's not the fault of your patch, of course.)

Arend






reply via email to

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