We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1585eef commit c416c42Copy full SHA for c416c42
README.md
@@ -34,6 +34,9 @@ impl LogpError for PosteriorLogpError {
34
impl CpuLogpFunc for PosteriorDensity {
35
type LogpError = PosteriorLogpError;
36
37
+ // Only used for transforming adaptation.
38
+ type TransformParams = ();
39
+
40
// We define a 10 dimensional normal distribution
41
fn dim(&self) -> usize { 10 }
42
0 commit comments