Skip to content

Commit

Permalink
better default chain length
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jul 14, 2023
1 parent d69c9cb commit 1574308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1574308

Please sign in to comment.