Make imbalance table more clear

No functional change.
This commit is contained in:
Arjun Temurnikar
2014-05-09 23:18:09 -07:00
committed by Marco Costalba
parent f89a8f0769
commit bfd8704a7d
2 changed files with 7 additions and 6 deletions

View File

@@ -885,7 +885,7 @@ moves_loop: // When in check and at SpNode search starts from here
value = -search<NonPV, false>(pos, ss+1, -(alpha+1), -alpha, d, true);
// Research at intermediate depth if reduction is very high
// Re-search at intermediate depth if reduction is very high
if (value > alpha && ss->reduction >= 4 * ONE_PLY)
{
Depth d2 = std::max(newDepth - 2 * ONE_PLY, ONE_PLY);