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

Acq fcn log #102

Closed Bobby-Huggins closed 2 years ago

Bobby-Huggins commented 2 years ago
  1. Changes default acquisition function for non-noisy targets from AcqFcn to log-parametrized version AcqFcnLog, in order to avoid overflow warnings in exp().
  2. Adds a test to check that AcqFcn and AcqFcnLog agree.