File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -873,10 +873,10 @@ end
873873
874874Evaluate the `model` and replace the values of the model's random variables
875875in the given `varinfo` with new values, using a specified initialisation strategy.
876- If the values in `varinfo` are not set, they will be added.
876+ If the values in `varinfo` are not set, they will be added
877877using a specified initialisation strategy.
878878
879- If `init_strategy` is not provided, defaults to InitFromPrior().
879+ If `init_strategy` is not provided, defaults to ` InitFromPrior()` .
880880
881881Returns a tuple of the model's return value, plus the updated `varinfo` object.
882882"""
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Generic sampler type for inference algorithms of type `T` in DynamicPPL.
4141provided that supports resuming sampling from a previous state and setting initial
4242parameter values. It requires to overload [`loadstate`](@ref) and [`initialstep`](@ref)
4343for loading previous states and actually performing the initial sampling step,
44- respectively. Additionally, sometimes one might want to implement [`init_strategy`](@ref)
44+ respectively. Additionally, sometimes one might want to implement an [`init_strategy`](@ref)
4545that specifies how the initial parameter values are sampled if they are not provided.
4646By default, values are sampled from the prior.
4747"""
You can’t perform that action at this time.
0 commit comments