Tue, 25 Aug 2020 13:53:17 +0300
Fix denoise test script default parametrisation to be for FISTA instead of PDPS.
--- a/test/denoise.jl Mon Apr 20 18:29:56 2020 -0500 +++ b/test/denoise.jl Tue Aug 25 13:53:17 2020 +0300 @@ -21,8 +21,11 @@ const default_params = ( α = 1, - τ₀ = 5, - σ₀ = 0.99/5, + # PDPS + # τ₀ = 5, + # σ₀ = 0.99/5, + # FISTA + τ₀ = 0.9, ρ = 0, accel = true, noise_level = 0.5,