diff options
| -rw-r--r-- | log-fourier_integrator.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/log-fourier_integrator.cpp b/log-fourier_integrator.cpp index 44f3b86..f6e5f45 100644 --- a/log-fourier_integrator.cpp +++ b/log-fourier_integrator.cpp @@ -130,7 +130,7 @@ int main(int argc, char* argv[]) {          if (ΔC < ΔC₀) {            ΔC₀ = ΔC; -          γ = std::min(1.001 * γ, 1.0); +          γ = std::min(1.05 * γ, 1.0);          } else {            γ = std::max(0.5 * γ, 1e-3);          } | 
