Skip to content

Commit 4e5b788

Browse files
chore: reduce LMR scaling factor
This increases the amount of pruning bench: 2517656
1 parent 6c53f9f commit 4e5b788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

engine/src/tuneable.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Created Date: Wednesday, December 11th 2024
55
* Author: Paul Tsouchlos (DeveloperPaul123) ([email protected])
66
* -----
7-
* Last Modified: Wed Apr 23 2025
7+
* Last Modified: Fri Apr 25 2025
88
* -----
99
* Copyright (c) 2024 Paul Tsouchlos (DeveloperPaul123)
1010
* GNU General Public License v3.0 or later
@@ -27,4 +27,4 @@ pub(crate) const NMP_MIN_DEPTH: ScoreType = 3;
2727
pub(crate) const NMP_DEPTH_REDUCTION: ScoreType = 2;
2828

2929
pub(crate) const LMR_OFFSET: f64 = 0.2;
30-
pub(crate) const LMR_SCALING_FACTOR: f64 = 3.0;
30+
pub(crate) const LMR_SCALING_FACTOR: f64 = 2.0;

0 commit comments

Comments
 (0)