# HG changeset patch # User Tuomo Valkonen # Date 1784220711 -10800 # Node ID df92e78cc3f4bbe6832f192670e51523d01d25b4 # Parent 9c6432200aba0256d5551e474560baddcf6ffed1 README typofix diff -r 9c6432200aba -r df92e78cc3f4 README.md --- 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`.