Open
Description
NestedSamplers is an independent sampler library at the moment and lacks an interface for models specified by the domain-specific language (DSL) in Turing. However, since NestedSampler supports the AbstractMCMC
interface, it should be a relatively lightweight task to add such an interface. A good starting point is the elliptical slice sampler (ESS) interface, which can be found at
- Interface: https://github.com/TuringLang/Turing.jl/blob/master/src/inference/ess.jl
- Elliptical slice sampler implementation: https://github.com/TuringLang/EllipticalSliceSampling.jl
Activity