Uses of Interface
org.uma.jmetal.component.catalogue.pso.positionupdate.PositionUpdate
Packages that use PositionUpdate
Package
Description
-
Uses of PositionUpdate in org.uma.jmetal.component.algorithm
Constructors in org.uma.jmetal.component.algorithm with parameters of type PositionUpdateModifierConstructorDescriptionParticleSwarmOptimizationAlgorithm(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 PositionUpdate in org.uma.jmetal.component.algorithm.multiobjective
Methods in org.uma.jmetal.component.algorithm.multiobjective with parameters of type PositionUpdate -
Uses of PositionUpdate in org.uma.jmetal.component.catalogue.pso.positionupdate.impl
Classes in org.uma.jmetal.component.catalogue.pso.positionupdate.impl that implement PositionUpdate