From f76714300e08e72de2d3e14d5c3ced2874a94505 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Thu, 3 Apr 2025 18:41:00 -0300 Subject: Increase the rate of γ increase 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 d83fb9d..635fc68 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.1 * γ, 1.0); + γ = std::min(1.5 * γ, 1.0); } else { γ /= 2; } -- cgit v1.2.3-70-g09d2