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

Viqr optimization (additional) #85

Closed Bobby-Huggins closed 2 years ago

Bobby-Huggins commented 2 years ago
  1. Changes slicing of intermediate matrices C_tmp (and active importance sampling points) for contiguous memory access, as discussed on Slack. Updates tests to reflect this.
  2. Fixes evaluation of vp.K-based number of importance sampling points to match the way other options are evaluated (using options.eval()).