Skip to content

Releases: acerbilab/vbmc

v1.0.12 Added log pdfs (#6)

26 Oct 15:57
f3c05d6
Compare
Choose a tag to compare

v1.0.12 is a quick-fix to v1.0.11:

  • Added for each prior function the log-pdf function as well (numerically better).
  • Fixed Example 5 (and minorly 6) to also use the new log pdfs.

v1.0.11

26 Oct 11:04
c387612
Compare
Choose a tag to compare

Updated to v1.0.11:

  • Added several new functions in shared folder for evaluating the pdf and sampling from prior distributions for both bounded and unbounded variables (uniform, trapezoidal, smoothed trapezoidal, smoothbox).
  • New example in vbmc_examples.m describing usage of these priors.
  • Added test folder for unit tests.
  • Minor bug fix in the initialization of variational posteriors (in vbinit_vbmc.m).
  • Added bibtex references to the readme.

v1.0.10

23 Jul 08:31
a9615ba
Compare
Choose a tag to compare

Minor speed improvements to the VIQR acquisition function (default for noisy likelihoods).

v1.0.9

20 Jul 06:37
Compare
Choose a tag to compare

Minor fixes related to the bounded transforms.

v1.0.8

30 Jan 10:59
fe67ab8
Compare
Choose a tag to compare

Minor fix: Fixed uuinv in fminfill.

v1.0.7

23 Jun 12:26
b7308aa
Compare
Choose a tag to compare
  • Bug fix: Corrected gradient computation for the variational weights in the Monte Carlo entropy (thanks to Chengkun Li).

v1.0.6

18 Jun 07:43
a9b7bb4
Compare
Choose a tag to compare
  • code cleanup: removed some unused or experimental features, added comments.

v1.0.5

07 Jun 10:06
7b06510
Compare
Choose a tag to compare
  • Fixed bug in slice sampler that slightly biased sampling near the provided bounds (used in GP hyperparameter sampling).

v1.0.4

27 Mar 12:55
0c3071e
Compare
Choose a tag to compare
  • Modified VBMC output to return SAMPLES struct (might be used in the future).
  • Fixed starting points within bounds in vbmc_mode.m

v1.0.3

22 Mar 20:10
af96373
Compare
Choose a tag to compare

Fixed bug and added unit tests for D=1; updated options function.