Closed juanfung closed 5 years ago
This function takes the first n elements of an iterator iter, ie, take(iter, n). It appears in several functions used by the blocked sampler, in sampler_functions.jl.
iter
take(iter, n)
sampler_functions.jl
Closing as issue seems resolved
This function takes the first n elements of an iterator
iter
, ie,take(iter, n)
. It appears in several functions used by the blocked sampler, insampler_functions.jl
.