I want to have a fair comparison between different mcmc methods, particularly, I want to compare the sampling performance of my method with NUTS. However, I think the sampling function in pymc3 has lots of settings/tuning which improve the performance of the sampling algorithms beyond the original methods.
So, I was wondering if anyone could tell me how to disable those tunings. In short, I just want to have a simple NUTS algorithm (by NUTS, I mean Algorithm 6: Efficient No-U-Turn Sampler with Dual Averaging)
Thanks