public class GenericIntegerPermutationSolution extends AbstractGenericSolution<List<Integer>,PermutationProblem> implements PermutationSolution<List<Integer>>
attributes, numberOfViolatedConstraints, overallConstraintViolationDegree, problem, randomGenerator| Constructor and Description |
|---|
GenericIntegerPermutationSolution(GenericIntegerPermutationSolution solution)
Copy Constructor
|
GenericIntegerPermutationSolution(PermutationProblem<PermutationSolution<Integer>> problem)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Solution |
copy() |
String |
getVariableValueString(int index) |
equals, getAttribute, getNumberOfObjectives, getNumberOfVariables, getNumberOfViolatedConstraints, getObjective, getOverallConstraintViolationDegree, getVariableValue, hashCode, initializeObjectiveValues, setAttribute, setNumberOfViolatedConstraints, setObjective, setOverallConstraintViolationDegree, setVariableValue, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAttribute, getNumberOfObjectives, getNumberOfVariables, getNumberOfViolatedConstraints, getObjective, getOverallConstraintViolationDegree, getVariableValue, setAttribute, setNumberOfViolatedConstraints, setObjective, setOverallConstraintViolationDegree, setVariableValuepublic GenericIntegerPermutationSolution(PermutationProblem<PermutationSolution<Integer>> problem)
public GenericIntegerPermutationSolution(GenericIntegerPermutationSolution solution)
Copyright © 2015. All rights reserved.