-
Notifications
You must be signed in to change notification settings - Fork 223
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
Abandoning "Mamba.Chain" #413
Comments
Sounds like a good change, it could enable the support of arbitrary sample types too. |
Note: fetch matrix indexing (i.e. |
Another choice: arviz-devs/arviz#97 (comment) |
Closed
Closed
Closed by new |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current use of "Mamba.Chain"leads to problem like #390 and #406. Some of them is very hard to resolve (e.g. #390) within "Mamba.Chain"
For this reason, @yebai and I decided to build our own
Chain
type now. (FYI the main reason we usedMamba.Chain
was to re-use all the diagnosing function written inMamba
). This would requires use to generally build these functions (like ESS) for our own chain type (or somehow reuse them in a way which allow missing values).For
describe
function is self, the most important two to implement areAnd for
plot
, we may usePlot.jl
to plot trace and density (in stead of Gadfly.jl).And don't remember these functions to diagnose convergence in
Mamba.jl
which are also sort of wanted.Discussion are encouraged on this!
The text was updated successfully, but these errors were encountered: