Package unifeat.featureSelection.wrapper.GABasedMethods.SimpleGA


package unifeat.featureSelection.wrapper.GABasedMethods.SimpleGA
  • Classes
    Class
    Description
    This java class is used to represent an individual in simple genetic algorithm (Simple GA) method in which the type of gene vector is boolean.
    This java class is used to implement a population of individuals in simple genetic algorithm (Simple GA) method in which the type of individual is extended from Individual class.
    This java class is used to implement feature selection method based on simple genetic algorithm (Simple GA) in which the type of Population is extended from Population class.