Skip to content

JuliaDecisionFocusedLearning/DecisionFocusedLearningBenchmarks.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

281 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Benchmark problems for decision-focused learning

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages