Skip to content

Commit f8c3968

Browse files
committed
Rework metric system
1 parent 308b4e9 commit f8c3968

17 files changed

Lines changed: 334 additions & 3180 deletions

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name = "DecisionFocusedLearningAlgorithms"
22
uuid = "46d52364-bc3b-4fac-a992-eb1d3ef2de15"
3-
authors = ["Members of JuliaDecisionFocusedLearning and contributors"]
43
version = "0.1.0"
4+
authors = ["Members of JuliaDecisionFocusedLearning and contributors"]
55

66
[workspace]
77
projects = ["docs", "test"]
88

99
[deps]
1010
DecisionFocusedLearningBenchmarks = "2fbe496a-299b-4c81-bab5-c44dfc55cf20"
11+
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
1112
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
1213
InferOpt = "4846b161-c94e-4150-8dac-c7ae193c601f"
1314
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
@@ -19,6 +20,7 @@ ValueHistories = "98cad3c8-aec3-5f06-8e41-884608649ab7"
1920

2021
[compat]
2122
DecisionFocusedLearningBenchmarks = "0.4"
23+
DocStringExtensions = "0.9.5"
2224
Flux = "0.16.5"
2325
InferOpt = "0.7.1"
2426
MLUtils = "0.4.8"

0 commit comments

Comments
 (0)