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 865865
866866"""
867867 init!!(
868- [rng::Random.AbstractRNG, ]
868+ [rng::Random.AbstractRNG,]
869869 model::Model,
870870 varinfo::AbstractVarInfo,
871871 [init_strategy::AbstractInitStrategy=PriorInit()]
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.
876876If 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().
879880
880881Returns a tuple of the model's return value, plus the updated `varinfo` object.
881882"""
You can’t perform that action at this time.
0 commit comments