Skip to content

Commit

Permalink
start adding higher order sampler
Browse files Browse the repository at this point in the history
  • Loading branch information
thorek1 committed Dec 28, 2023
1 parent 447b6a7 commit 7fc79ac
Show file tree
Hide file tree
Showing 5 changed files with 419 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- x64
test_set:
- "estimation"
- "higher_order_estimation"
- "higher_order"
- "plots"
- "basic"
Expand Down
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ MatrixEquations = "^2"
NLopt = "0.6, ^1"
Optim = "^1"
Plots = "^1"
Pigeons = "^0.2"
PrecompileTools = "^1"
REPL = "^1"
Random = "^1"
Expand Down Expand Up @@ -102,11 +103,12 @@ JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Pigeons = "0eb8d820-af6a-4919-95ae-11206f830c31"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[targets]
test = ["Aqua", "JET", "CSV", "DataFrames", "DynamicPPL", "MCMCChains", "LineSearches", "Optim", "Test", "Turing", "FiniteDifferences", "Zygote", "Plots", "StatsPlots"]
test = ["Aqua", "JET", "CSV", "DataFrames", "DynamicPPL", "MCMCChains", "LineSearches", "Optim", "Test", "Turing", "Pigeons", "FiniteDifferences", "Zygote", "Plots", "StatsPlots"]
Loading

0 comments on commit 7fc79ac

Please sign in to comment.