I'd like to be able to iteratively add more draws to a brmsfit model until a certain ESS or Rhat is reached. This had been previously requested but closed as not possible until it was implemented in Stan. https://groups.google.com/g/brms-users/c/rAuBi-8-9Ws
Since that thread, it appears that it's now possible to make more posterior draws without starting over via CmdStan (see here and here).
I'm wondering whether it might now be possible to implement a helper for this in update.brmsfit?
I'd like to be able to iteratively add more draws to a brmsfit model until a certain ESS or Rhat is reached. This had been previously requested but closed as not possible until it was implemented in Stan. https://groups.google.com/g/brms-users/c/rAuBi-8-9Ws
Since that thread, it appears that it's now possible to make more posterior draws without starting over via CmdStan (see here and here).
I'm wondering whether it might now be possible to implement a helper for this in
update.brmsfit
?