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 }