Batch-wise Permutation Feature Importance Evaluation and Problem-Specific Bigraph for Learn-to-Branch
Yajie Niu, Chen Peng, Bolin Liao
This work is based on learn2branch, which proposes Graph Convolutional Neural Network for learn-to-branch.
Please follow installation instructions of learn2branch to install SCIP and PySCIPOpt.
In the instructions below we assumed that a bash variable PROBLEM
exists. For example,
PROBLEM=setcover
python Gasse_l2b/S01_generate_instances.py
python Gasse_l2b/S02_generate_dataset.py
python S03_train_gcnn.py
python S041_evaluate_BPFI.py
python S031_train_competitors.py
python S04_test_gcnn.py
python S05_evaluate_gcnn.py