Computer Chess Club Archives


Search

Terms

Messages

Subject: And a few additional questions.

Author: Severi Salminen

Date: 08:13:31 11/26/00

Go up one level in this thread


Hi!

I forgor to mention that I use the "stand pat" beta cutoffs in qsearch:

if(static_eval>=beta)
   return static_eval);

I'd like to know should I test any mate or stalemate situations before returning
(in those cases the score is totally wrong). Or do I allways make the assumption
that there is at least one legal non capture move available (which is not
obviously tested)?

And is there any idea to try nullmoves in qsearch? Has anyone tried that and
what was the result?

Severi



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