Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: how to calculate nps?

Author: Michel Langeveld

Date: 09:01:46 07/19/04

Go up one level in this thread


On July 19, 2004 at 06:30:42, Peter Alloysius wrote:

>what's the ordinary way to calculate nps?
>is it count:
>a) how many calls to search() recursively? or
>b) how many calls to eval() with lazy or
>c) how many calls to eval() without lazy
>d) something else
>
>thx.

I count all the nodes visited. That means in the beginning of search() and
qsearch() I count the node. I also make sure that I don't count a
qsearch-position that was already counted in search()



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.