nested - Nested sampling with bumps models¶
Run a bumps model using a nested sampler.
Currently only ultranest is supported, though it uses some functions from dynesty.
Usage:
pip install ultranest dynesty python -m bumps.nested –pars=model.par –export=results/path model.py
where model.par is the path to a par file exported from a bumps fit, and model.py is the script describing the model.