]> git.sesse.net Git - stockfish/commit
Remove 'update gains' hack
authorMarco Costalba <mcostalba@gmail.com>
Fri, 6 Jun 2014 09:10:40 +0000 (11:10 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Fri, 6 Jun 2014 09:10:40 +0000 (11:10 +0200)
commitd10ae90dea62794de96a6bd756e3b73a51bb8909
tree0212d9ac49508c7a15310000d98285bc698152dc
parent2f756394857332da79d92972088fccefa7260406
Remove 'update gains' hack

Use (move != MOVE_NONE) condition to
filtering out updating gains at root.

bench: 8454456
src/search.cpp