Skip to content

Commit 1ba361f

Browse files
committed
refactor flatten the tests to reflect new structure
1 parent b002e1e commit 1ba361f

10 files changed

+1
-1
lines changed

src/AdvancedVI.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ export optimize
277277
include("utils.jl")
278278
include("optimize.jl")
279279

280-
281280
## Parameter Space SGD Implementations
282281

283282
include("algorithms/abstractobjective.jl")
File renamed without changes.
File renamed without changes.

test/algorithms/paramspacesgd/repgradelbo_locationscale_bijectors.jl renamed to test/algorithms/repgradelbo_locationscale_bijectors.jl

File renamed without changes.

test/algorithms/paramspacesgd/repgradelbo_proximal_locationscale.jl renamed to test/algorithms/repgradelbo_proximal_locationscale.jl

File renamed without changes.

test/algorithms/paramspacesgd/repgradelbo_proximal_locationscale_bijectors.jl renamed to test/algorithms/repgradelbo_proximal_locationscale_bijectors.jl

File renamed without changes.
File renamed without changes.
File renamed without changes.

test/algorithms/paramspacesgd/scoregradelbo_locationscale_bijectors.jl renamed to test/algorithms/scoregradelbo_locationscale_bijectors.jl

File renamed without changes.

test/algorithms/paramspacesgd/subsampledobj.jl renamed to test/algorithms/subsampledobj.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ end
6464
T = 128
6565
sub = ReshufflingBatchSubsampling(1:n_data, 1)
6666
alg = KLMinRepGradDescent(AD; subsampling=sub)
67+
sub_obj = alg.objective
6768

6869
rng = StableRNG(seed)
6970
q_avg, _, _ = optimize(rng, alg, T, prob, q0; show_progress=false)

0 commit comments

Comments
 (0)