Skip to content

Commit

Permalink
Reduce null move pruning margin to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseyde committed May 11, 2024
1 parent 792879a commit 270e7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/engine_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lmpDepth":2,
"lmpMultiplier":10,
"iirDepth":4,
"nmpMargin":50,
"nmpMargin":0,
"dpMargin":140,
"fpMargin":[
0,
Expand Down

0 comments on commit 270e7bb

Please # to comment.