public class ConvexC2_DTLZ2 extends DTLZ2 implements ConstrainedProblem<DoubleSolution>
| Modifier and Type | Field and Description |
|---|---|
NumberOfViolatedConstraints<DoubleSolution> |
numberOfViolatedConstraints |
OverallConstraintViolation<DoubleSolution> |
overallConstraintViolationDegree |
| Constructor and Description |
|---|
ConvexC2_DTLZ2(int numberOfVariables,
int numberOfObjectives)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
evaluateConstraints(DoubleSolution solution) |
createSolution, getLowerBound, getUpperBound, setLowerLimit, setUpperLimitgetName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables, setName, setNumberOfConstraints, setNumberOfObjectives, setNumberOfVariablesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNumberOfConstraintscreateSolution, evaluate, getName, getNumberOfObjectives, getNumberOfVariablespublic OverallConstraintViolation<DoubleSolution> overallConstraintViolationDegree
public NumberOfViolatedConstraints<DoubleSolution> numberOfViolatedConstraints
public ConvexC2_DTLZ2(int numberOfVariables,
int numberOfObjectives)
numberOfVariables - numberOfObjectives - public void evaluateConstraints(DoubleSolution solution)
evaluateConstraints in interface ConstrainedProblem<DoubleSolution>Copyright © 2018. All rights reserved.