Uses of Interface
org.uma.jmetal.component.catalogue.pso.globalbestselection.GlobalBestSelection
Packages that use GlobalBestSelection
Package
Description
-
Uses of GlobalBestSelection in org.uma.jmetal.component.algorithm
Constructors in org.uma.jmetal.component.algorithm with parameters of type GlobalBestSelectionModifierConstructorDescriptionParticleSwarmOptimizationAlgorithm(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 GlobalBestSelection in org.uma.jmetal.component.algorithm.multiobjective
Methods in org.uma.jmetal.component.algorithm.multiobjective with parameters of type GlobalBestSelectionModifier and TypeMethodDescriptionSMPSOBuilder.setGlobalBestSelection(GlobalBestSelection globalBestSelection) -
Uses of GlobalBestSelection in org.uma.jmetal.component.catalogue.pso.globalbestselection.impl
Classes in org.uma.jmetal.component.catalogue.pso.globalbestselection.impl that implement GlobalBestSelectionModifier and TypeClassDescriptionclassclassclass -
Uses of GlobalBestSelection in org.uma.jmetal.component.catalogue.pso.velocityupdate
Methods in org.uma.jmetal.component.catalogue.pso.velocityupdate with parameters of type GlobalBestSelectionModifier and TypeMethodDescriptiondouble[][]VelocityUpdate.update(List<DoubleSolution> swarm, double[][] speed, DoubleSolution[] localBest, BoundedArchive<DoubleSolution> globalBest, GlobalBestSelection globalBestSelection, InertiaWeightComputingStrategy inertiaWeightComputingStrategy) -
Uses of GlobalBestSelection in org.uma.jmetal.component.catalogue.pso.velocityupdate.impl
Methods in org.uma.jmetal.component.catalogue.pso.velocityupdate.impl with parameters of type GlobalBestSelectionModifier and TypeMethodDescriptiondouble[][]ConstrainedVelocityUpdate.update(List<DoubleSolution> swarm, double[][] speed, DoubleSolution[] localBest, BoundedArchive<DoubleSolution> leaders, GlobalBestSelection globalBestSelection, InertiaWeightComputingStrategy inertiaWeightComputingStrategy) double[][]DefaultVelocityUpdate.update(List<DoubleSolution> swarm, double[][] speed, DoubleSolution[] localBest, BoundedArchive<DoubleSolution> leaders, GlobalBestSelection globalBestSelection, InertiaWeightComputingStrategy inertiaWeightComputingStrategy) double[][]SPS2011VelocityUpdate.update(List<DoubleSolution> swarm, double[][] speed, DoubleSolution[] localBest, BoundedArchive<DoubleSolution> leaders, GlobalBestSelection globalBestSelection, InertiaWeightComputingStrategy inertiaWeightComputingStrategy)