Skip to content

Commit

Permalink
refactor: max history bonus is 2^13-1
Browse files Browse the repository at this point in the history
bench: 8612666
  • Loading branch information
dannyhammer committed Jan 7, 2025
1 parent 4b3ba0e commit 26199b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tune.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub(crate) use min_aspiration_window_depth;
/// Maximum bonus to apply to a move via History Heuristic.
macro_rules! max_history_bonus {
() => {
16_384
8_192
};
}
pub(crate) use max_history_bonus;
Expand Down

0 comments on commit 26199b0

Please sign in to comment.