Skip to content

Commit b8467c9

Browse files
authored
Merge pull request #80 from axelparmentier/perturbed-oracles
Perturbed oracles with variance reduction
2 parents 98ea7cc + 1e0d8ec commit b8467c9

File tree

13 files changed

+647
-289
lines changed

13 files changed

+647
-289
lines changed

Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version = "0.5.1"
55

66
[deps]
77
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
8+
DensityInterface = "b429d917-457f-4dbc-8f4c-0cc954292b1d"
89
DifferentiableFrankWolfe = "b383313e-5450-4164-a800-befbd27b574d"
910
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1011
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
@@ -20,6 +21,7 @@ InferOptFrankWolfeExt = "DifferentiableFrankWolfe"
2021

2122
[compat]
2223
ChainRulesCore = "1"
24+
DensityInterface = "0.4.0"
2325
DifferentiableFrankWolfe = "0.1.2"
2426
StatsBase = "0.33, 0.34"
2527
TestItemRunner = "0.2.2"
@@ -29,6 +31,7 @@ julia = "1.7"
2931
[extras]
3032
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
3133
DifferentiableFrankWolfe = "b383313e-5450-4164-a800-befbd27b574d"
34+
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
3235
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3336
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
3437
FrankWolfe = "f55ce6ea-fdc5-4628-88c5-0087fe54bd30"
@@ -49,4 +52,4 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
4952
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
5053

5154
[targets]
52-
test = ["Aqua", "DifferentiableFrankWolfe", "Documenter", "Flux", "FrankWolfe", "Graphs", "GridGraphs", "JET", "JuliaFormatter", "LinearAlgebra", "Literate", "Pkg", "ProgressMeter", "Random", "Revise", "Statistics", "Test", "TestItemRunner", "UnicodePlots", "Zygote"]
55+
test = ["Aqua", "DifferentiableFrankWolfe", "Distributions", "Documenter", "Flux", "FrankWolfe", "Graphs", "GridGraphs", "JET", "JuliaFormatter", "LinearAlgebra", "Literate", "Pkg", "ProgressMeter", "Random", "Revise", "Statistics", "Test", "TestItemRunner", "UnicodePlots", "Zygote"]

0 commit comments

Comments
 (0)