You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Helpdesk, R-inla discussion group
Thanks for the feedback!
Any way without R?
In future it maybe great to see some traceplot etc.
Finn Lindgren
unread,
Dec 13, 2024, 8:34:24 AM12/13/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Alokesh Manna, Helpdesk, R-inla discussion group
While seeing the optimiser trace might be useful for internal debugging, I don’t think it would be of general use (optimisers don’t necessarily take an humanly logical path towards the optimum) and the amount of data storage would be huge, as would the added time of actually writing all those values to disk; storing hundreds of copies of the model would be really bad. That said, nonlinear inlabru models do store the trace (usually the number of iterations is small, so the memory requirement is less than it would be to store the full inla optimisation) of its iterated inla method for nonlinear predictor models; bru_convergence_plot() displays a summary (in light of my comments above I’ll likely at least make it an option to only store the convergence summaries).
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Helpdesk, Finn Lindgren, R-inla discussion group
Very helpful!
Finn Lindgren
unread,
Dec 13, 2024, 9:04:53 AM12/13/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Helpdesk, Alokesh Manna, R-inla discussion group
Just in case someone thinks my comment doesn't match Haavard's, I was
thinking of the full latent variable trace, not just the theta; but
good to know that the theta trace is there!
Finn