Skip to content

Commit

Permalink
Tweak values
Browse files Browse the repository at this point in the history
bench 7243899
  • Loading branch information
sroelants committed Jul 30, 2024
1 parent 64289d7 commit 6baedde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simbelmyne/src/search/params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ pub mod tunable_params {
////////////////////////////////////////////////////////////////////////////////

#[uci(min = 0, max = 400, step = 10)]
const RAZORING_MARGIN: i32 = 200;
const RAZORING_MARGIN: i32 = 100;

#[uci(min = 1, max = 10, step = 1)]
const RAZORING_THRESHOLD: usize = 1;
Expand Down

0 comments on commit 6baedde

Please sign in to comment.