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

Removed deprecated comments, added new ap.run kwarg #48

Closed dflemin3 closed 5 years ago

dflemin3 commented 5 years ago

This PR includes small updates to docs and removed deprecated comments. This PR also adds a new kwargs, onlyLastMCMC (default == False) that allows the user to only run the MCMC at the end to save some computational cost.