From 157430883b17024fcc5ffb787ee363bdd420d574 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Fri, 14 Jul 2023 14:07:27 -0400 Subject: [PATCH] better default chain length --- src/operations.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/operations.jl b/src/operations.jl index 88463be..445773f 100644 --- a/src/operations.jl +++ b/src/operations.jl @@ -73,7 +73,7 @@ function solve(o::Calibrate; callback) statenames = [states(o.sys);getproperty.(observed(o.sys), :lhs)] p_posterior = EasyModelAnalysis.bayesian_datafit(prob, o.priors, o.data; nchains = 2, - niter = 10, + niter = 100, mcmcensemble = SimulationService.EasyModelAnalysis.Turing.MCMCSerial()) pvalues = last.(p_posterior)