Uses of Interface
org.uma.jmetal.problem.doubleproblem.DoubleProblem
Packages that use DoubleProblem
-
Uses of DoubleProblem in org.uma.jmetal.operator.mutation.impl
Constructors in org.uma.jmetal.operator.mutation.impl with parameters of type DoubleProblemModifierConstructorDescriptionCDGMutation(DoubleProblem problem, double delta) ConstructorLinkedPolynomialMutation(DoubleProblem problem, double distributionIndex, RandomGenerator<Double> randomGenerator) ConstructorPolynomialMutation(DoubleProblem problem, double distributionIndex, RandomGenerator<Double> randomGenerator) Constructor -
Uses of DoubleProblem in org.uma.jmetal.problem.doubleproblem.impl
Classes in org.uma.jmetal.problem.doubleproblem.impl that implement DoubleProblemModifier and TypeClassDescriptionclassAbstract class to be extended by implementations of interface}, which must implement theinvalid @link
{@link DoubleProblem>Problem.evaluate(S)method.classThis class allows to define a continuous (double) problem dynamically, by adding the ranges of every decision variable, the objective functions and the constraints.classFake implementation ofDoubleProblemthat does nothing.