Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 2.46 KB

File metadata and controls

30 lines (22 loc) · 2.46 KB

DecisionFocusedLearningBenchmarks.jl

Stable Dev Build Status Coverage Code Style: Blue

Warning

This package is currently under active development. The API may change in future releases.

DecisionFocusedLearningBenchmarks.jl provides a collection of benchmark problems for evaluating Decision-Focused Learning algorithms, spanning static, stochastic, and dynamic settings. Each benchmark provides a dataset generator, a statistical model architecture, and a combinatorial oracle, ready to plug into any DFL training algorithm:

using DecisionFocusedLearningBenchmarks

bench = ArgmaxBenchmark()
dataset = generate_dataset(bench, 100)
model = generate_statistical_model(bench)
maximizer = generate_maximizer(bench)

For the full list of benchmarks, the common interface, and detailed usage examples, refer to the documentation.

Related Packages

This package is part of the JuliaDecisionFocusedLearning organization, and built to be compatible with other packages in the ecosystem: