* pymc3 supports dense mass matrix adaptation thanks to @dfm's [pull request](https://github.com/pymc-devs/pymc3/pull/3596). * `exoplanet` has a handy `exoplanet.get_dense_nuts_step` function that you can use to get this functionality with minimal intervention. * for background read on [here](https://docs.exoplanet.codes/en/stable/tutorials/pymc3-extras/#dense-mass-matrices) and [primarily here](https://dfm.io/posts/pymc3-mass-matrix/) * potentially we can also initialize the chains with the `init="adapt_full"` or `"jitter+adapt_full"` methods which should be related?
exoplanethas a handyexoplanet.get_dense_nuts_stepfunction that you can use to get this functionality with minimal intervention.init="adapt_full"or"jitter+adapt_full"methods which should be related?