]> git.sesse.net Git - stockfish/commit
Early stop: retire redundant Rml.size() == 1 case
authorMarco Costalba <mcostalba@gmail.com>
Sat, 19 Nov 2011 10:19:12 +0000 (11:19 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 19 Nov 2011 10:19:12 +0000 (11:19 +0100)
commitc56a7ee803bcb3c2c6072ee4ea196eb4eb9bdf00
treeba3dddf08c08e0858adb8fdcae2a8a65872493d6
parent35fa4fc71f7cf7b8f7ffc8a8c22f60048be99f86
Early stop: retire redundant Rml.size() == 1 case

In case there is only 1 legal move we will stop the
search at depth 10 anyway because the exclusion search
probe will fail low.

No functional change.

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