Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Another question

Author: Andreas Herrmann

Date: 04:13:22 02/13/01

Go up one level in this thread


On February 13, 2001 at 06:52:05, Andreas Herrmann wrote:

>Have i to store the depth information to the hash table with or without the
>extension??
>
>Andreas

Which depth i have to use if i make a nullmove (with or without extension):

(it's Pascal/Delphi-Code)


 if (depth > 0) and UseNullmove and NullAllowed then
 begin
   ....
   if (minPiecesPerSide>0) and (TryNullmove(depth)) then
   begin
     R:= ....
     ....
     Nullscore := -AlphaBeta(-beta,-beta+1,depth-1-R,false);
     ....


thanks for any help
Andreas




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.