add ultranest and snowline samplers #315
add ultranest and snowline samplers #315JohannesBuchner wants to merge 5 commits intobrinckmann:3.5from
Conversation
|
Dear Johannes, I'd love to have these added to MontePython! As a frequent user of MultiNest I'm particularly interested in getting UltraNest added. Do you need any help from our side? Best, |
|
Great! Yes, if you could handle how to deal with the UltraNest output? I did not touch "from_NS_output_to_chains" The PR works for me to run the sampling to completion.
Snowline works the same way, you get results['samples'], results['logz'], results['logzerr']. Documentation of output files: https://johannesbuchner.github.io/UltraNest/performance.html#output-files Doc of the returned results keys: Number of nested sampling iterations (niter), Evidence estimate (logz), Effective Sample Size (ess), H (information gain), weighted samples (weighted_samples), equally weighted samples (samples), best-fit point information (maximum_likelihood), posterior summaries (posterior). |
|
Hi, I just updated this to be compatible with the master branch. This is ready to be merged. |
This is a work-in-progress to add two more samplers:
The commits provide some basic documentation, and allows sampling.
Reading the output posteriors and evidence still needs work.
Please let me know if you are interested in merging this in principle.