We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b61e7d4 commit 9a7bc4eCopy full SHA for 9a7bc4e
src/DecisionFocusedLearningBenchmarks.jl
@@ -28,6 +28,7 @@ include("PortfolioOptimization/PortfolioOptimization.jl")
28
29
using .Utils
30
using .Argmax
31
+using .Ranking
32
using .SubsetSelection
33
using .Warcraft
34
using .FixedSizeShortestPath
@@ -43,6 +44,7 @@ export compute_gap
43
44
45
# Export all benchmarks
46
export ArgmaxBenchmark
47
+export RankingBenchmark
48
export SubsetSelectionBenchmark
49
export WarcraftBenchmark
50
export FixedSizeShortestPathBenchmark
0 commit comments