Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bench: 1110556
Browse files Browse the repository at this point in the history
bench: 1110556
FauziAkram authored Nov 5, 2023
1 parent 7f97ba7 commit a8cae8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search.cpp
Original file line number Diff line number Diff line change
@@ -1142,7 +1142,7 @@ Value search(Position& pos, Stack* ss, Value alpha, Value beta, Depth depth, boo

// Decrease reduction for first generated move (ttMove)
else if (move == ttMove)
r--;
r = 0;

ss->statScore = 2 * thisThread->mainHistory[us][from_to(move)]
+ (*contHist[0])[movedPiece][to_sq(move)]

0 comments on commit a8cae8a

Please sign in to comment.