Interface DoubleProblem
- All Superinterfaces:
BoundedProblem<java.lang.Double,DoubleSolution>,Problem<DoubleSolution>,java.io.Serializable
- All Known Implementing Classes:
AbstractDoubleProblem,ComposableDoubleProblem,DummyDoubleProblem
public interface DoubleProblem extends BoundedProblem<java.lang.Double,DoubleSolution>
Interface representing continuous problems
- Author:
- Antonio J. Nebro
-
Method Summary
Methods inherited from interface org.uma.jmetal.problem.BoundedProblem
getBounds, getBoundsForVariables, getLowerBound, getUpperBoundMethods inherited from interface org.uma.jmetal.problem.Problem
createSolution, evaluate, getName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables