Joshuaalbert / jaxns

Probabilistic Programming and Nested sampling in JAX
https://jaxns.readthedocs.io/
Other
141 stars 9 forks source link

Add difficult_model mode #114

Closed Joshuaalbert closed 8 months ago

Joshuaalbert commented 8 months ago

Add a mode that chooses better defaults for more challenging models:

ns = DefaultNestedSampler(model=model, max_samples=1e5, difficult_model=True)