Advertisement

enhanced transposition cutoff question

Started by September 25, 2004 04:18 AM
-1 comments, last by zaidgs 20 years, 2 months ago
I just want someone to verify that my enhanced transposition cut off psuedocode is logically correct.
for each sucessor node that is found in hash tables{
  if ( hash.depth >= depth-1 && -hash.score >= beta && hash.type != hfFailHigh )
    return -hash.score;
}


[Edited by - zaidgs on September 26, 2004 9:23:44 AM]

This topic is closed to new replies.

Advertisement