java.lang.Object
org.uma.jmetal.component.catalogue.pso.inertiaweightcomputingstrategy.impl.RandomSelectedValueStrategy
All Implemented Interfaces:
InertiaWeightComputingStrategy

public class RandomSelectedValueStrategy extends Object implements InertiaWeightComputingStrategy
  • Constructor Details

    • RandomSelectedValueStrategy

      public RandomSelectedValueStrategy()
    • RandomSelectedValueStrategy

      public RandomSelectedValueStrategy(double lowerBound, double upperBound)
  • Method Details

    • compute

      public double compute()
      Specified by:
      compute in interface InertiaWeightComputingStrategy
    • getLowerBound

      public double getLowerBound()
    • getUpperBound

      public double getUpperBound()