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 639933b commit 86834caCopy full SHA for 86834ca
src/mcmc/hmc.jl
@@ -500,6 +500,6 @@ function AHMCAdaptor(
500
return adaptor
501
end
502
503
-function AHMCAdaptor(::Hamiltonian, ::AHMC.AbstractMetric; kwargs...)
+function AHMCAdaptor(::Hamiltonian, ::AHMC.AbstractMetric, nadapts::Int; kwargs...)
504
return AHMC.Adaptation.NoAdaptation()
505
0 commit comments