Skip to content

Commit 874a0b2

Browse files
committed
add clarification on initializing unconstrained algorithms
1 parent 5bd6978 commit 874a0b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Additionally,
6868
- The default hyperparameters of `DoG`and `DoWG` have been altered.
6969
- The deprecated `[email protected]`-era interface is now removed.
7070
- `estimate_objective` now returns the value to be minimized by the optimization algorithm. For example, for ELBO maximization algorithms, `estimate_objective` will return the *negative ELBO*. This is breaking change from the previous behavior where the ELBO was returns.
71+
- When using algorithms that expect to operate in unconstrained spaces, the user is now explicitly expected to provide a `Bijectors.TransformedDistribution` wrapping an unconstrained distribution. (Refer to the docstring of `vi`.)
7172

7273
### New Features
7374

0 commit comments

Comments
 (0)