SkillAgentSearch skills...

DecisionFocusedLearningBenchmarks.jl

Benchmark problems for decision-focused learning

Install / Use

/learn @JuliaDecisionFocusedLearning/DecisionFocusedLearningBenchmarks.jl
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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:

View on GitHub
GitHub Stars15
CategoryEducation
Updated7d ago
Forks1

Languages

Julia

Security Score

95/100

Audited on Apr 1, 2026

No findings