Package unifeat.featureSelection.wrapper.PSOBasedMethods.HPSO_LS
package unifeat.featureSelection.wrapper.PSOBasedMethods.HPSO_LS
-
ClassDescriptionThis java class is used to implement feature selection based on hybrid particle swarm optimization method using local search (HPSO-LS) in which the type of Swarm is extended from Swarm class.This java class is used to represent a particle in hybrid particle swarm optimization method using local search (HPSO-LS) in which the type of position vector is boolean and the type of velocity vector is double.This java class is used to implement a swarm of particles in hybrid particle swarm optimization method using local search (HPSO-LS) in which the type of position vector is boolean and the type of particle is extended from Particle class.