Skip to content

Commit 44f7762

Browse files
Red-Portalmhauru
andauthored
fix docs
Co-authored-by: Markus Hauru <[email protected]>
1 parent e48ae42 commit 44f7762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Most of the changes introduced in `[email protected]` are structural, with some
99
The summary of the changes below are the things that affect the end-users of Turing.
1010
For a more comprehensive list of changes, please refer to the [changelogs](https://github.com/TuringLang/AdvancedVI.jl/blob/main/HISTORY.md) in `AdvancedVI`.
1111

12-
- A new level of interface for defining different variational algorithms have been introduced in `AdvancedVI` v0.5. As a result, the method `Turing.vi` now receives a keyword argument `algorithm`. The object `algorithm <: AdvancedVI.AbstractVariationalAlgorithm` should now contain all the algorithm-specific configurations. Therefore, keyword arguments of `vi` that were algorithm-specific such as `objective`, `operator`, `averager` and so on, have been moved as fields of the relevant `<: AdvancedVI.AbstractVariationalAlgorithm` structs.
12+
- A new level of interface for defining different variational algorithms has been introduced in `AdvancedVI` v0.5. As a result, the function `Turing.vi` now receives a keyword argument `algorithm`. The object `algorithm <: AdvancedVI.AbstractVariationalAlgorithm` should now contain all the algorithm-specific configurations. Therefore, keyword arguments of `vi` that were algorithm-specific such as `objective`, `operator`, `averager` and so on, have been moved as fields of the relevant `<: AdvancedVI.AbstractVariationalAlgorithm` structs.
1313
- The default hyperparameters of `DoG`and `DoWG` have been altered.
1414
- The depricated `[email protected]`-era interface is now removed.
1515

0 commit comments

Comments
 (0)