Skip to content
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

Add ability to combine JointPriors #8

Open
mirca opened this issue Sep 26, 2017 · 0 comments
Open

Add ability to combine JointPriors #8

mirca opened this issue Sep 26, 2017 · 0 comments

Comments

@mirca
Copy link
Member

mirca commented Sep 26, 2017

right now it's possible to do:

jp = JointPrior(UniformPrior(-1, 1), UniformPrior(-2, 2), ..., GaussianPrior(1, 3))

it would be nice to also support

jp_ = JointPrior(jp, Uniform(-3, 2), ..., GaussianPrior(4, 4))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant