Package unifeat.featureSelection.wrapper.GABasedMethods
package unifeat.featureSelection.wrapper.GABasedMethods
-
ClassDescriptionBasicGA<PopulationType>The abstract class contains the main methods and fields that are used in all GA-based feature selection methods.BasicIndividual<GeneType>The abstract class contains the main methods and fields that are used in all GA-based feature selection methods.BasicPopulation<IndividualType>The abstract class contains the main methods and fields that are used in all GA-based feature selection methods.This java class is used to implement various crossover operators for recombining the two parents to generate new offspringsThis java class is used to implement various mutation operators for mutating new offsprings by changing the value of some genes in them.This java class is used to implement various selection operators for selecting parents from the individuals of a population according to their fitness that will recombine for next generation.