Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: simple node definitions question

Author: Michael Henderson

Date: 07:38:21 09/13/04

Go up one level in this thread


That was great info everybody--thanks!

So now I have these definitions:
I added in some more

(depth = 3) pre pre frontier node
(depth = 2) pre frontier node
(depth = 1) frontier node
(depth = 0) horizon node?
(depth <= 0) qsearch node -- I don't increase my qsearch node counter when depth
== 0, though.
position with no successors searched = leaf node
non-leaf node = interior node

more:
uppermost node = root node
PV node; (val > alpha) && (val < beta)
beta node: val >= beta
alpha node: val <= alpha



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.