Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Fine #70

Author: Michel Langeveld

Date: 12:10:54 10/15/03

Go up one level in this thread


On October 15, 2003 at 13:14:25, Anthony Cozzie wrote:

>On October 15, 2003 at 12:37:43, Michel Langeveld wrote:
>
>I had a similar problem with Fine 70.
>
>Does your ttable probe code look like
>
>if(table_upper_limit < alpha) return alpha;
>
>or
>
>if(table_upper_limit <= alpha) return alpha;
>
>(or the failsoft versions of those statements).
>
>anthony

It looks like:

if (pHashRecord->value <= alpha)
{
   hashHitCounter++;
   return pHashRecord->value;
}

correct isn't it?



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.