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 run_mcmc method #27

Closed dflemin3 closed 5 years ago

dflemin3 commented 5 years ago

Add a method to just run the MCMC part of approxposterior's run method for ApproxPosterior objects that have already been initialized. Adding this functionality would require making sure everything was initialized properly, e.g. theta and y exist, the mcmc and sampler kwargs are valid, and so on.

dflemin3 commented 5 years ago

Implemented this in the dev branch.