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

Snake case results dict #107

Closed Bobby-Huggins closed 2 years ago

Bobby-Huggins commented 2 years ago
  1. Changes vp.stats["e_logjoint"] to vp.stats["e_log_joint"] (same with "e_logjoint_sd").
  2. Changes acq_info["compute_varlogjoint"] to acq_info["compute_var_log_joint"].