We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c53f9f commit 4e5b788Copy full SHA for 4e5b788
engine/src/tuneable.rs
@@ -4,7 +4,7 @@
4
* Created Date: Wednesday, December 11th 2024
5
* Author: Paul Tsouchlos (DeveloperPaul123) ([email protected])
6
* -----
7
- * Last Modified: Wed Apr 23 2025
+ * Last Modified: Fri Apr 25 2025
8
9
* Copyright (c) 2024 Paul Tsouchlos (DeveloperPaul123)
10
* GNU General Public License v3.0 or later
@@ -27,4 +27,4 @@ pub(crate) const NMP_MIN_DEPTH: ScoreType = 3;
27
pub(crate) const NMP_DEPTH_REDUCTION: ScoreType = 2;
28
29
pub(crate) const LMR_OFFSET: f64 = 0.2;
30
-pub(crate) const LMR_SCALING_FACTOR: f64 = 3.0;
+pub(crate) const LMR_SCALING_FACTOR: f64 = 2.0;
0 commit comments