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
873
873
874
874
Evaluate the `model` and replace the values of the model's random variables
875
875
in 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
877
877
using a specified initialisation strategy.
878
878
879
- If `init_strategy` is not provided, defaults to InitFromPrior().
879
+ If `init_strategy` is not provided, defaults to ` InitFromPrior()` .
880
880
881
881
Returns a tuple of the model's return value, plus the updated `varinfo` object.
882
882
"""
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.
41
41
provided that supports resuming sampling from a previous state and setting initial
42
42
parameter values. It requires to overload [`loadstate`](@ref) and [`initialstep`](@ref)
43
43
for 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)
45
45
that specifies how the initial parameter values are sampled if they are not provided.
46
46
By default, values are sampled from the prior.
47
47
"""
You can’t perform that action at this time.
0 commit comments