Skip to content

Commit ef16beb

Browse files
committed
fix update references to common.jl
1 parent 301a891 commit ef16beb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ The state of the objectives `state` may now use a concrete type.
2525
Therefore, to be able to dispatch based on the type of `state` while avoiding type ambiguities, the `state` argument in `estimate_gradient!` has been moved to the front.
2626

2727
Under the new interface `AbstractVariationalAlgorithms`, the algorithms running SGD in parameter space, currently `KLMinRepGradDescent`, `KLMinRepGradProxDescent`, `KLMinScoreGradDescent`, are treated as distinct algorithms.
28-
However, they all implicitly share the same `step` function in `src/algorithms/interface.jl` and the same fields for the `state ` object.
28+
However, they all implicitly share the same `step` function in `src/algorithms/common.jl` and the same fields for the `state ` object.
2929
This may change in the future.

src/AdvancedVI.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ export RepGradELBO,
346346
SubsampledObjective
347347

348348
include("algorithms/constructors.jl")
349-
include("algorithms/interface.jl")
349+
include("algorithms/common.jl")
350350

351351
export KLMinRepGradDescent, KLMinRepGradProxDescent, KLMinScoreGradDescent, ADVI, BBVI
352352

0 commit comments

Comments
 (0)