Author: Uri Blass
Date: 12:02:01 12/30/01
Go up one level in this thread
On December 30, 2001 at 14:46:34, Vincent Diepeveen wrote:
>On December 30, 2001 at 14:00:57, Vincent Diepeveen wrote:
>
>
>>>search()
>>>{
>>> if(depth<=0)
>>> qsearch()
>>> nodes++;
>>>.
>>>.
>>>}
>>>
>>>qsearch()
>>>{
>>> qnodes++;
>
>i do also here:
>
> nodes++;
I guess that it is what most of the people mean by nodes(I explained that nodes
include qnodes in my response).
I do nodes++ in my makemove function [makemove always makes a legal move
because my move generator generates directly legal moves(I use my attack tables
and my pin arrays to detect illegal moves when I generate the list of moves].
qnodes++ is done only before makemove that is done in the qsearch.
Uri
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.