Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: simple node definitions question

Author: Robert Hyatt

Date: 07:13:27 09/13/04

Go up one level in this thread


On September 13, 2004 at 00:46:30, Michael Henderson wrote:

>Hello, can anybody confirm these definitions I have for nodes?  I think they are
>right but I like to make sure :)
>
>(depth = 2) //pre frontier node
>(depth = 1) //frontier node
>(depth = 0) //leaf node
>(depth < 0) //qsearch node


Most use:

depth == 1 pre-frontier node
depth == 0 frontier node
leaf node is any node with _no_ successors searched.
depth <= 0 == qsearch



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.