mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 17:38:51 -06:00
Small improvements to benchmark scripts
This commit is contained in:
@@ -10,7 +10,9 @@ CHALLENGES := \
|
||||
knapsack/ChallengeA \
|
||||
tsp/ChallengeA
|
||||
|
||||
main: $(addsuffix /performance.png, $(CHALLENGES))
|
||||
test: $(addsuffix /performance.png, $(CHALLENGES))
|
||||
|
||||
train: $(addsuffix /train_instances.bin, $(CHALLENGES))
|
||||
|
||||
%/train_instances.bin:
|
||||
python benchmark.py train $*
|
||||
|
||||
Reference in New Issue
Block a user