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 428f977 commit 33efd7aCopy full SHA for 33efd7a
src/sampler.jl
@@ -41,7 +41,7 @@ Generic sampler type for inference algorithms of type `T` in DynamicPPL.
41
provided that supports resuming sampling from a previous state and setting initial
42
parameter values. It requires to overload [`loadstate`](@ref) and [`initialstep`](@ref)
43
for loading previous states and actually performing the initial sampling step,
44
-respectively. Additionally, sometimes one might want to implement [`initialsampler`](@ref)
+respectively. Additionally, sometimes one might want to implement [`init_strategy`](@ref)
45
that specifies how the initial parameter values are sampled if they are not provided.
46
By default, values are sampled from the prior.
47
"""
0 commit comments