JuliaDecisionFocusedLearning / DecisionFocusedLearningBenchmarks.jl

Benchmarks for decision-focused learning
MIT License
6 stars 0 forks source link

Remarks on benchmark problems #3

Open gdalle opened 5 months ago

gdalle commented 5 months ago

Interface

Getting data

Data sources

Problem meaning

Varying instance sizes

gdalle commented 4 months ago

Don't define the pipelines. We can put stuff in an InferOpt extension relying on InferOptBenchmarks to train our pipelines.

Imagine we define these benchmarks for a comparison between InferOpt and a competitor

InferOptBenchmarks should not depend on InferOpt. Maybe we should rename it to "DecisionFocusedLearningBenchmarks".

Take inspiration from https://github.com/JuliaSmoothOptimizers/OptimizationProblems.jl

gdalle commented 4 months ago

In the docs and tests of this package, use a black box optimizer in the pipeline (no autodiff shenanigans) to learn without depending on InferOpt

gdalle commented 2 months ago

Today's meeting notes: