We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c87d53 commit b28af42Copy full SHA for b28af42
src/sampler.jl
@@ -88,14 +88,6 @@ Default type of the chain of posterior samples from `sampler`.
88
"""
89
default_chain_type(sampler::Sampler) = Any
90
91
-"""
92
- init_strategy(sampler)
93
-
94
-Define the initialisation strategy used for generating initial values when
95
-sampling with `sampler`. Defaults to `PriorInit()`, but can be overridden.
96
97
-init_strategy(::Sampler) = PriorInit()
98
99
100
initialstep(rng, model, sampler, varinfo; kwargs...)
101
0 commit comments