Uses of Interface
org.uma.jmetal.component.catalogue.pso.inertiaweightcomputingstrategy.InertiaWeightComputingStrategy
Packages that use InertiaWeightComputingStrategy
Package
Description
-
Uses of InertiaWeightComputingStrategy in org.uma.jmetal.component.algorithm
Constructors in org.uma.jmetal.component.algorithm with parameters of type InertiaWeightComputingStrategyModifierConstructorDescriptionParticleSwarmOptimizationAlgorithm(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 InertiaWeightComputingStrategy in org.uma.jmetal.component.catalogue.pso.inertiaweightcomputingstrategy.impl
Subinterfaces of InertiaWeightComputingStrategy in org.uma.jmetal.component.catalogue.pso.inertiaweightcomputingstrategy.implClasses in org.uma.jmetal.component.catalogue.pso.inertiaweightcomputingstrategy.impl that implement InertiaWeightComputingStrategyModifier and TypeClassDescriptionclassclassclassclass -
Uses of InertiaWeightComputingStrategy in org.uma.jmetal.component.catalogue.pso.velocityupdate
Methods in org.uma.jmetal.component.catalogue.pso.velocityupdate with parameters of type InertiaWeightComputingStrategyModifier and TypeMethodDescriptiondouble[][]VelocityUpdate.update(List<DoubleSolution> swarm, double[][] speed, DoubleSolution[] localBest, BoundedArchive<DoubleSolution> globalBest, GlobalBestSelection globalBestSelection, InertiaWeightComputingStrategy inertiaWeightComputingStrategy) -
Uses of InertiaWeightComputingStrategy in org.uma.jmetal.component.catalogue.pso.velocityupdate.impl
Methods in org.uma.jmetal.component.catalogue.pso.velocityupdate.impl with parameters of type InertiaWeightComputingStrategyModifier 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)