]> git.sesse.net Git - stockfish/commit
Introduce MovePicker::isBadCapture() and use in probcut
authorMarco Costalba <mcostalba@gmail.com>
Sat, 21 May 2011 09:40:36 +0000 (10:40 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 21 May 2011 09:40:36 +0000 (10:40 +0100)
commit3ef4fdeaa01f4d41fc723d54c0a17cea712cf035
tree666bc56531fc461b799480f8572d872ecdf699df
parent13d8af18527c325177393e1c918704e2962e77b3
Introduce MovePicker::isBadCapture() and use in probcut

Small functional change due to the fact that now we skip
probcut on evasions.

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