]> git.sesse.net Git - stockfish/commitdiff
Stop search if only 1 legal move
authorjhellis3 <jhellis3@gmail.com>
Sun, 3 Mar 2013 21:13:05 +0000 (15:13 -0600)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 4 Mar 2013 07:30:55 +0000 (08:30 +0100)
There is no point searching a move that is forced.
It wastes time while allowing computer opponents to
fill hash with 100% accuracy.

[edit: Condition moved together with "easy move" ones]

Bench identical: 4922272


No differences found