Uses of Interface
org.uma.jmetal.solution.integersolution.IntegerSolution
-
Uses of IntegerSolution in org.uma.jmetal.operator.crossover.impl
Methods in org.uma.jmetal.operator.crossover.impl that return types with arguments of type IntegerSolution Modifier and Type Method Description java.util.List<IntegerSolution>IntegerSBXCrossover. doCrossover(double probability, IntegerSolution parent1, IntegerSolution parent2)doCrossover methodjava.util.List<IntegerSolution>IntegerSBXCrossover. execute(java.util.List<IntegerSolution> solutions)Execute() methodMethods in org.uma.jmetal.operator.crossover.impl with parameters of type IntegerSolution Modifier and Type Method Description java.util.List<IntegerSolution>IntegerSBXCrossover. doCrossover(double probability, IntegerSolution parent1, IntegerSolution parent2)doCrossover methodMethod parameters in org.uma.jmetal.operator.crossover.impl with type arguments of type IntegerSolution Modifier and Type Method Description java.util.List<IntegerSolution>IntegerSBXCrossover. execute(java.util.List<IntegerSolution> solutions)Execute() method -
Uses of IntegerSolution in org.uma.jmetal.operator.mutation.impl
Methods in org.uma.jmetal.operator.mutation.impl that return IntegerSolution Modifier and Type Method Description IntegerSolutionIntegerPolynomialMutation. execute(IntegerSolution solution)Execute() methodMethods in org.uma.jmetal.operator.mutation.impl with parameters of type IntegerSolution Modifier and Type Method Description IntegerSolutionIntegerPolynomialMutation. execute(IntegerSolution solution)Execute() method -
Uses of IntegerSolution in org.uma.jmetal.problem.integerproblem.impl
Methods in org.uma.jmetal.problem.integerproblem.impl that return IntegerSolution Modifier and Type Method Description IntegerSolutionAbstractIntegerProblem. createSolution() -
Uses of IntegerSolution in org.uma.jmetal.solution.integerdoublesolution
Methods in org.uma.jmetal.solution.integerdoublesolution that return IntegerSolution Modifier and Type Method Description IntegerSolutionIntegerDoubleSolution. getIntegerSolution()Deprecated. -
Uses of IntegerSolution in org.uma.jmetal.solution.integerdoublesolution.impl
Methods in org.uma.jmetal.solution.integerdoublesolution.impl that return IntegerSolution Modifier and Type Method Description IntegerSolutionDefaultIntegerDoubleSolution. getIntegerSolution()Deprecated.Constructors in org.uma.jmetal.solution.integerdoublesolution.impl with parameters of type IntegerSolution Constructor Description DefaultIntegerDoubleSolution(IntegerSolution integerSolution, DoubleSolution doubleSolution)Deprecated.Constructor -
Uses of IntegerSolution in org.uma.jmetal.solution.integersolution.impl
Classes in org.uma.jmetal.solution.integersolution.impl that implement IntegerSolution Modifier and Type Class Description classDefaultIntegerSolutionDefines an implementation of an integer solution -
Uses of IntegerSolution in org.uma.jmetal.util.comparator
Methods in org.uma.jmetal.util.comparator with parameters of type IntegerSolution Modifier and Type Method Description intIntegerVariableComparator. compare(IntegerSolution solution1, IntegerSolution solution2)Compares two double solutions according to a variable value