]> git.sesse.net Git - stockfish/commit
Sort again root moves after a fail low
authorMarco Costalba <mcostalba@gmail.com>
Sat, 6 Mar 2010 10:43:31 +0000 (11:43 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 6 Mar 2010 10:43:31 +0000 (11:43 +0100)
commit8d1d9f71818c509ea4261ae2f43bf7fd948624fb
treebcbbce016f27bb05fa072ef00648091c6f7ee0ad
parenta303bde26c166abf6a14846f841694fa81d8d0a3
Sort again root moves after a fail low

Currently we use original sorting after a fail low to
research at wider window. This patch instead sorts the
moves according to the last available move's scores.

Strangely no functional change, but should be.

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