From a53775a6974d5e81f9c4536846ef5279c4d60385 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 14 May 2025 13:50:34 -0300 Subject: Decrease β less agressively MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- log-fourier_integrator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log-fourier_integrator.cpp b/log-fourier_integrator.cpp index 7967142..9724e38 100644 --- a/log-fourier_integrator.cpp +++ b/log-fourier_integrator.cpp @@ -224,7 +224,7 @@ int main(int argc, char* argv[]) { logFourierSave(Cₜ, Rₜ, Ĉₜ, Ȓₜ, p, s, λ, τ₀, β, log2n, Δτ, logShift); if (Ĉₜ[0].real() / Ĉₜ₋₁[0].real() > 1.25) { - Δβ *= 0.1; + Δβ = std::round(1e6 * Δβ / 2) / 1e6; } β = std::round(1e6 * (β + Δβ)) / 1e6; -- cgit v1.2.3-70-g09d2