public interface BoundedProblem<T extends Number,S> extends Problem<S>
BoundedProblem is a Problem for which solution boundaries
exist. Boundaries restrict each variable to be within an interval. This
interval may be different for each variable of the solution.| Modifier and Type | Method and Description |
|---|---|
T |
getLowerBound(int index) |
T |
getUpperBound(int index) |
createSolution, evaluate, getName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariablesCopyright © 2019. All rights reserved.