An upper/lower lower/upper kind of question

Discussion of chess software programming and technical issues.

Moderator: Ras

User avatar
hgm
Posts: 28359
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: An upper/lower lower/upper kind of question

Post by hgm »

FMonkman wrote:Thanks, interesting and useful. But the entries still have to be initialized, since otherwise one might be used with a spurious value, no?
True, when a hash entry is created after a miss it should be informationless, i.e. have bounds initialized to -INF and +INF. The same holds for a hit with unsufficient depth; stepping up the depth should reset the bounds.