Brendon J. Brewer

Results 24 comments of Brendon J. Brewer

Thanks for looking into it. I'm very occupied at the momentSent from my Galaxy -------- Original message --------From: Johann Fredrik Jadebeck ***@***.***> Date: 31/08/21 00:15 (GMT+12:00) To: eggplantbren/DNest4 ***@***.***> Cc:...

The workaround is to always use ``` import dnest4.classic dnest4.classic.postprocess() ```

Are you happy with it now? Your proposal covers a very wide range of scales. These days I use a log cauchy for that. Also you might try letting it...

This seems relatively pointless to me, but I might accept it. What's the use case? Isn't it easy to just set the value in from_prior and never perturb it if...

I don't think you can do the Metropolis algorithm without making a copy, because you need to backup the original state in case the proposal is rejected. I think you're...

dnest4.classic.postprocess() and dnest4.analysis.postprocess() both work for me with those output files*. The former could be a workaround for now. - They yield very slightly different logZs, which I wasn't expecting....

Hi Vatsal, It won't have anything to do with the seed - high numbers work fine. Is your code in a repository somewhere so I can run it myself? -...

Ta. One problem is that the model needs the lookup tables (orbit shapes) to be loaded before it can calculate any likelihoods. See main.cpp in the Exoplanet repo, which contains...

There is something wrong with the orbit files. Try running orbits.py to regenerate them. It now works on my computer. On Thu, Sep 22, 2016 at 10:54 PM, Vatsal Panwar...