-
Hi everybody! I am trying to fix the output of my model, since I get a different result each time I run it and set.seed does not seem to work. This is an example of what I get:
Any help you can give me will be welcome! Jesi |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks! This may be possible, so I'll look into it. In the meantime, your main issue is the low effective sample rate. Inspect via |
Beta Was this translation helpful? Give feedback.
Thanks! This may be possible, so I'll look into it.
In the meantime, your main issue is the low effective sample rate. Inspect via
plot_pars(fit)
whether this is a convergence issue (increaseadapt
to e.g. 5000) or a low-identifiability issue (setiter
to e.g. 15000). There's a good chance that this will make the results replicable at least to one digit precision.