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
We currently rely on a lot of custom code that only appears in sample_maps.py for doing the sampling. This is not good. So for instance, if a user wants to sample a map in a notebook, they have to redefine everything.
We should add a set of functions to the library, so that you can for instance easily get the likelihood, and then just provide the likelihood and prior to a function that obtains samples for you.
The text was updated successfully, but these errors were encountered:
We currently rely on a lot of custom code that only appears in
sample_maps.py
for doing the sampling. This is not good. So for instance, if a user wants to sample a map in a notebook, they have to redefine everything.We should add a set of functions to the library, so that you can for instance easily get the likelihood, and then just provide the likelihood and prior to a function that obtains samples for you.
The text was updated successfully, but these errors were encountered: