You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set of benchmark problems to be solved with [DecisionFocusedLearning.jl](https://github.com/JuliaDecisionFocusedLearning/DecisionFocusedLearning.jl)
8
+
This repository contains a collection of benchmark problems for decision-focused learning algorithms.
9
+
It provides a common interface for creating datasets, associated statistical models and combinatorial optimization maximizers for building decision-focused learning pipelines.
10
+
They can be used for instance as benchmarks for tools in [InferOpt.jl](https://github.com/JuliaDecisionFocusedLearning/InferOpt.jl), but can be used in any other context as well.
11
+
12
+
Currently, this package provides the following benchmark problems (many more to come!):
13
+
-`SubsetSelectionBenchmark`: a minimalist subset selection problem.
14
+
-`FixedSizeShortestPathBenchmark`: shortest path problem with on a graph with fixed size.
15
+
-`WarcraftBenchmark`: shortest path problem on image maps
0 commit comments