From 97b41a2627116b8d08f97b77ea64c5488c0d0aaa Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Thu, 3 Apr 2025 19:20:30 -0300 Subject: Increase γ slower MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fourier_integrator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fourier_integrator.cpp b/fourier_integrator.cpp index 635fc68..d83fb9d 100644 --- a/fourier_integrator.cpp +++ b/fourier_integrator.cpp @@ -148,7 +148,7 @@ int main(int argc, char* argv[]) { if (it % maxIterations == 0) { if (ΔC < ΔCprev) { - γ = std::min(1.5 * γ, 1.0); + γ = std::min(1.1 * γ, 1.0); } else { γ /= 2; } -- cgit v1.2.3-70-g09d2