From f76582f36f6bfa278a30daf97f124e801e9fca66 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Sat, 19 Apr 2025 17:48:34 -0300 Subject: Disable γ for now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- log-fourier_integrator.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/log-fourier_integrator.cpp b/log-fourier_integrator.cpp index 6a4b71a..f53d037 100644 --- a/log-fourier_integrator.cpp +++ b/log-fourier_integrator.cpp @@ -135,6 +135,7 @@ int main(int argc, char* argv[]) { Ȓₜ[i] += γ * (Ȓₜ₊₁[i] - Ȓₜ[i]); } + /* if (ΔC < ΔC₀) { ΔC₀ = ΔC; it = 0; @@ -148,6 +149,7 @@ int main(int argc, char* argv[]) { it = 0; ΔC₀ = ΔC; } + */ std::cerr << β << " " << μ << " " << ΔC << " " << γ << " " << Cₜ[0]; std::cerr << "\r"; -- cgit v1.2.3-70-g09d2