Skip to content

Commit

Permalink
synth: increase window size more agressively
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Jan 9, 2024
1 parent 7710f42 commit ee85e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synth/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ struct Args {
init: Init,
#[arg(
long,
default_value_t = 2u64,
default_value_t = 8u64,
help = "step size for past-k in incremental solver"
)]
pask_k_step_size: u64,
Expand Down

0 comments on commit ee85e17

Please sign in to comment.