Skip to content

Commit b4b61ee

Browse files
committed
chore: more aggressive LMP
bench: 1364388
1 parent adc9113 commit b4b61ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/src/tuneable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ pub(crate) const LMR_OFFSET: f64 = 0.2;
3030
pub(crate) const LMR_SCALING_FACTOR: f64 = 2.0;
3131

3232
// Minimum threshold depth for LMP to be considered
33-
pub(crate) const LMP_MIN_THRESHOLD_DEPTH: ScoreType = 10;
33+
pub(crate) const LMP_MIN_THRESHOLD_DEPTH: ScoreType = 8;

0 commit comments

Comments
 (0)