benjaminpope / drpangloss

the best of all possible interferometry models
https://benjaminpope.github.io/drpangloss/
MIT License
2 stars 0 forks source link

MCMC and VI implementations #12

Open benjaminpope opened 3 months ago

benjaminpope commented 3 months ago

Now that we have grid searches and Absil/Ruffio contrast limits working, we should build interfaces to numpyro and implement

benjaminpope commented 3 months ago

Notebook implementation of numpyro NUTS sampling with a BinaryModelCartesian here.

Should the interface to this be:

?

benjaminpope commented 2 months ago

We should use init_to_value in the init_strategy argument in infer.nuts to initialize to the optimum values of a grid search (plus any static parameters we held fixed in the grid search).

I think we should provide