Uses of Interface
org.uma.jmetal.solution.integersolution.IntegerSolution
Packages that use IntegerSolution
Package
Description
-
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 IntegerSolutionModifier and TypeMethodDescriptionIntegerSBXCrossover.doCrossover(double probability, IntegerSolution parent1, IntegerSolution parent2) doCrossover methodIntegerSBXCrossover.execute(List<IntegerSolution> solutions) Execute() methodMethods in org.uma.jmetal.operator.crossover.impl with parameters of type IntegerSolutionModifier and TypeMethodDescriptionIntegerSBXCrossover.doCrossover(double probability, IntegerSolution parent1, IntegerSolution parent2) doCrossover methodMethod parameters in org.uma.jmetal.operator.crossover.impl with type arguments of type IntegerSolutionModifier and TypeMethodDescriptionIntegerSBXCrossover.execute(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 IntegerSolutionModifier and TypeMethodDescriptionIntegerPolynomialMutation.execute(IntegerSolution solution) Execute() methodMethods in org.uma.jmetal.operator.mutation.impl with parameters of type IntegerSolutionModifier and TypeMethodDescriptionIntegerPolynomialMutation.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 IntegerSolutionModifier and TypeMethodDescriptionAbstractIntegerProblem.createSolution()FakeIntegerProblem.evaluate(IntegerSolution solution) Methods in org.uma.jmetal.problem.integerproblem.impl with parameters of type IntegerSolution -
Uses of IntegerSolution in org.uma.jmetal.solution.integersolution.impl
Classes in org.uma.jmetal.solution.integersolution.impl that implement IntegerSolutionModifier and TypeClassDescriptionclassDefines an implementation of theIntegerSolutioninterface -
Uses of IntegerSolution in org.uma.jmetal.util.comparator
Methods in org.uma.jmetal.util.comparator with parameters of type IntegerSolutionModifier and TypeMethodDescriptionintIntegerVariableComparator.compare(IntegerSolution solution1, IntegerSolution solution2) Compares two double solutions according to a variable value