]> git.sesse.net Git - stockfish/commitdiff
Simplify "easy move" detection
authorMarco Costalba <mcostalba@gmail.com>
Mon, 4 Mar 2013 08:27:00 +0000 (09:27 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 4 Mar 2013 08:27:00 +0000 (09:27 +0100)
Detect a move as easy only if it is the only one ;-)
or if is much better than remaining ones after we
have spent 20% of search time.

Tests are ongoing, but it seems this semplification
stands. Anyhow it is experimental for now and could
be reverted/improved with further work Gary is
testing right now.

No functional change.


No differences found