Skip to content

Commit 25186cc

Browse files
authored
Update SGHMC and SGLD (#1502)
1 parent 4e0bd08 commit 25186cc

File tree

6 files changed

+222
-186
lines changed

6 files changed

+222
-186
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Turing"
22
uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
3-
version = "0.15.7"
3+
version = "0.15.8"
44

55
[deps]
66
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"

src/Turing.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ export @model, # modelling
101101
DynamicNUTS,
102102
ANUTS,
103103

104+
PolynomialStepsize,
105+
104106
IS, # particle-based sampling
105107
SMC,
106108
CSMC,

0 commit comments

Comments
 (0)