-
Notifications
You must be signed in to change notification settings - Fork 24
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
Multisampler #148
base: master
Are you sure you want to change the base?
Multisampler #148
Conversation
@assert false | ||
end | ||
|
||
# remark: chose κ = n-1 as default |
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.
yeah, better
I can confirm that the particle indeed do approximate the annealed distribution at time t |
src/multisampler.jl
Outdated
@@ -119,7 +119,7 @@ function multisampler(n, G = (DiGraph(n), 0); M = 10, balance = metropolis_balan | |||
end | |||
|
|||
# todo: multiply iterations by M to keep passed iteration number indep of M? | |||
# could also stop if one sampler has more than M samples | |||
# could also stop if one sampler has more than iterations many samples |
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.
One can make the argument that the right stopping criterion is the total number of samples of all samplers
No description provided.