| Package | Description |
|---|---|
| org.uma.jmetal.operator.impl.crossover | |
| org.uma.jmetal.operator.impl.mutation | |
| org.uma.jmetal.problem | |
| org.uma.jmetal.problem.impl | |
| org.uma.jmetal.solution.impl |
| Modifier and Type | Method and Description |
|---|---|
List<PermutationSolution<Integer>> |
PMXCrossover.doCrossover(double probability,
List<PermutationSolution<Integer>> parents)
Perform the crossover operation
|
List<PermutationSolution<Integer>> |
PMXCrossover.execute(List<PermutationSolution<Integer>> parents)
Executes the operation
|
| Modifier and Type | Method and Description |
|---|---|
List<PermutationSolution<Integer>> |
PMXCrossover.doCrossover(double probability,
List<PermutationSolution<Integer>> parents)
Perform the crossover operation
|
List<PermutationSolution<Integer>> |
PMXCrossover.execute(List<PermutationSolution<Integer>> parents)
Executes the operation
|
| Modifier and Type | Method and Description |
|---|---|
PermutationSolution<T> |
PermutationSwapMutation.execute(PermutationSolution<T> solution)
Execute() method
|
| Modifier and Type | Method and Description |
|---|---|
void |
PermutationSwapMutation.doMutation(PermutationSolution<T> solution)
Performs the operation
|
PermutationSolution<T> |
PermutationSwapMutation.execute(PermutationSolution<T> solution)
Execute() method
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PermutationProblem<S extends PermutationSolution<?>>
Interface representing permutation problems
|
| Modifier and Type | Method and Description |
|---|---|
PermutationSolution<Integer> |
AbstractIntegerPermutationProblem.createSolution() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIntegerPermutationSolution
Defines an implementation of solution composed of a permuation of integers
|
Copyright © 2015. All rights reserved.