Computer Chess Club Archives


Search

Terms

Messages

Subject: Hashtable and avoid null move

Author: Jeff GAZET

Date: 03:13:39 05/08/04


Hi,

when getting hashtable informations like this :

switch(target->flags)
	{
	case hashfEXACT:	return target->eval; 			break;
	case hashfALPHA:	if(i<=alpha) {return alpha;}		break;
	case hashfBETA:		if(i>=beta) {return beta;}		break;
	}

In which case mustn'nt we do a null-move ?

Thanks.



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.