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 b900ab4 commit e71b07bCopy full SHA for e71b07b
test/variational/vi.jl
@@ -79,7 +79,7 @@ using Turing.Variational
79
("KLMinNaturalGradDescent", KLMinNaturalGradDescent(stepsize=1e-3, n_samples=10)),
80
(
81
"KLMinSqrtNaturalGradDescent",
82
- KLMinSqrtNaturalGradDescent(stepsize=1e-3, n_samples=10),
+ KLMinSqrtNaturalGradDescent(; stepsize=1e-3, n_samples=10),
83
),
84
("KLMinWassFwdBwd", KLMinWassFwdBwd(stepsize=1e-3, n_samples=10)),
85
]
0 commit comments