From 36028e53c57bf72d5d5c35f6e059a5b24edc57ae Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 2 Sep 2022 07:48:40 -0600 Subject: [PATCH] Update a couple of numbers. --- MCMC-Laplace/mcmc-laplace.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MCMC-Laplace/mcmc-laplace.cc b/MCMC-Laplace/mcmc-laplace.cc index 2fa932d..1c5a752 100644 --- a/MCMC-Laplace/mcmc-laplace.cc +++ b/MCMC-Laplace/mcmc-laplace.cc @@ -856,8 +856,8 @@ int main() for (auto &el : starting_coefficients) el = 1.; sampler.sample(starting_coefficients, - (testing ? 250 * 40 /* takes 40 seconds */ + (testing ? 250 * 40 /* takes 10 seconds */ : - 100000000 /* takes 6 days */ + 100000000 /* takes 1.5 days */ )); } -- 2.39.5