Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Hashtable and avoid null move

Author: Matthias Gemuh

Date: 04:28:44 05/08/04

Go up one level in this thread


On May 08, 2004 at 06:13:39, Jeff GAZET wrote:

>Hi,
>
>when getting hashtable informations like this :
>
>switch(target->flags)
>	{
>	case hashfEXACT:	return target->eval; 			break;
>	case hashfALPHA:	if(i<=alpha) {return alpha;}

----->		// I skip it here

        break;
>	case hashfBETA:		if(i>=beta) {return beta;}		break;
>	}
>
>In which case mustn'nt we do a null-move ?
>
>Thanks.



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.