src/lib.rs

changeset 75
677a5fd1b014
parent 73
9c6432200aba
child 76
b921ed0ab99b
child 78
2a122736e91c
--- 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<F>,
 
+    #[arg(long)]
+    /// Extra finite dimensional steps to take
+    pub extra_weight_optimisation_steps: Option<usize>,
+
     #[arg(long, value_names = &["ε", "θ", "p"])]
     /// Set the tolerance to ε_k = ε/(1+θk)^p
     pub tolerance: Option<Vec<F>>,

mercurial