diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-19 18:50:51 -0300 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-19 18:50:51 -0300 |
commit | 15742b985e385eee2991bc2e25b8d6e2bdd26467 (patch) | |
tree | 3417046333902f608b72bc2663b1cddc29d48566 /log-fourier_integrator.cpp | |
parent | d1ca24657db9fe548454306526786055adddf5bf (diff) | |
download | code-15742b985e385eee2991bc2e25b8d6e2bdd26467.tar.gz code-15742b985e385eee2991bc2e25b8d6e2bdd26467.tar.bz2 code-15742b985e385eee2991bc2e25b8d6e2bdd26467.zip |
Smaller increase to μ after failure
Diffstat (limited to 'log-fourier_integrator.cpp')
-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 4c22ba2..b15808b 100644 --- a/log-fourier_integrator.cpp +++ b/log-fourier_integrator.cpp @@ -167,7 +167,7 @@ int main(int argc, char* argv[]) { Rₜ = Rₜ₋₁; Ĉₜ = Ĉₜ₋₁; Ȓₜ = Ȓₜ₋₁; - μ *= 2; + μ *= 1.1; fac /= 2; μ₁ = 0; μ₂ = 0; |