Author: Benny Antonsson
Date: 05:20:25 02/25/02
Hi !
I have a question about how to count the nodes when using alphaBeta and
quiscense searching. Here is what we do (pseudo code):
function alphaBeta()
{
nodeCount++;
value = quisce();
}
function quisce()
{
nodeCount++;
}
Wouldn't this result in counting the first quisce-node twice ??
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.