mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 09:37:16 +08:00
Make imbalance table more clear
No functional change.
This commit is contained in:
committed by
Marco Costalba
parent
f89a8f0769
commit
bfd8704a7d
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user