-
Notifications
You must be signed in to change notification settings - Fork 8
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
Evaluation Function #275
Evaluation Function #275
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…n/evaluation_function_8-2-2025
Pull Request Test Coverage Report for Build 13387858561Details
💛 - Coveralls |
…n/evaluation_function_8-2-2025
Benchmark results on macOS (aarch64) BridgeStan not found at location specified by $BRIDGESTAN environment variable, downloading version 2.6.1 to /Users/runner/.bridgestan/bridgestan-2.6.1
Benchmark results on Ubuntu (x64) BridgeStan not found at location specified by $BRIDGESTAN environment variable, downloading version 2.6.1 to /home/runner/.bridgestan/bridgestan-2.6.1
|
println("DEBUG: Adding Z2 => Binomial(10, Z1)") | ||
add_stochastic_vertex!(bn, :Z2, (z1) -> Binomial(10, z1), false, :discrete) | ||
println("DEBUG: Adding edge Z1 => Z2") | ||
add_edge!(bn, :Z1, :Z2) |
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.
[JuliaFormatter] reported by reviewdog 🐶
add_edge!(bn, :Z1, :Z2) | |
add_edge!(bn, :Z1, :Z2) |
This PR aim to provide an evaluate function for log_posterior