]> git.sesse.net Git - stockfish/commit
Add moves from failed high nodes in PV
authorMarco Costalba <mcostalba@gmail.com>
Sat, 10 Jul 2010 10:55:56 +0000 (11:55 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 12 Jul 2010 20:06:40 +0000 (21:06 +0100)
commit3703d12eb9599cfdc02c617537a6d1b36f7309b5
tree8b3d52183f635c51c57ddf41e047b36ff7b3ac69
parenta47a7dadeb505bbd8336effe573a0ea18816021e
Add moves from failed high nodes in PV

Considering only VALUE_TYPE_EXACT nodes is too
restrictive and has a number of side-effects, most
notably the truncation of PV line after a fail high
at root.

Note that in this way we are no more guaranteed that
PV line is built up with PV nodes only, because
it could happen that a side search overwrites with a
cut-off move a PV node and this cut-off move ends up
in PV.

Change should be almost not measurable, perhaps with
ponder on we could have some beneficial effect.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/tt.cpp