Package: malt Title: Metropolis Adjusted Langevin Trajectories Version: 0.9 Authors@R: person("Lionel", "Riou-Durand", email="lionel.riou-durand@warwick.ac.uk", role = c("aut", "cre")) Description: Implements the sampling algorithm: Metropolis Adjusted Langevin Trajectories (Riou-Durand and Vogrinc 2022). Details available at: . The MALT algorithm is a robust extension of Hamiltonian Monte Carlo, for which robustness of tuning is enabled by a positive choice of damping parameter (a.k.a friction). License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.2 URL: https://github.com/lrioudurand/malt BugReports: https://github.com/lrioudurand/malt/issues Suggests: knitr, rmarkdown VignetteBuilder: knitr Imports: stats, coda Repository: https://lrioudurand.r-universe.dev Date/Publication: 2022-07-28 15:32:28 UTC RemoteUrl: https://github.com/lrioudurand/malt RemoteRef: HEAD RemoteSha: cb291ee5c4933d8cd4c87cc4268cfc25733d6e70 NeedsCompilation: no Packaged: 2026-07-15 08:11:53 UTC; root Author: Lionel Riou-Durand [aut, cre] Maintainer: Lionel Riou-Durand