swagControl: Control for swag function

Description Usage Arguments See Also

View source: R/control.R

Description

The Spare Wrapper AlGorithm depends on some meta-parameters that are described below.

Usage

1
swagControl(pmax = 3, m = 100, alpha = 0.05, seed = 163L, verbose = FALSE)

Arguments

pmax

A integer representing the maximum number of attributes per learner.

m

A integer representing the maximum number of learners per dimension explored.

alpha

A double representing the proportion of screening.

seed

An integer that controls the reproducibility.

verbose

A boolean for printing current progress of the algorithm.

See Also

swag


swag documentation built on Nov. 10, 2020, 3:52 p.m.