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

Multisampler #148

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open

Multisampler #148

wants to merge 38 commits into from

Conversation

mschauer
Copy link
Owner

@mschauer mschauer commented Mar 1, 2024

No description provided.

src/multisampler.jl Outdated Show resolved Hide resolved
@assert false
end

# remark: chose κ = n-1 as default
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, better

src/multisampler.jl Outdated Show resolved Hide resolved
src/multisampler.jl Outdated Show resolved Hide resolved
@mschauer
Copy link
Owner Author

mschauer commented Mar 1, 2024

I can confirm that the particle indeed do approximate the annealed distribution at time t

@mschauer
Copy link
Owner Author

mschauer commented Mar 2, 2024

Cc @rubenseyer @vincentmolin

@@ -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
Copy link
Owner Author

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

src/multisampler.jl Outdated Show resolved Hide resolved
src/multisampler.jl Outdated Show resolved Hide resolved
src/multisampler.jl Outdated Show resolved Hide resolved
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.

2 participants