Uses of Class
unifeat.featureSelection.wrapper.GABasedMethods.BasicIndividual
Packages that use BasicIndividual
Package
Description
-
Uses of BasicIndividual in unifeat.featureSelection.wrapper.GABasedMethods.HGAFS
Subclasses of BasicIndividual in unifeat.featureSelection.wrapper.GABasedMethods.HGAFSModifier and TypeClassDescriptionclass
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. -
Uses of BasicIndividual in unifeat.featureSelection.wrapper.GABasedMethods.SimpleGA
Subclasses of BasicIndividual in unifeat.featureSelection.wrapper.GABasedMethods.SimpleGAModifier and TypeClassDescriptionclass
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.