Skip to content

Commit b28af42

Browse files
committed
Initial attempt at hasvalue(vals, vn, dist)
1 parent 9c87d53 commit b28af42

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/sampler.jl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,6 @@ Default type of the chain of posterior samples from `sampler`.
8888
"""
8989
default_chain_type(sampler::Sampler) = Any
9090

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-
9991
"""
10092
initialstep(rng, model, sampler, varinfo; kwargs...)
10193

0 commit comments

Comments
 (0)