src/lib.rs

changeset 73
9c6432200aba
parent 72
e9a460a0e638
child 75
677a5fd1b014
--- a/src/lib.rs	Sun Jul 19 07:34:39 2026 +0200
+++ b/src/lib.rs	Thu Jul 16 10:13:22 2026 +0300
@@ -234,6 +234,10 @@
     /// This has worse convergence guarantees that merging based on optimality conditions.
     pub fitness_merging: Option<bool>,
 
+    #[arg(long)]
+    /// Scaling heuristic factor
+    pub scaling_heuristic: Option<F>,
+
     #[arg(long, value_names = &["ε", "θ", "p"])]
     /// Set the tolerance to ε_k = ε/(1+θk)^p
     pub tolerance: Option<Vec<F>>,

mercurial