From 995c4eb79a23fd5b6983fe7f698f6b45076d5ca8 Mon Sep 17 00:00:00 2001 From: Terje Date: Sat, 7 Dec 2024 21:58:51 +0100 Subject: [PATCH] Bench: 30504786 --- src/history.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/history.h b/src/history.h index a98920df..c51d4c15 100644 --- a/src/history.h +++ b/src/history.h @@ -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