Uses of Interface
org.uma.jmetal.component.catalogue.pso.perturbation.Perturbation
Packages that use Perturbation
Package
Description
-
Uses of Perturbation in org.uma.jmetal.component.algorithm
Constructors in org.uma.jmetal.component.algorithm with parameters of type PerturbationModifierConstructorDescriptionParticleSwarmOptimizationAlgorithm(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 Perturbation in org.uma.jmetal.component.algorithm.multiobjective
Methods in org.uma.jmetal.component.algorithm.multiobjective with parameters of type Perturbation -
Uses of Perturbation in org.uma.jmetal.component.catalogue.pso.perturbation.impl
Classes in org.uma.jmetal.component.catalogue.pso.perturbation.impl that implement PerturbationModifier and TypeClassDescriptionclassThis perturbation applies a mutation operator to a fixed set of solutions according to a frequency parameter.