Uses of Interface
org.uma.jmetal.problem.doubleproblem.DoubleProblem
| Package | Description |
|---|---|
| org.uma.jmetal.operator.mutation.impl | |
| org.uma.jmetal.problem.doubleproblem.impl |
-
Uses of DoubleProblem in org.uma.jmetal.operator.mutation.impl
Constructors in org.uma.jmetal.operator.mutation.impl with parameters of type DoubleProblem Constructor Description CDGMutation(DoubleProblem problem, double delta)ConstructorLinkedPolynomialMutation(DoubleProblem problem, double distributionIndex, RandomGenerator<java.lang.Double> randomGenerator)ConstructorPolynomialMutation(DoubleProblem problem, double distributionIndex, RandomGenerator<java.lang.Double> randomGenerator)Constructor -
Uses of DoubleProblem in org.uma.jmetal.problem.doubleproblem.impl
Classes in org.uma.jmetal.problem.doubleproblem.impl that implement DoubleProblem Modifier and Type Class Description classAbstractDoubleProblemAbstract class to be extended by implementations of interface {@link DoubleProblem>}, which must implement theProblem.evaluate(S)method.classComposableDoubleProblemThis class allows to define a continuous (double) problem dynamically, by adding the ranges of every decision variable, the objective functions and the constraints.classFakeDoubleProblemFake implementation ofDoubleProblemthat does nothing.