Skip to content
Snippets Groups Projects
Commit 55652da7 authored by Luca Lenz's avatar Luca Lenz
Browse files

Updated project

parent 646f5d3a
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -4,13 +4,15 @@ authors = ["Luca Lenz <lucale@pik-potsdam.de>"] ...@@ -4,13 +4,15 @@ authors = ["Luca Lenz <lucale@pik-potsdam.de>"]
version = "0.1.0" version = "0.1.0"
[deps] [deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0" CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2" GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
QuasiMonteCarlo = "8a4e6c94-4038-4cdc-81c3-7e6ffdb2a71b"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e" IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec" NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
QuasiMonteCarlo = "8a4e6c94-4038-4cdc-81c3-7e6ffdb2a71b"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
# MultiLevelSampler # MultiLevelSampler
Sampling from limit of proxies. Sampling a chain from a limit of proxy distributions. This is a generalization of Metropolis Hastings type sampling algorithm.
Implementation in Julia Language and Turing Stochastic Programming interface.
Example application to toy model and power grid stability. Example application to toy model and power grid stability.
Implemented in Julia.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment