The Spare Wrapper AlGorithm depends on some meta-parameters that are described below.
swagControl(pmax = 3, m = 100, alpha = 0.05, seed = 163L, verbose = FALSE)
A integer
representing the maximum number of attributes per learner.
A integer
representing the maximum number of learners per dimension explored.
A double
representing the proportion of screening.
An integer
that controls the reproducibility.
A boolean
for printing current progress of the algorithm.