1
0
Fork 0

Don't early stop if we have a mated score

No functional change.
sf_3_base
Hiraoka Takuya 2013-04-05 02:31:31 +09:00 committed by Marco Costalba
parent 36c82b751c
commit 6e2371a86b
1 changed files with 1 additions and 0 deletions

View File

@ -440,6 +440,7 @@ namespace {
if ( depth >= 12
&& !stop
&& PVSize == 1
&& bestValue > VALUE_MATED_IN_MAX_PLY
&& ( RootMoves.size() == 1
|| Time::now() - SearchTime > (TimeMgr.available_time() * 20) / 100))
{