| GenAlg-class {gaselect} | R Documentation |
Result of a genetic algorithm run
Description
Return object of a run of the genetic algorithm genAlg
Slots
subsetsLogical matrix with one variable subset per column. The columns are ordered according to their fitness (first column contains the fittest variable-subset).
rawFitnessNumeric vector with the raw fitness of the corresponding variable subset returned by the evaluator.
responseThe original response vector.
covariatesThe original covariates matrix.
evaluatorThe evaluator used in the genetic algorithm.
controlThe control object.
segmentationThe segments used by the evaluator. Empty list if the evaluator doesn't use segmentation.
seedThe seed the algorithm is started with.
[Package gaselect version 1.0.22 Index]