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 operationCycleCrossover.execute(List<PermutationSolution<Integer>> solutions) EdgeRecombinationCrossover.execute(List<PermutationSolution<Integer>> solutions) OXDCrossover.execute(List<PermutationSolution<Integer>> solutions) PMXCrossover.execute(List<PermutationSolution<Integer>> parents) Executes the operationPositionBasedCrossover.execute(List<PermutationSolution<Integer>> solutions) Method 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 operationCycleCrossover.execute(List<PermutationSolution<Integer>> solutions) EdgeRecombinationCrossover.execute(List<PermutationSolution<Integer>> solutions) OXDCrossover.execute(List<PermutationSolution<Integer>> solutions) PMXCrossover.execute(List<PermutationSolution<Integer>> parents) Executes the operationPositionBasedCrossover.execute(List<PermutationSolution<Integer>> solutions) -
Uses of PermutationSolution in org.uma.jmetal.operator.mutation.impl
Methods in org.uma.jmetal.operator.mutation.impl that return PermutationSolutionModifier and TypeMethodDescriptionDisplacementMutation.execute(PermutationSolution<T> solution) InsertMutation.execute(PermutationSolution<T> solution) InversionMutation.execute(PermutationSolution<T> solution) PermutationSwapMutation.execute(PermutationSolution<T> solution) ScrambleMutation.execute(PermutationSolution<T> solution) SimpleInversionMutation.execute(PermutationSolution<T> solution) Methods in org.uma.jmetal.operator.mutation.impl with parameters of type PermutationSolutionModifier and TypeMethodDescriptionvoidDisplacementMutation.doMutation(PermutationSolution<T> solution) voidInsertMutation.doMutation(PermutationSolution<T> solution) voidInversionMutation.doMutation(PermutationSolution<T> solution) voidPermutationSwapMutation.doMutation(PermutationSolution<T> solution) Performs the operationvoidScrambleMutation.doMutation(PermutationSolution<T> solution) voidSimpleInversionMutation.doMutation(PermutationSolution<T> solution) DisplacementMutation.execute(PermutationSolution<T> solution) InsertMutation.execute(PermutationSolution<T> solution) InversionMutation.execute(PermutationSolution<T> solution) PermutationSwapMutation.execute(PermutationSolution<T> solution) ScrambleMutation.execute(PermutationSolution<T> solution) SimpleInversionMutation.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.