Skip to content

Commit 474d678

Browse files
committed
chore: mark params not tunable for now
bench: 1183696
1 parent a10d1fe commit 474d678

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

engine/src/tuneable.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ tunable_params!(
102102
nmp_min_depth = 3, 1, 8, 1, false;
103103
nmp_depth_reduction = 2, 0, 6, 1, false;
104104
nmp_improving_bonus = 1, 0, 4, 1, false;
105-
nmp_depth_divisor = 4, 2, 8, 1, true;
106-
nmp_eval_margin_div = 200, 50, 400, 25, true;
107-
nmp_eval_margin_max = 3, 1, 6, 1, true;
105+
nmp_depth_divisor = 4, 2, 8, 1, false;
106+
nmp_eval_margin_div = 200, 50, 400, 25, false;
107+
nmp_eval_margin_max = 3, 1, 6, 1, false;
108108
);
109109

110110
pub(crate) const MIN_ASPIRATION_DEPTH: ScoreType = 1;

0 commit comments

Comments
 (0)