README typofix

Thu, 16 Jul 2026 19:51:51 +0300

author
Tuomo Valkonen <tuomov@iki.fi>
date
Thu, 16 Jul 2026 19:51:51 +0300
changeset 74
df92e78cc3f4
parent 73
9c6432200aba
child 75
677a5fd1b014

README typofix

README.md file | annotate | diff | comparison | revisions
--- a/README.md	Thu Jul 16 10:13:22 2026 +0300
+++ b/README.md	Thu Jul 16 19:51:51 2026 +0300
@@ -2,8 +2,7 @@
 # Proximal methods for point source localisation: the implementation
 
 This package contains the [Rust] codes for the numerical experiments in the articles
-* T. Valkonen, “_Proximal methods for
-point source localisation_”, Journal of Nonsmooth Analysis and Optimization  4 (2023), 10433, [doi:10.46298/jnsao-2023-10433] ([arXiv:2212.02991])
+* T. Valkonen, “_Proximal methods for point source localisation_”, Journal of Nonsmooth Analysis and Optimization  4 (2023), 10433, [doi:10.46298/jnsao-2023-10433] ([arXiv:2212.02991])
 * T. Valkonen, “_Point source localisation with unbalanced optimal transport_” (2025), submitted, [arXiv:2502.12417]
 
 It concerns solution of problems of the type
@@ -69,7 +68,7 @@
 
 Alternatively, you may build and run the program without installing with
 
-    cargo run --release -- -o results --maxiter 4000 1d_fast 2d_fast 1d_tv_fast 2d_tv_fast
+    cargo run --release -- -o results --max-iter 4000 1d_fast 2d_fast 1d_tv_fast 2d_tv_fast
 
 The double-dash separates the options for the Cargo build system
 and `pointsource_experiments`.

mercurial