]> git.sesse.net Git - stockfish/commit
Do not special case reductions for MultiPV case
authorMarco Costalba <mcostalba@gmail.com>
Thu, 17 Feb 2011 08:08:27 +0000 (09:08 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Thu, 17 Feb 2011 08:08:27 +0000 (09:08 +0100)
commit5815718177817de90f98513b776bc04376440f0a
treea6b066e8d4670e54a5a20fc6be6f79dec8b7dd45
parent6a19f5832a0b0f94c6677c4ec6aafc9e1f511baa
Do not special case reductions for MultiPV case

Note that this introduces an asymmetry in which best move
is searched deeper then others also in MultiPV, but this is
not an error per se.

No functional change when MultiPV = 1

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