Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Interesting mate test for hashing

Author: Robert Hyatt

Date: 13:31:27 09/10/99

Go up one level in this thread


On September 10, 1999 at 15:51:44, Ed Schröder wrote:

>
>I do the bestmove calculation BEFORE I do the A/B check.
>
>Thus...
>
>1) For each new ply in the search: bound=-INF; bestmove=0;
>2) For each move on that ply: if (score > bound) { bound=score; bestmove=move; }
>3) try A/B
>
>>What do I not understand about your idea?
>
>I don't know, hope it is clear now.
>
>>IE you aren't using PVS/negascout/aspiration search???
>
>Aspiration search.
>
>Ed

Please check the article with "here is real data".  I tried the above on several
positions and it behaved as I expected...  Have you confirmed that this is
actually faster (or slower) for you than not trying to find a best move on
fail-low positions?  IE for me it was quite a bit slower, sometimes 20%...



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.