X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.cpp;h=9d3734b89365c670415c0a9f8070526ea1e4bc90;hb=8a61b030a6cbfa70b7a473e31ae2662f1b8f39b9;hp=7369ebababc27a494025d24ddf49a32160985ea8;hpb=c7e31d5aa8e7b51f6580dc0c2a51e2aee15eb817;p=stockfish diff --git a/src/search.cpp b/src/search.cpp index 7369ebab..9d3734b8 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1097,7 +1097,7 @@ split_point_start: // At split points actual search starts from here // Increase history value of the cut-off move Value bonus = Value(int(depth) * int(depth)); Hist.update(pos.piece_moved(bestMove), to_sq(bestMove), bonus); - //Refutation.update(prevP, prevSq, bestMove); + Refutation.update(prevP, prevSq, bestMove); // Decrease history of all the other played non-capture moves for (int i = 0; i < playedMoveCount - 1; i++)