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.
Base.RefValue
1 parent 0eee665 commit ba7ac8cCopy full SHA for ba7ac8c
src/abstractmcmc.jl
@@ -189,8 +189,8 @@ struct HMCProgressCallback{P}
189
"If `progress` is not specified and this is `true` some information will be logged upon completion of adaptation."
190
verbose::Bool
191
"Number of divergent transitions fo far."
192
- num_divergent_transitions::Ref{Int}
193
- num_divergent_transitions_during_adaption::Ref{Int}
+ num_divergent_transitions::Base.RefValue{Int}
+ num_divergent_transitions_during_adaption::Base.RefValue{Int}
194
end
195
196
function HMCProgressCallback(n_samples; progress = true, verbose = false)
0 commit comments