-
Notifications
You must be signed in to change notification settings - Fork 480
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
New package: SimulationBasedInference v0.1.0 #105005
New package: SimulationBasedInference v0.1.0 #105005
Conversation
JuliaRegistrator
commented
Apr 16, 2024
•
edited
Loading
edited
- Registering package: SimulationBasedInference
- Repository: https://github.com/bgroenks96/SimulationBasedInference.jl
- Created by: @bgroenks96
- Version: v0.1.0
- Commit: 7da58d9bf9e4b7fff4982e4a55bea1ec3611f1d8
- Reviewed by: @bgroenks96
- Reference: bgroenks96/SimulationBasedInference.jl@7da58d9#commitcomment-141036787
- Description: A flexible toolkit for simulation based inference in Julia
Your Since you are registering a new package, please make sure that you have read the package naming guidelines: https://pkgdocs.julialang.org/v1/creating-packages/#Package-naming-guidelines If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text |
[noblock] |
UUID: 78927d98-f421-490e-8789-96b006983a5c Repo: https://github.com/bgroenks96/SimulationBasedInference.jl.git Tree: 26b08f40d37fffd6e24a396e01e0c3f88916b372 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
8f11b62
to
e09afd4
Compare
[noblock] Hi @gdalle, Thanks for your interest. I am a long time user of Turing, and I love it's simplicity and ease-of-use for many statistical modeling use cases. However, after several years of use, I must say that Turing is woefully inadequate for use-cases where the forward model is computationally expensive. The interface is not designed in a way that makes sense for such models. For example, it lacks the ability to save and recover deterministic outputs of the model; one must call The closest existing package to this one is probably DataAssim but this is focused on classical data assimilation methods, i.e. filtering problems applied to model state, rather than simulation-based Bayesian inference more broadly. I will add a README section soon to highlight these points. EDIT: I should also mention that |
[noblock] |