Skip to content

Commit

Permalink
Bench: 30504786
Browse files Browse the repository at this point in the history
  • Loading branch information
TerjeKir committed Dec 7, 2024
1 parent dacab1d commit 995c4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/history.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ INLINE void UpdateContHistories(Stack *ss, Move move, int bonus) {
ContHistoryUpdate(1, move, bonus);
ContHistoryUpdate(2, move, bonus);
ContHistoryUpdate(4, move, bonus);
ContHistoryUpdate(6, move, bonus);
ContHistoryUpdate(6, move, bonus / 4);
}

// Updates history heuristics when a quiet move is the best move
Expand Down

0 comments on commit 995c4eb

Please sign in to comment.