You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Examples/configuration_selection.sh
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -72,15 +72,13 @@ sparkle generate report
72
72
73
73
# Run the portfolio selector on a *single* testing instance; the result will be printed to the command line if you add `--run-on local` to the command.
74
74
75
-
sparkle run portfolio selector --selection-scenario Output/Selection/MultiClassClassifier_RandomForestClassifier/PbO-CCSAT-G
76
-
eneric/ --instance Examples/Resources/Instances/PTN2/plain7824.cnf --run-on local
75
+
sparkle run portfolio selector --selection-scenario Output/Selection/MultiClassClassifier_RandomForestClassifier/PbO-CCSAT-Generic/ --instance Examples/Resources/Instances/PTN2/plain7824.cnf --run-on local
77
76
78
77
### Run on an instance set
79
78
80
79
# Run the portfolio selector on a testing instance *set*
81
80
82
-
sparkle run portfolio selector --selection-scenario Output/Selection/MultiClassClassifier_RandomForestClassifier/PbO-CCSAT-G
0 commit comments