File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 865
865
866
866
"""
867
867
init!!(
868
- [rng::Random.AbstractRNG, ]
868
+ [rng::Random.AbstractRNG,]
869
869
model::Model,
870
870
varinfo::AbstractVarInfo,
871
871
[init_strategy::AbstractInitStrategy=PriorInit()]
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
876
If the values in `varinfo` are not set, they will be added.
877
- using a specified initialisation strategy. If `init_strategy` is not provided,
878
- defaults to PriorInit().
877
+ using a specified initialisation strategy.
878
+
879
+ If `init_strategy` is not provided, defaults to PriorInit().
879
880
880
881
Returns a tuple of the model's return value, plus the updated `varinfo` object.
881
882
"""
You can’t perform that action at this time.
0 commit comments