Does PyMC have examples for implementing Two-Stage Delayed Acceptance MCMC Algorithm?

Where can I find a tutorial that implements the Two-stage delayed acceptance MCMC algorithm as introduced in this paper?

https://www.tandfonline.com/doi/abs/10.1198/106186005X76983

There is a newer paper describing the PyMC3 implementation which however is not part of the
newer PyMC versions.

See MLDA sampler.

2 Likes

The current version of that notebook is here.

1 Like