When you do the node count, what exactly should you count? The number of nodes generated, including those not searched/stored in the transposition table? The number of nodes that are searched/stored in the transposition table? What is the common practice?
Chess Programming: Node Count
Typically you count the number of calls to the recursive search function(s).
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement