diff -r df92e78cc3f4 -r 677a5fd1b014 src/lib.rs --- a/src/lib.rs Thu Jul 16 19:51:51 2026 +0300 +++ b/src/lib.rs Sun Jul 19 07:30:06 2026 +0200 @@ -238,6 +238,10 @@ /// Scaling heuristic factor pub scaling_heuristic: Option, + #[arg(long)] + /// Extra finite dimensional steps to take + pub extra_weight_optimisation_steps: Option, + #[arg(long, value_names = &["ε", "θ", "p"])] /// Set the tolerance to ε_k = ε/(1+θk)^p pub tolerance: Option>,