Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: What is the q-search?

Author: Bruce Moreland

Date: 21:49:53 01/07/00

Go up one level in this thread


On January 08, 2000 at 00:12:26, Antonio Dieguez wrote:

>On January 07, 2000 at 20:28:26, leonid wrote:
>
>>Hello!
>
>hello!
>
>>What is the q-search?
>>
>>I found this experession few times but not sure what it signify.
>
>q-search is the extensions.
>
>>Thanks!
>
>you welcome!
>
>>Leonid.
>
>Antonio.

qsearch is quiescent search.  It is a search that tries to drain the shallow
tactics out of the search, so that the resulting "quiet" positions can be
evaluted safely using an evaluation function that doesn't take into account
shallow tactical threats.  It is what you use after you run out of search depth.
 "Extension" are usually used to keep a program from running out of search
depth.

bruce



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.