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

Multi-level MC methods #182

Open
AnderGray opened this issue Aug 6, 2024 · 0 comments
Open

Multi-level MC methods #182

AnderGray opened this issue Aug 6, 2024 · 0 comments
Labels
feature New feature or feature request

Comments

@AnderGray
Copy link
Collaborator

AnderGray commented Aug 6, 2024

Multi-level Monte Carlo methods are becoming quite popular. Applicable when you have different fidelity models for the same problem, but where lower fidelity methods are cheaper. For example FEM models with different numbers of mesh elements. Most of the sampling is performed in on the cheaper (less accurate) models, then corrected with a couple of high fidelity runs.

https://en.wikipedia.org/wiki/Multilevel_Monte_Carlo_method#cite_note-6

https://www.cambridge.org/core/journals/acta-numerica/article/abs/multilevel-monte-carlo-methods/C5AF9A57ED8FF8FDF08074C1071C5511

Also can be used for Bayesian inference: https://arxiv.org/abs/2202.03876

Also "multi-index" Monte Carlo is a thing, if two or more fidelity parameters are available: https://link.springer.com/article/10.1007/s00211-015-0734-5

Can perhaps be used in conjunction with a surrogate model

@AnderGray AnderGray added the feature New feature or feature request label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or feature request
Projects
None yet
Development

No branches or pull requests

1 participant