convergence problem when fitting complex model with multiple regression #395
Unanswered
XiaoyuZeng
asked this question in
Q&A
Replies: 1 comment
-
hi All, I happened to find that I can set target_accept argument in the hssm.sample, for now, I set the target_accept = 0.9. I found that hugely slowed down the whole sampling procedure. I was wondering can i reduce the number of draws and tune as I already restrict the target_accept? Do you have any advice to optimize the setting of target_accept + draws + tune? Best, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all.
Many thanks for developping such an incredible toolbox. I used to struggling with the between-subject within-subject interaction in HDDM, but now, HSSM makes it so much easier to examine such interactions!
yet, I had this convergence problem when I fitted a ddm with multiple regression that include complex interaction for all of the four ddm parameters. The trace plots was a mess and suggested that most of the parameters did not converge across 4 chains, and the effective samples and r hat were also far from ideal.
I am aware that I can simplify the model, incraese samples and burn-ins (I noticed hssm does not provide thin argument, correct me if I was wrong about this), and also even consider just fitting group-level parameters.
my question is, is there anything in hssm (like particular sampler?) can help to improve the convergence problem? and maybe also tips to speed up the fitting process (like gpu?)
model specification:
sampling setting:
example screenshot of trace plot
example convergence diagnosis
Best,
Xiaoyu
Beta Was this translation helpful? Give feedback.
All reactions