Skip to content

Commit

Permalink
bench 869280
Browse files Browse the repository at this point in the history
  • Loading branch information
Vizvezdenec committed Nov 20, 2024
1 parent 82b092c commit 417c7c9
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
Expand Up @@ -1184,7 +1184,7 @@ Value Search::Worker::search(
if (capture)
ss->statScore =
thisThread->captureHistory[movedPiece][move.to_sq()][type_of(pos.captured_piece())]
- 13000;
- 5454;
else
ss->statScore = 2 * thisThread->mainHistory[us][move.from_to()]
+ (*contHist[0])[movedPiece][move.to_sq()]
Expand Down

0 comments on commit 417c7c9

Please sign in to comment.