Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Interesting mate test for hashing

Author: Robert Hyatt

Date: 07:19:19 09/11/99

Go up one level in this thread


On September 11, 1999 at 01:43:12, Ed Schröder wrote:

>
>Do not underestimate the idea that in case there is no bestmove from the
>hash table you do a full static evaluation of all nodes first and based
>on that you pick the bestmove as being the first move you are going to
>search for this (new) depth. The very early Rebel's (1981) worked that
>way and I remember (although the system is very time consuming) it was
>superior to all other systems I tried.
>

I'm not underestimating it.  I was simply saying that this approach can
be applied when the position is encountered and there is no 'best move'
in the hash table.  Rather than doing it when the hash entry is stored,
and we are not even sure that this hash entry will ever be used again or
that it won't be overwritten before it is needed.




>I later removed the system because hash tables + bestmove was more powerful
>at least for Rebel. But I wouldn't exclude the possibility such a system
>can have a positive effect on the speed of the search.
>
>Actually I didn't remove the system but I replaced it with a faster one
>that is:
>
>- generate all legal moves;
>- for all moves do a (very) quick evaluation;
>- sort all moves based on the quick evaluation.
>
>This (move ordering) system (for Rebel) is still superior.
>
>Ed


Do you use killers, history, etc?



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.