public class DefaultIntegerPermutationSolution extends AbstractGenericSolution<Integer,PermutationProblem> implements PermutationSolution<Integer>
attributes, numberOfViolatedConstraints, overallConstraintViolationDegree, problem, randomGenerator| Constructor and Description |
|---|
DefaultIntegerPermutationSolution(DefaultIntegerPermutationSolution solution)
Copy Constructor
|
DefaultIntegerPermutationSolution(PermutationProblem 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 DefaultIntegerPermutationSolution(PermutationProblem problem)
public DefaultIntegerPermutationSolution(DefaultIntegerPermutationSolution solution)
Copyright © 2015. All rights reserved.