Uses of Class
unifeat.featureSelection.wrapper.PSOBasedMethods.BasicSwarm
Package
Description
-
Uses of BasicSwarm in unifeat.featureSelection.wrapper.PSOBasedMethods.BPSO
Modifier and TypeClassDescriptionclass
This java class is used to implement a swarm of particles in binary particle swarm optimization (BPSO) method in which the type of position vector is boolean and the type of particle is extended from Particle class. -
Uses of BasicSwarm in unifeat.featureSelection.wrapper.PSOBasedMethods.CPSO
Modifier and TypeClassDescriptionclass
This java class is used to implement a swarm of particles in continuous particle swarm optimization (CPSO) method in which the type of position vector is double and the type of particle is extended from Particle class. -
Uses of BasicSwarm in unifeat.featureSelection.wrapper.PSOBasedMethods.HPSO_LS
Modifier and TypeClassDescriptionclass
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. -
Uses of BasicSwarm in unifeat.featureSelection.wrapper.PSOBasedMethods.PSO42
Modifier and TypeClassDescriptionclass
This java class is used to implement a swarm of particles in particle swarm optimization version 4-2(PSO(4-2)) method in which the type of position vector is double and the type of particle is extended from Particle class.