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

Fix show method for the MMAP model #95

Merged
merged 1 commit into from
Jul 8, 2024
Merged

Fix show method for the MMAP model #95

merged 1 commit into from
Jul 8, 2024

Conversation

GiggleLiu
Copy link
Member

@GiggleLiu GiggleLiu commented Jul 7, 2024

fix #93

julia> mmap = MMAPModel(model, evidence=Dict(1 => 1, 8 => 1), queryvars=[4, 7])
MMAPModel{Int64, Array{Float64}}
variables: 1 (evidence  1), 4, 7, 8 (evidence  1)
query variables: 4, 7
contraction time = 2^29.356, space = 2^20.0, read-write = 2^22.673

@mroavi mroavi merged commit 9986d3f into main Jul 8, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue with MMAPModel and most_probable_config Function
2 participants