Uses of Interface
org.uma.jmetal.solution.permutationsolution.PermutationSolution
Packages that use PermutationSolution
Package
Description
-
Uses of PermutationSolution in org.uma.jmetal.operator.crossover.impl
Methods in org.uma.jmetal.operator.crossover.impl that return types with arguments of type PermutationSolutionModifier and TypeMethodDescriptionPMXCrossover.doCrossover(double probability, List<PermutationSolution<Integer>> parents) Perform the crossover operationPMXCrossover.execute(List<PermutationSolution<Integer>> parents) Executes the operationMethod parameters in org.uma.jmetal.operator.crossover.impl with type arguments of type PermutationSolutionModifier and TypeMethodDescriptionPMXCrossover.doCrossover(double probability, List<PermutationSolution<Integer>> parents) Perform the crossover operationPMXCrossover.execute(List<PermutationSolution<Integer>> parents) Executes the operation -
Uses of PermutationSolution in org.uma.jmetal.operator.mutation.impl
Methods in org.uma.jmetal.operator.mutation.impl that return PermutationSolutionModifier and TypeMethodDescriptionPermutationSwapMutation.execute(PermutationSolution<T> solution) Methods in org.uma.jmetal.operator.mutation.impl with parameters of type PermutationSolutionModifier and TypeMethodDescriptionvoidPermutationSwapMutation.doMutation(PermutationSolution<T> solution) Performs the operationPermutationSwapMutation.execute(PermutationSolution<T> solution) -
Uses of PermutationSolution in org.uma.jmetal.problem.permutationproblem
Classes in org.uma.jmetal.problem.permutationproblem with type parameters of type PermutationSolutionModifier and TypeInterfaceDescriptioninterfacePermutationProblem<S extends PermutationSolution<?>>Interface representing permutation problems -
Uses of PermutationSolution in org.uma.jmetal.problem.permutationproblem.impl
Methods in org.uma.jmetal.problem.permutationproblem.impl that return PermutationSolutionModifier and TypeMethodDescriptionAbstractIntegerPermutationProblem.createSolution()FakeIntegerPermutationProblem.evaluate(PermutationSolution<Integer> solution) Methods in org.uma.jmetal.problem.permutationproblem.impl with parameters of type PermutationSolutionModifier and TypeMethodDescriptionFakeIntegerPermutationProblem.evaluate(PermutationSolution<Integer> solution) -
Uses of PermutationSolution in org.uma.jmetal.solution.permutationsolution.impl
Classes in org.uma.jmetal.solution.permutationsolution.impl that implement PermutationSolutionModifier and TypeClassDescriptionclassDefines an implementation of solution composed of a permutation of integers.