Uses of Class
unifeat.featureSelection.wrapper.GABasedMethods.BasicIndividual
Package
Description
-
Uses of BasicIndividual in unifeat.featureSelection.wrapper.GABasedMethods.HGAFS
Modifier 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
Modifier 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.