Uses of Interface
org.uma.jmetal.component.catalogue.pso.localbestupdate.LocalBestUpdate
Packages that use LocalBestUpdate
Package
Description
-
Uses of LocalBestUpdate in org.uma.jmetal.component.algorithm
Constructors in org.uma.jmetal.component.algorithm with parameters of type LocalBestUpdateModifierConstructorDescriptionParticleSwarmOptimizationAlgorithm(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 LocalBestUpdate in org.uma.jmetal.component.algorithm.multiobjective
Methods in org.uma.jmetal.component.algorithm.multiobjective with parameters of type LocalBestUpdateModifier and TypeMethodDescriptionSMPSOBuilder.setLocalBestUpdate(LocalBestUpdate localBestUpdate) -
Uses of LocalBestUpdate in org.uma.jmetal.component.catalogue.pso.localbestupdate.impl
Classes in org.uma.jmetal.component.catalogue.pso.localbestupdate.impl that implement LocalBestUpdate