Skip to content

Commit c2b65fa

Browse files
authored
Update HISTORY.md
1 parent 17337b3 commit c2b65fa

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
@@ -12,7 +12,7 @@ Therefore, in case a variational family of `<:MvLocationScale` is used in combin
1212

1313
An additional layer of indirection, `AbstractVariationalAlgorithms` has been added.
1414
Previously, all variational inference algorithms were assumed to run SGD in parameter space.
15-
This desing however, is proving to be too rigid.
15+
This design however, has proved to be too rigid.
1616
Instead, each algorithm is now assumed to implement three simple interfaces: `init`, `step`, and `output`.
1717

1818
A new specialization of `estimate_objective` have been added that takes the variational algorithm `alg` as an argument.

0 commit comments

Comments
 (0)