-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Interface
- Document what
generate_blabla
doesgenerate_maximizer
does not return a differentiable layer- in particular for
generate_maximizer
the signature (args and kwargs) of the returned closure
- How to include losses in addition to CO layers?
- Callable struct that combines model, CO layer and loss? Not ideal, better leave ingredients separate
- Add function for turnkey training?
- Or a struct that stores the whole dataset
Getting data
- DataDeps.jl
- DataToolkit.jl
Data sources
- Energy-cost aware scheduling + knapsack:
Problem meaning
- Subset selections:
- artificial split: top
$k$ becomes 1) linear model to get cost followed by 2) LP - the optimal statistical model is identity (but the computer doesn't know)
- artificial split: top
Varying instance sizes
- Modify
ShortestPathBenchmark
to draw a random grid size from specified ranges of height and width, then see what you need in the interface to make it work
Metadata
Metadata
Assignees
Labels
No labels