Skip to content

Commit c416c42

Browse files
committed
docs: Update readme
1 parent 1585eef commit c416c42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ impl LogpError for PosteriorLogpError {
3434
impl CpuLogpFunc for PosteriorDensity {
3535
type LogpError = PosteriorLogpError;
3636

37+
// Only used for transforming adaptation.
38+
type TransformParams = ();
39+
3740
// We define a 10 dimensional normal distribution
3841
fn dim(&self) -> usize { 10 }
3942

0 commit comments

Comments
 (0)