Skip to content

Commit

Permalink
Update src/riemannian/integrator.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Hong Ge <[email protected]>
  • Loading branch information
xukai92 and yebai authored Jul 23, 2024
1 parent 27c2728 commit 62b4ede
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/riemannian/integrator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Generalized leapfrog integrator with fixed step size `ϵ`.
# Fields
$(TYPEDFIELDS)
## References
1. Girolami, Mark, and Ben Calderhead. "Riemann manifold Langevin and Hamiltonian Monte Carlo methods." Journal of the Royal Statistical Society Series B: Statistical Methodology 73, no. 2 (2011): 123-214.
"""
struct GeneralizedLeapfrog{T<:AbstractScalarOrVec{<:AbstractFloat}} <: AbstractLeapfrog{T}
"Step size."
Expand Down

0 comments on commit 62b4ede

Please sign in to comment.