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 be587d8 commit d1c4ee4Copy full SHA for d1c4ee4
ext/SliceSamplingTuringExt.jl
@@ -1,6 +1,10 @@
1
2
module SliceSamplingTuringExt
3
4
+using Random
5
+using SliceSampling
6
+using Turing
7
+
8
# Required for using the slice samplers as `externalsampler`s in Turing
9
# begin
10
function Turing.Inference.getparams(
0 commit comments