Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Problem with TT

Author: Grzegorz Sidorowicz

Date: 14:56:41 07/11/03

Go up one level in this thread



>>//Transposition table entry
>>unsigned long *trans_b;//Lock
>>bool *val_side; //side on move
>
>that also might be the problem ! Why do you store side to move here ? So don't
>you hash side to move in your hashkey ? That's important, else you will
>overwrite positions from sides.

Yes in my program all positions have got the same hashcode
(but not the same value for side(val_side))
But I was try change it and after change proposed by you
my program also can't find 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.