Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Book design

Author: David Rasmussen

Date: 10:58:36 11/28/02

Go up one level in this thread


On November 28, 2002 at 13:21:14, Matthias Gemuh wrote:

>
>My book record is
>
>
>typedef struct {
>    unsigned long HashKey, HashLock;
>    CHESSMOVE Move;
>    int Result, lrnResult;
>    unsigned int Count;
>} BOOKENTRY;
>
>/Matthias.

So you use a 32-bit HashKey? That could cause problems. Of course, all of the
positions in the book are "close" to the initial positions, and that's a much
smaller space than the space of all chess positions. So it might suffice in
practice.

/David



This page took 0.01 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.