Arguments
formula
A formula object describing the regression task.
data
An optional data frame containing the variables in the
model.
envir
The R environment to evaluate individuals in.
errorMeasure
A function to use as an error measure, defaults to RMSE.
indsizelimit
Individuals exceeding this size limit will get
a fitness of Inf
.
penalizeGenotypeConstantIndividuals
Individuals that do not
contain any input variables will get a fitness of Inf
.
subSamplingShare
The share of fitness cases $$s$$ sampled for
evaluation with each function evaluation. $$0 < s \leq 1$$ must
hold, defaults to 1.0
.