diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-19 17:48:34 -0300 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-19 17:48:34 -0300 |
commit | f76582f36f6bfa278a30daf97f124e801e9fca66 (patch) | |
tree | 559f4bafbdde2f2d8f50c0fbb338b2ebceb61332 | |
parent | 7f9769964d1adeb47098f96a2a24ebc9d95ae258 (diff) | |
download | code-f76582f36f6bfa278a30daf97f124e801e9fca66.tar.gz code-f76582f36f6bfa278a30daf97f124e801e9fca66.tar.bz2 code-f76582f36f6bfa278a30daf97f124e801e9fca66.zip |
Disable γ for now
-rw-r--r-- | log-fourier_integrator.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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"; |