| Package | Description |
|---|---|
| org.uma.jmetal.operator.impl.mutation | |
| org.uma.jmetal.problem.impl | |
| org.uma.jmetal.solution.impl |
| Constructor and Description |
|---|
CDGMutation(DoubleProblem problem,
double delta)
Constructor
|
PolynomialMutation(DoubleProblem problem,
double distributionIndex)
Constructor
|
PolynomialMutation(DoubleProblem problem,
double distributionIndex,
RandomGenerator<Double> randomGenerator)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDoubleProblem |
class |
ComposableDoubleProblem
This class allows to define a continuous (double) problem dynamically, by adding the ranges of
every decision variable, the objective functions and the constraints.
|
| Modifier and Type | Field and Description |
|---|---|
protected DoubleProblem |
ArrayDoubleSolution.problem |
| Constructor and Description |
|---|
ArrayDoubleSolution(DoubleProblem problem)
Constructor
|
DefaultDoubleSolution(DoubleProblem problem)
Constructor
|
Copyright © 2019. All rights reserved.