Skip to content

Elizabethxyhu/NeurIPS_Two_Stage_Predict-Optimize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

NeurIPS_Two_Stage_Predict-Optimize

This repository is the official implementation of the paper: Two-Stage Predict+Optimize for Mixed Integer Linear Programs with Unknown Parameters in Constraints.

Download and extract the datasets.

To run the three benchmarks: the alloy production problem, the 0-1 knapsack problem, and the nurse scheduling problem:

  1. Enter the corresponding folder
  2. Move the dataset into the “data” folder and unzip all the data files
  3. Run “python3 train.py” For example, to run the brass experiment in the alloy production problem:
  4. Enter “./code/Alloy production” folder
  5. Move all the files in the“./data/Alloy production/brass” folder into the “./code/Alloy production/data” folder and unzip all the data files
  6. Run “python3 train.py”

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages