Uses of Interface
org.uma.jmetal.component.catalogue.pso.velocityinitialization.VelocityInitialization
Packages that use VelocityInitialization
Package
Description
-
Uses of VelocityInitialization in org.uma.jmetal.component.algorithm
Constructors in org.uma.jmetal.component.algorithm with parameters of type VelocityInitializationModifierConstructorDescriptionParticleSwarmOptimizationAlgorithm(String name, SolutionsCreation<DoubleSolution> createInitialSwarm, Evaluation<DoubleSolution> evaluation, Termination termination, VelocityInitialization velocityInitialization, LocalBestInitialization localBestInitialization, GlobalBestInitialization globalBestInitialization, InertiaWeightComputingStrategy inertiaWeightComputingStrategy, VelocityUpdate velocityUpdate, PositionUpdate positionUpdate, Perturbation perturbation, GlobalBestUpdate globalBestUpdate, LocalBestUpdate localBestUpdate, GlobalBestSelection globalBestSelection, BoundedArchive<DoubleSolution> globalBestArchive) Constructor -
Uses of VelocityInitialization in org.uma.jmetal.component.catalogue.pso.velocityinitialization.impl
Classes in org.uma.jmetal.component.catalogue.pso.velocityinitialization.impl that implement VelocityInitializationModifier and TypeClassDescriptionclassClass that initializes the velocity of the particles to 0.0classClass that initializes the velocity of the particles according to the standard PSO 2007 (SPSO 2007) Source: Maurice Clerc.classClass that initializes the velocity of the particles according to the standard PSO 2011 (SPSO 2011) Source: Maurice Clerc.