Skip to content

Commit 33efd7a

Browse files
committed
Fix docs
1 parent 428f977 commit 33efd7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sampler.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Generic sampler type for inference algorithms of type `T` in DynamicPPL.
4141
provided that supports resuming sampling from a previous state and setting initial
4242
parameter values. It requires to overload [`loadstate`](@ref) and [`initialstep`](@ref)
4343
for loading previous states and actually performing the initial sampling step,
44-
respectively. Additionally, sometimes one might want to implement [`initialsampler`](@ref)
44+
respectively. Additionally, sometimes one might want to implement [`init_strategy`](@ref)
4545
that specifies how the initial parameter values are sampled if they are not provided.
4646
By default, values are sampled from the prior.
4747
"""

0 commit comments

Comments
 (0)