diff options
| author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-19 17:54:26 -0300 | 
|---|---|---|
| committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-19 17:54:26 -0300 | 
| commit | 0e6ed4e2dc16d341c7107adfe7b6f3a619772704 (patch) | |
| tree | b1eeb16ee450719a385264118f1d182afa826915 | |
| parent | f76582f36f6bfa278a30daf97f124e801e9fca66 (diff) | |
| download | code-0e6ed4e2dc16d341c7107adfe7b6f3a619772704.tar.gz code-0e6ed4e2dc16d341c7107adfe7b6f3a619772704.tar.bz2 code-0e6ed4e2dc16d341c7107adfe7b6f3a619772704.zip | |
Grow μ before trying agian.
| -rw-r--r-- | log-fourier_integrator.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/log-fourier_integrator.cpp b/log-fourier_integrator.cpp index f53d037..c9ff482 100644 --- a/log-fourier_integrator.cpp +++ b/log-fourier_integrator.cpp @@ -207,6 +207,7 @@ int main(int argc, char* argv[]) {      std::cerr << β << " " << μ << " " << Ĉₜ[0].real() << " " << E << " " << γ << std::endl;      β += Δβ; +    μ *= 2;      Cₜ₋₁ = Cₜ;      Rₜ₋₁ = Rₜ;      Ĉₜ₋₁ = Ĉₜ; | 
