Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Measuring NPS...

Author: José Carlos

Date: 00:22:57 11/18/02

Go up one level in this thread


On November 17, 2002 at 21:12:53, Joel wrote:

>Hey All,
>
>Thankyou to everyone who responded to my query regarding 'extracting bits from a
>bitboard'. I think I will use some preprocessor code and use the bsf/bsr method,
>otherwise falling back on my old method (I can play around with this part
>later).
>
>My next question that follows is how do you guys measure nodes per second. I can
>think of a quite a few ways of doing it myself, but I would prefer implementing
>it in a way which lets me very confidently compare my results with others.
>
>Thanks,
>Joel

  I generate pseudo-legal moves, but only make legal moves (my makemove()
function refuses illegal moves) so I increment the counter at the end of
makemove(), when I'm sure the move is legal.

  José C.



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.