Johannes Buchner
Johannes Buchner
The widget code is here: https://github.com/JohannesBuchner/UltraNest/blob/master/ultranest/viz.py#L268
relevant papers here are: * https://arxiv.org/abs/2402.11936 which essentially diagnoses the graininess of the posterior and * https://arxiv.org/abs/2308.05816 which gives which parameters generally need to be increased: the product of the...
Have a look at https://johannesbuchner.github.io/UltraNest/ultranest.html#ultranest.stepsampler.SliceSampler for the documentation how to select a proposal, and here https://github.com/JohannesBuchner/paper-nested-sampling-stepsampler-comparison/blob/main/calibrator.py#L27 for the mapping of names. Maybe those short-hand names should be added to the...
de-mix is the default proposal in the tutorials, [generate_mixture_random_direction()](https://johannesbuchner.github.io/UltraNest/ultranest.html#ultranest.stepsampler.generate_mixture_random_direction)
The HDF5 file should be updated and synced on every nested sampling iteration. If you are very worried, maybe copy it away regularly during the run. Otherwise, set the maximum...
Yes, something like that. For the previous suggestion, I was more thinking along the lines of `for i in $(seq 100000); do cp points.h5 points_${i}.h5; sleep 1m; done`
I am closing this for now. Please reopen if it is an issue.