Johannes Buchner
Johannes Buchner
Yes, indeed, it was the OPTIONS. I had to reduce both the number of levels and the force. I am using this now: ``` 1 # Number of particles 1000...
By the way, if I interpret the FitSine example correctly, Diffusive Nested Sampling can be used to determine the dimension of models simultaneously with their parameters, similar to what RJMCMC...
Thank you for taking the time to explain things to me.
I added a python re-implementation to PyDNest. The output should be compatible, but I am not convinced it is bug-free at this point.
@lehner, can you please comment on the technical problem, and how the fix might look like? If I have time I can try to fix it, I experience the same...
Would you be interested to add support for https://johannesbuchner.github.io/UltraNest/ ? The interface should be very similar to dynesty and multinest. UltraNest is a very reliable tuning-parameter-free algorithm. I have published...
I don't quite understand how the numbers work. Here is the current code: https://github.com/JohannesBuchner/BXA/blob/master/bxa/xspec/solver.py#L64 Previous issues: https://github.com/JohannesBuchner/BXA/issues/12 https://github.com/JohannesBuchner/BXA/issues/10 There is probably a way to get the number out from the...
This is a pyxspec install problem, not a BXA issue. Please explain what you mean with "can run PyXspec without any problems"? Probably you have multiple python installs and the...
Try creating a new clean environment with something like `conda create -n myenvname bxa xspec ...`.
I can now only guess that you did: ``` conda create -n xspecbxa python=3.8 conda activate xspecbxa conda install -c conda-forge bxa ``` You can also install everything at once,...