We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec7ef2 commit b6d8202Copy full SHA for b6d8202
test/variational/vi.jl
@@ -53,7 +53,7 @@ using Turing.Variational
53
@testset "custom algorithm $name" for (name, algorithm) in [
54
("KLMinRepGradProxDescent", KLMinRepGradProxDescent(adtype; n_samples=10)),
55
("KLMinRepGradDescent", KLMinRepGradDescent(adtype; operator, n_samples=10)),
56
- ("KLMinNaturalGradDescent", KLMinNaturalGradDescent(stepsize=1e-3, n_samples=10)),
+ ("KLMinNaturalGradDescent", KLMinNaturalGradDescent(; stepsize=1e-3, n_samples=10)),
57
(
58
"KLMinSqrtNaturalGradDescent",
59
KLMinSqrtNaturalGradDescent(stepsize=1e-3, n_samples=10),
0 commit comments