This is a temporary, read-only recovery of the chessprogrammingwiki while a longer-term plan is worked out. Editing is not possible right now, but will be again soon.
Chess Programming Wiki All pages Other namespaces

Quiescent Node

Home * Search * Node * Quiescent Node

Quiescent Nodes are nodes at depth zero or below, where a Quiescence Search is performed 1 2. The most top subset of quiescent nodes at depth zero are also called horizon nodes. If the quiescent node is an expected Cut-Node, that is the evaluated standing pat score is already greater or equal than beta, the quiescent node becomes a leaf with the lower bound score of beta (fail-hard) or the stand pat score (fail-soft). Otherwise, winning captures (or checks) may either cause a beta-cutoff or raise alpha with an exact score at PV-Nodes. At expected All-Nodes with evaluated score (far) below alpha, if no tactical move is available, or due to Delta Pruning good enough to raise alpha, those leaves return alpha (fail-hard) as an upper bound. This may also appear, if this quiescent node was not a leaf, since some captures were not pruned, but tried without raising alpha.

Contents
  1. See also
  2. Forum Posts
  3. External Links
  4. References

See also

Forum Posts

Watch on YouTube

References

Up one Level


  1. quiescent vs non-quiescent node counting by Robert Hyatt from rec.games.chess.computer, July 01, 1996↩︎

  2. Re: simple node definitions question by Robert Hyatt, CCC, September 13, 2004↩︎

Categories: Flora Purim

What links here

Contributors: GerdIsenberg.