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 Summary
FieldsModifier and TypeFieldDescriptionprotected int[][]protected int[][]protected int[]protected int[] -
Constructor Summary
ConstructorsConstructorDescriptionScatterSearchSolutionsCreation(DoubleProblem problem, int numberOfSolutionsToCreate, int numberOfSubRanges) -
Method Summary
-
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
-
create
- Specified by:
createin interfaceSolutionsCreation<DoubleSolution>
-