Author: Robert Hyatt
Date: 06:48:03 08/13/00
Go up one level in this thread
On August 13, 2000 at 09:43:41, Bert van den Akker wrote: >In my program I define nodes per second as follows: > >Number of calls of the evalation function per second. > >The evaluation function is called in each Qsearch node and >in the nodes which call the Qsearch. > > >Can some people give me the method how they calculate the number of nodes per >seconds in there program. > >Thanks in advance. > >BvdA This isn't the way most count them. Put your counter at the top of Search() and Quiesce(). Increment it once each time one of those is called. This counts interior nodes as well as q-search nodes.
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.