public abstract class AbstractDoubleProblem extends AbstractGenericProblem<DoubleSolution> implements DoubleProblem
| Constructor and Description |
|---|
AbstractDoubleProblem() |
| Modifier and Type | Method and Description |
|---|---|
DoubleSolution |
createSolution() |
Double |
getLowerBound(int index) |
Double |
getUpperBound(int index) |
protected void |
setLowerLimit(List<Double> lowerLimit) |
protected void |
setUpperLimit(List<Double> upperLimit) |
getName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables, setName, setNumberOfConstraints, setNumberOfObjectives, setNumberOfVariablesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluate, getName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariablespublic Double getUpperBound(int index)
getUpperBound in interface DoubleProblempublic Double getLowerBound(int index)
getLowerBound in interface DoubleProblempublic DoubleSolution createSolution()
createSolution in interface Problem<DoubleSolution>Copyright © 2015. All rights reserved.