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.
init_strategy
1 parent b26f10e commit e95495aCopy full SHA for e95495a
src/sampler.jl
@@ -51,7 +51,7 @@ end
51
Define the initialisation strategy used for generating initial values when
52
sampling with `sampler`. Defaults to `InitFromPrior()`, but can be overridden.
53
"""
54
-init_strategy(::Sampler) = InitFromPrior()
+init_strategy(::AbstractSampler) = InitFromPrior()
55
56
function AbstractMCMC.sample(
57
rng::Random.AbstractRNG,
0 commit comments