Computer Chess Club Archives


Search

Terms

Messages

Subject: Lazy eval and quiescent()

Author: Jeff GAZET

Date: 05:34:26 09/07/04


Good morning,

i found the following code on this post :
http://chessprogramming.org/cccsearch/ccc.php?art_id=362206

quiescent()
 {
 if(lazy score + margin < alpha ||
 lazy score - margin > beta)
 score = lazy score modified by margin
 else
 score = eval()
...
}

I understand a little, so could someone explain to me those lines ? is it safe ?
what is the value of "lazy score modified by margin" ?

Regards.



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.