pints-team / pints

Probabilistic Inference on Noisy Time Series
http://pints.readthedocs.io
Other
224 stars 33 forks source link

Recreate Multinest in Pints #282

Open ben18785 opened 6 years ago

ben18785 commented 6 years ago

Again to avoid dependency issues it should be possible (and informative) to recreate the Multinest sampling algorithm in Pints. See here.

ben18785 commented 6 years ago

Note to self: add in importance nested sampling as an option. See: https://arxiv.org/pdf/1306.2144.pdf

MichaelClerx commented 5 years ago

Current notebook is here: https://github.com/pints-team/pints/blob/master/studies/multinest.ipynb (in master), as suggested in #480

MichaelClerx commented 5 years ago

For an alternative plan of adding a wrapper to existing software, see #161

ben18785 commented 5 years ago

Have now recapitulated ellipsoidal results from paper (see f42dad013fb54630bfb3804ddf6918a3aea309a2)

ben18785 commented 5 years ago

Am adding to project for PINTS paper as nearly done.

MichaelClerx commented 2 months ago

PR: #1319