Uses of Interface
org.uma.jmetal.component.catalogue.pso.globalbestupdate.GlobalBestUpdate
Packages that use GlobalBestUpdate
Package
Description
-
Uses of GlobalBestUpdate in org.uma.jmetal.component.algorithm
Constructors in org.uma.jmetal.component.algorithm with parameters of type GlobalBestUpdateModifierConstructorDescriptionParticleSwarmOptimizationAlgorithm(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 GlobalBestUpdate in org.uma.jmetal.component.algorithm.multiobjective
Methods in org.uma.jmetal.component.algorithm.multiobjective with parameters of type GlobalBestUpdateModifier and TypeMethodDescriptionSMPSOBuilder.setGlobalBestUpdate(GlobalBestUpdate globalBestUpdate) -
Uses of GlobalBestUpdate in org.uma.jmetal.component.catalogue.pso.globalbestupdate.impl
Classes in org.uma.jmetal.component.catalogue.pso.globalbestupdate.impl that implement GlobalBestUpdate