Uses of Class
unifeat.featureSelection.wrapper.GABasedMethods.BasicPopulation
Package
Description
-
Uses of BasicPopulation in unifeat.featureSelection.wrapper.GABasedMethods.HGAFS
Modifier and TypeClassDescriptionclass
This java class is used to implement a population of individuals in hybrid genetic algorithm for feature selection using local search (HGAFS) in which the type of individual is extended from Individual class. -
Uses of BasicPopulation in unifeat.featureSelection.wrapper.GABasedMethods.SimpleGA
Modifier and TypeClassDescriptionclass
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.