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