Class ScatterSearchSolutionsCreation

java.lang.Object
org.uma.jmetal.component.catalogue.common.solutionscreation.impl.ScatterSearchSolutionsCreation
All Implemented Interfaces:
SolutionsCreation<DoubleSolution>

public class ScatterSearchSolutionsCreation extends Object implements SolutionsCreation<DoubleSolution>
  • Field Details

    • sumOfFrequencyValues

      protected int[] sumOfFrequencyValues
    • sumOfReverseFrequencyValues

      protected int[] sumOfReverseFrequencyValues
    • frequency

      protected int[][] frequency
    • reverseFrequency

      protected int[][] reverseFrequency
  • Constructor Details

    • ScatterSearchSolutionsCreation

      public ScatterSearchSolutionsCreation(DoubleProblem problem, int numberOfSolutionsToCreate, int numberOfSubRanges)
  • Method Details