mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Bugfix: reduction was not set to zero in full depth search
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
committed by
Marco Costalba
parent
548bae80bd
commit
3c7eebb48d
@@ -1000,6 +1000,7 @@ namespace {
|
||||
|
||||
if (doFullDepthSearch)
|
||||
{
|
||||
ss[0].reduction = Depth(0);
|
||||
value = -search(pos, ss, -alpha, newDepth, 1, true, 0);
|
||||
|
||||
if (value > alpha)
|
||||
|
||||
Reference in New Issue
Block a user