-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bijector for product distribution #304
Conversation
return the identity whenever possible
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…stribution' into torfjelde/ordered-for-product-distribution
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…stribution' into torfjelde/ordered-for-product-distribution
`Distributions.ProductDistribution` and similars
Might be worth for you to have a look at this one @devmotion if you have the time, given that it's related to |
@yebai or @devmotion wanna have a quick look at this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @torfjelde -- it looks good overall. Maybe consider adding some dos strings and a simple test?
Ah yes, sorry; seems I completely forgot to include the tests! Will do EDIT: Had just forgotten to commit them. |
Will merge at the end of the day here too unless I receive objections, e.g. @devmotion has thoughts on it |
@torfjelde tests for https://github.com/TuringLang/Bijectors.jl/actions/runs/9000497684/job/24724777705 |
This is an attempt at implementing a bijector for arbitrary product distributions.
Note that this is very much a draft.
fix #300