Uses of Interface
org.uma.jmetal.component.catalogue.pso.velocityupdate.VelocityUpdate
Packages that use VelocityUpdate
Package
Description
-
Uses of VelocityUpdate in org.uma.jmetal.component.algorithm
Constructors in org.uma.jmetal.component.algorithm with parameters of type VelocityUpdateModifierConstructorDescriptionParticleSwarmOptimizationAlgorithm(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 VelocityUpdate in org.uma.jmetal.component.catalogue.pso.velocityupdate.impl
Classes in org.uma.jmetal.component.catalogue.pso.velocityupdate.impl that implement VelocityUpdateModifier and TypeClassDescriptionclassMethod implementing a constrained velocity update.classMethod implementing the standard velocity PSO update strategyclassMethod implementing a velocity update strategy proposed in Standard PSO 2011.