| 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 |
PermutationSwapMutation.execute(PermutationSolution solution)
Execute() method
|
| Modifier and Type | Method and Description |
|---|---|
void |
PermutationSwapMutation.doMutation(PermutationSolution<T> solution)
Performs the operation
|
PermutationSolution |
PermutationSwapMutation.execute(PermutationSolution 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
Created by Antonio J.
|
class |
GenericIntegerPermutationSolution
Created by Antonio J.
|
| Constructor and Description |
|---|
GenericIntegerPermutationSolution(PermutationProblem<PermutationSolution<Integer>> problem)
Constructor
|
Copyright © 2015. All rights reserved.