probcomp / Venturecxx

Primary implementation of the Venture probabilistic programming system
http://probcomp.csail.mit.edu/venture/
GNU General Public License v3.0
28 stars 6 forks source link

Add log-odds-space Beta/Bernoulli SPs. #617

Closed riastradh-probcomp closed 8 years ago

riastradh-probcomp commented 8 years ago

This should be merged after https://github.com/probcomp/Venturecxx/pull/611 to implement log-space Beta. This is the remainder of the resolution for https://github.com/probcomp/Venturecxx/issues/606, at least if we don't choose to introduce an alternative VentureProbability type. See commit message of https://github.com/probcomp/Venturecxx/commit/2658f06cc9ab8725318829b6079d6fb2cdb05f18 for rationale over direct-space or log-space.

riastradh-probcomp commented 8 years ago

Botched various things about this. Will make replacement pull request.