LLAMA results

All results were produced by using the cross-validation splits in the repository with 10 folds and 1 repetitions.
The best values within a type (i.e., baseline (except for vbs), classif, regr and cluster) and performance measure (i.e., Percentage solved, PAR10, MCP) are colored green. Furthermore, the three best values over all groups within a performance measure are colored pink, the absolute best one is red.

The performance is measured in three different ways.

algo model succ par10 mcp
baseline vbs 0.859 2629.888 0.000
baseline singleBest 0.790 3892.783 157.181
baseline singleBestByPar 0.790 3892.783 157.181
baseline singleBestBySuccesses 0.790 3892.783 157.181
classif rpart 0.816 3388.738 63.758
classif randomForest 0.819 3331.272 57.745
classif ksvm 0.808 3527.457 73.944
cluster XMeans 0.781 4011.248 120.591
regr lm 0.802 3664.124 107.819
regr rpart 0.816 3397.289 72.302
regr randomForest 0.841 2944.511 30.946

The following default feature steps were used for model building:

base

Number of presolved instances: 0

The cost for using the feature steps (adapted for presolving) is: 0 or on average: 0

The feature steps correspond to the following 37 / 37 instance features:

f_1, f_2, f_3, f_4, f_5,
f_6, f_7, f_8, f_9, f_10,
f_11, f_12, f_13, f_14, f_15,
f_16, f_17, f_18, f_19, f_20,
f_21, f_22, f_23, f_24, f_25,
f_26, f_27, f_28, f_29, f_30,
f_31, f_32, f_33, f_34, f_35,
f_36, f_37

Algorithm and Feature Subset Selection

In order to get a better insight of the scenarios, forward selections have been applied to the solvers and features to determine whether small subsets achieve comparable performances. Following this approach, we reduced the number of solvers from 18 to 6, resulting in a PAR10 score of 2884.695 for the reduced model. Analogously, the model that was generated based on 5 of the originally 34 features resulted in a PAR10 score of 2867.015. Below, you can find the list of the selected features and solvers:

Selected Features:
f_4, f_6, f_7, f_8, f_19


Selected Solvers:
LMHS.2016, QMaxSAT16UC, WPM3.2015.co, maxhs.b, mscg2015a,
mscg2015b