-
Notifications
You must be signed in to change notification settings - Fork 40
Releases: acerbilab/bads
Releases · acerbilab/bads
v1.1.3
@lacerbi
lacerbi
74919c0
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug Fix
- Fixed typo in
private/gpupdate.m:262:error_index→err_index(undefined variable causing errors when objective function returns NaN/Inf values)
Maintenance
- Added
scripts/update_version.shfor easier version management - Added
CLAUDE.mdwith release instructions
Fixes #17
Assets 2
v1.1.2
@lacerbi
lacerbi
019f0b4
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v1.1.2
- Return
ysd_vec(estimated standard deviations of final samples) inoutputfor user-specified noise. - Compute mean and std of the final estimate using
fsdof each sample for user-specified noise. - Revert
Ninitdefault tonvars. - If
x0is not provided, sample uniformly randomly from the plausible box (instead of selecting the middle of the plausible box).
Assets 2
v1.1.1
@lacerbi
lacerbi
a21f2ee
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v1.1.1
- Full implementation of user-provided noise and support for heteroskedastic noise.
- Several updates to
vbmc_examples.m, and added user-specified noise example (replacing former Example 4). - Several changes to
README.md. - Fixed bug of initial GP mean function value (used to be 0).
- Mild refactoring; deleted some unused code.
- Updated
OPTIONS.Ninitdefault to10 + nvars.
Assets 2
v1.0.8
@lacerbi
lacerbi
ba31706
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Additional fixes to uncertainty handling and user-specified noise and their internal options; added versioning; always print target type (deterministic or stochastic).
Assets 2
v1.0.7
@lacerbi
lacerbi
b83c2c0
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixed bug with user-specified noise when removing points in the Gaussian process training (user-specified noise values from gpstruct.s were not removed, causing training to fail).