Skip to content

Commit

Permalink
docs: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aseyboldt committed Oct 23, 2024
1 parent 1585eef commit c416c42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down

0 comments on commit c416c42

Please sign in to comment.