From 497b322d3c36d171166e9d09925fc6ca73ec8245 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Sat, 19 Apr 2025 16:49:09 -0300 Subject: More tweaks --- log-fourier_integrator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'log-fourier_integrator.cpp') diff --git a/log-fourier_integrator.cpp b/log-fourier_integrator.cpp index 6ebd474..7736be8 100644 --- a/log-fourier_integrator.cpp +++ b/log-fourier_integrator.cpp @@ -86,11 +86,11 @@ int main(int argc, char* argv[]) { } Real β = 0; - μ -= 1e-2; while (β < βₘₐₓ) { β += Δβ; - Real μ₁ = μ; + Real μ₁ = μ * 0.99; Real μ₂ = 0; + μ *= 1.01; while (true) { Real ΔC = 100; Real ΔC₀ = 100; -- cgit v1.2.3-70-g09d2