From b3df164ed96e9502097dcd120a7edc94db72b457 Mon Sep 17 00:00:00 2001 From: Andreas Scheidegger Date: Mon, 11 Apr 2022 09:13:06 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f18f4ca..c0059da 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ A Monte Carlo Markov Chain sampler that makes use of gradient information. Proposed by Livingstone et al. (2021) The adaptative preconditioning is based on Andrieu and Thoms (2008), -Algorithm 4 in Section 5. Algorithm 7.2 of the supporting information -of Livingstone et al. (2021) is implemented. +Algorithm 4 in Section 5. For details see Algorithm 7.2 of the supporting information +of Livingstone et al. (2021). ### Installation