Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Fine #70

Author: Anthony Cozzie

Date: 10:14:25 10/15/03

Go up one level in this thread


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



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.