You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some samplers (e.g. PolyChord) have settings that allow you to find the maximum likelihood point at the end of a run. It would be nice to incorporate that piece of information somehow into anesthetic.
Some samplers (e.g. PolyChord) have settings that allow you to find the maximum likelihood point at the end of a run. It would be nice to incorporate that piece of information somehow into anesthetic.
This initially came up in #313 (comment).
Things worth considering:
logL=max(logL)
andlogL_birth=max(logL)
? Would that correctly determine the weight to be zero or nan?MCMCSamples
andNestedSamples
?The text was updated successfully, but these errors were encountered: