Computer Chess Club Archives


Search

Terms

Messages

Subject: Simple qsearch question

Author: JW de Kort

Date: 03:03:26 03/24/99


Hi Chess friends,

I have a simple question concerning the quiescence search. Standar alpha-beta
usualy starts with something like

   if (depthh == 0)
      return evaluate (position)

most qsearches i have seen do not have thsi kind of ply depth termination. Now
 i wonder how can a q search ever terminate? I have seen a question like this
before, but could some one please explain? What i'am afraid off is that my
qsearch will go on and on evaluating a line of play in wich white takes all the
pieces at the kingside, while black does the same on the queen side.

Thanks in advance.

Jan Willem



This page took 0.01 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.