Skip to content

Commit 62a566f

Browse files
committed
update README
1 parent dc48513 commit 62a566f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,14 @@
55
[![Coverage](https://codecov.io/gh/JuliaDecisionFocusedLearning/DecisionFocusedLearningBenchmarks.jl/branch/main/graph/badge.svg)](https://app.codecov.io/gh/JuliaDecisionFocusedLearning/DecisionFocusedLearningBenchmarks.jl)
66
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/JuliaDiff/BlueStyle)
77

8-
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
16+
- `PortfolioOptimizationBenchmark`: portfolio optimization problem.
17+
18+
See the [documentation](https://JuliaDecisionFocusedLearning.github.io/DecisionFocusedLearningBenchmarks.jl/stable/) for more details.

0 commit comments

Comments
 (0)