acerbilab / pyvbmc

PyVBMC: Variational Bayesian Monte Carlo algorithm for posterior and model inference in Python
https://acerbilab.github.io/pyvbmc/
BSD 3-Clause "New" or "Revised" License
114 stars 6 forks source link

feat: log iterations and return result dict #31

Closed Solosneros closed 2 years ago

Solosneros commented 2 years ago

With this PR we log the iteration output like in the below screenshot and also warnings from parts of VBMC where it was missing before. Also, we return a result dict like in MATLAB. image

Also, I modified the following: