From c416c4206dfb8c7d737d709e2720c7e8a6f228ca Mon Sep 17 00:00:00 2001 From: Adrian Seyboldt Date: Wed, 23 Oct 2024 16:37:29 +0200 Subject: [PATCH] docs: Update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 778e58c..7b48c66 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,9 @@ impl LogpError for PosteriorLogpError { impl CpuLogpFunc for PosteriorDensity { type LogpError = PosteriorLogpError; + // Only used for transforming adaptation. + type TransformParams = (); + // We define a 10 dimensional normal distribution fn dim(&self) -> usize { 10 }