Michael Shoemate
Michael Shoemate
Closes #494 Adds a `ProductDomain`: ```rust struct ProductDomain { inner_domains: Vec } ``` Members of this domain are members of the cartesian product of all the domains in inner_domains. ...and...
Closes #414. This PR uses the discrete laplace and discrete gaussian noise samplers to mimic continuous noise distributions.
The 32-bit SMD curve spews an ugly error when invoked without type parameters, because type inference defaults to f64, and the expected type is not introspected from the curve struct.
Closes #331 - adds a GH actions workflow that 1. checks out the full repository 2. uses a git command to find a list of edited .tex files in this...
This is a notebook demonstration of OpenDP that includes deeper-level explanations of the library architecture.
Closes #471
Closes #131 This PR focuses only on generating the extern "C" fn's, not the bindings languages. Early WIP.
Closes #510