for each sucessor node that is found in hash tables{
if ( hash.depth >= depth-1 && -hash.score >= beta && hash.type != hfFailHigh )
return -hash.score;
}
enhanced transposition cutoff question
I just want someone to verify that my enhanced transposition cut off psuedocode is logically correct.
[Edited by - zaidgs on September 26, 2004 9:23:44 AM]
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement