dflemin3 / approxposterior

A Python package for approximate Bayesian inference and optimization using Gaussian processes
https://dflemin3.github.io/approxposterior/
MIT License
41 stars 9 forks source link

Add support to handle/save blobs #26

Closed dflemin3 closed 5 years ago

dflemin3 commented 5 years ago

MCMC can also track blobs, the 2nd returned parameter(s) in emcee's LnLike functions. approxposterior should include the functionality to handle them, either by saving them or ignoring them, depending on the user's needs.

dflemin3 commented 5 years ago

This is under the purview of #19 so I'm closing this issue and moving discussion there.