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

Metropolis Adjustment #14

Open
JaimeRZP opened this issue Jun 7, 2024 · 0 comments
Open

Metropolis Adjustment #14

JaimeRZP opened this issue Jun 7, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@JaimeRZP
Copy link
Owner

JaimeRZP commented Jun 7, 2024

Background

At the moment MCHMC/MCLMC makes sure it targets the correct distribution by controlling the error when solving the SDE's of the Langevin mechanics. This is very fast. However, tuning the target error can be quite hard since it is a quantity between [0, inf]. We would like to add the option to metropolis adjust the sampler as a way of tuning the acceptance probability. This is easier than tuning the energy error since the acceptance probability is a number between [0, 1], usually 0.6 or 0.9.

How to do this:

  • At the end of the Step method implement this code
  • Add a hyperparameter TAP which controls the acceptance.
  • If TAP is provided add a tuning routine in the tuning module and cache the associated TEV.
@JaimeRZP JaimeRZP added the enhancement New feature or request label Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants