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 e7023b1 commit 0ca19b4Copy full SHA for 0ca19b4
src/univariate/doublingout.jl
@@ -18,7 +18,7 @@ struct SliceDoublingOut{W<:Real} <: AbstractUnivariateSliceSampling
18
end
19
20
function SliceDoublingOut(
21
- window::Real; max_doubling_out::Int = 8, max_proposals::Int = DEFAULT_MAX_PROPOSALS
+ window::Real; max_doubling_out::Int=8, max_proposals::Int=DEFAULT_MAX_PROPOSALS
22
)
23
@assert window > 0
24
return SliceDoublingOut(window, max_doubling_out, max_proposals)
0 commit comments