GenAlg-class            Result of a genetic algorithm run
GenAlgControl-class     Control class for the genetic algorithm
GenAlgEvaluator-class   Evaluator Base Class
GenAlgFitEvaluator-class
                        Fit Evaluator
GenAlgLMEvaluator-class
                        LM Evaluator
GenAlgPLSEvaluator-class
                        PLS Evaluator
GenAlgUserEvaluator-class
                        User Function Evaluator
evaluate                Evaluate the fitness of variable subsets
evaluatorFit            Fit Evaluator
evaluatorLM             LM Evaluator
evaluatorPLS            PLS Evaluator
evaluatorUserFunction   User Defined Evaluator
fitness                 Get the fitness of a variable subset
fitnessEvolution        Get the evolution of the fitness
formatSegmentation      Format the raw segmentation list returned from
                        the C++ code into a usable list
genAlg                  Genetic algorithm for variable subset selection
genAlgControl           Set control arguments for the genetic algorithm
getEvalFun              Get the evaluation function from a
                        GenAlgUserEvaluator
subsets                 Get the found variable subset(s)
toCControlList          Transform the object to a list
trueFitnessVal          Get the transformed fitness values
validData               Check if the data is valid for the evaluator
