Uses of Interface
org.uma.jmetal.problem.BoundedProblem
-
Uses of BoundedProblem in org.uma.jmetal.problem.doubleproblem
Subinterfaces of BoundedProblem in org.uma.jmetal.problem.doubleproblem Modifier and Type Interface Description interfaceDoubleProblemInterface representing continuous problems -
Uses of BoundedProblem in org.uma.jmetal.problem.doubleproblem.impl
Classes in org.uma.jmetal.problem.doubleproblem.impl that implement BoundedProblem Modifier and Type Class Description classAbstractDoubleProblemclassComposableDoubleProblemThis class allows to define a continuous (double) problem dynamically, by adding the ranges of every decision variable, the objective functions and the constraints.classDummyDoubleProblemImplementation ofDoubleProblemthat does nothing. -
Uses of BoundedProblem in org.uma.jmetal.problem.integerproblem
Subinterfaces of BoundedProblem in org.uma.jmetal.problem.integerproblem Modifier and Type Interface Description interfaceIntegerProblemInterface representing integer problems -
Uses of BoundedProblem in org.uma.jmetal.problem.integerproblem.impl
Classes in org.uma.jmetal.problem.integerproblem.impl that implement BoundedProblem Modifier and Type Class Description classAbstractIntegerProblem