You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/adaptation/massmatrix.jl
+14-5Lines changed: 14 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -155,17 +155,28 @@ function get_estimation(wv::WelfordVar{T}) where {T<:AbstractFloat}
155
155
end
156
156
157
157
"""
158
+
NutpieVar
159
+
158
160
Nutpie-style diagonal mass matrix estimator (using positions and gradients) - not exported yet due to https://github.com/TuringLang/AdvancedHMC.jl/issues/475
159
161
160
-
Expected to converge faster and to a better mass matrix than WelfordVar.
162
+
Expected to converge faster and to a better mass matrix than [`WelfordVar`](@ref), for which it is a drop-in replacement.
163
+
164
+
Can be initialized via `NutpieVar(sz)` where `sz` is either a `Tuple{Int}` or a `Tuple{Int,Int}`.
161
165
162
-
Can be initialized via NutpieVar(sz) where sz is either a `Tuple{Int}` or a `Tuple{Int,Int}`.
0 commit comments