-
Notifications
You must be signed in to change notification settings - Fork 30
ProbProg: MH op #1689
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
base: main
Are you sure you want to change the base?
ProbProg: MH op #1689
Conversation
…robprog-trace-operand
…robprog-trace-operand
…robprog-trace-operand
…robprog-trace-operand
…robprog-trace-operand
…robprog-trace-operand
…robprog-trace-operand
return new_trace, accepted, result | ||
end | ||
|
||
const metropolis_hastings = mh No newline at end of file |
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 🐶
const metropolis_hastings = mh | |
const metropolis_hastings = mh | |
end | ||
|
||
get_choices(trace::ProbProgTrace) = trace.choices | ||
select(addrs::Address...) = Set{Address}([addrs...]) No newline at end of file |
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 🐶
select(addrs::Address...) = Set{Address}([addrs...]) | |
select(addrs::Address...) = Set{Address}([addrs...]) | |
@test slope ≈ -2.0 rtol = 0.05 | ||
@test intercept ≈ 10.0 rtol = 0.05 | ||
end | ||
end No newline at end of file |
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 🐶
end | |
end | |
No description provided.