We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Symbolic PyMC project contains a base RandomVariable Op with advanced shape-handling logic and a more optimization-friendly form, as well as implementations for many common random variable types. We should merge/replace the current RandomFunction Op with RandomVariable (and the related [rng_mrg](https://github.com/pymc-devs/Theano-PyMC/blob/master/theano/sandbox/rng_mrg.py implementations).
RandomVariable
Op
RandomFunction
rng_mrg
There's also RandomStreams class that should be considered/made to work with RandomVariable.
RandomStreams
The text was updated successfully, but these errors were encountered:
This would be an incredible mile-stone to hit.
Sorry, something went wrong.
Was this closed by #131 or #137 ?
brandonwillard
Successfully merging a pull request may close this issue.
The Symbolic PyMC project contains a base
RandomVariable
Op
with advanced shape-handling logic and a more optimization-friendly form, as well as implementations for many common random variable types. We should merge/replace the currentRandomFunction
Op
withRandomVariable
(and the related [rng_mrg
](https://github.com/pymc-devs/Theano-PyMC/blob/master/theano/sandbox/rng_mrg.py implementations).There's also
RandomStreams
class that should be considered/made to work withRandomVariable
.The text was updated successfully, but these errors were encountered: