Johannes Buchner

Results 227 comments of Johannes Buchner

This is the behaviour when the live points slowly become linearly dependent and collapse onto a sub-space. This means you need more steps in the step sampler. You may also...

Yes. Setting `region_class=ultranest.mlfriends.RobustEllipsoidRegion` should help a lot. This makes only ellipsoids instead of also constructing MLFriends regions (which only help with

The live points decreasing is caused by plateaus, i.e., multiple live points having the same likelihood value; they have to be removed together, and are only replaced by one new...

Do other stepsamplers work, such as SliceSampler (e.g., with generate_direction=generate_cube_oriented_direction, as CubeSliceSampler does)? I think the AHARMSampler is still in development. It is intended to provide superior vectorization.

in ReactiveNestedSampler, you can control the batch size minimum and maximum with `ndraw_min` and `ndraw_max`, so I guess you could crank up `ndraw_min` to 10000. This will give you extra...

Which Linux is this (`cat /etc/*release*`)? Yes, unfortunately you need to install cython first, otherwise pip is confused. Probably I should put a warning or error message into the setup.py...

My suspicion is that "pip" runs python2, and you need to run pip3 instead. This is at least the case on Ubuntu Linux.

The project has a project.toml now, please reopen if this is still an issue. It seems the error comes from the README not being in ascii, and the python default...

Thank you for spotting this! Much appreciated. I'll change the comment.

Finally I fixed this!