|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.moeaframework.problem.AbstractProblem
org.moeaframework.problem.ZDT.ZDT
org.moeaframework.problem.ZDT.ZDT5
public class ZDT5
The ZDT5 test problem.
| Field Summary |
|---|
| Fields inherited from class org.moeaframework.problem.AbstractProblem |
|---|
numberOfConstraints, numberOfObjectives, numberOfVariables |
| Constructor Summary | |
|---|---|
ZDT5()
Constructs a ZDT5 test problem with 11 decision variables. |
|
ZDT5(int numberOfVariables)
Constructs a ZDT5 test problem with the specified number of decision variables. |
|
| Method Summary | |
|---|---|
void |
evaluate(Solution solution)
Evaluates the solution, updating the solution's objectives in place. |
Solution |
newSolution()
Returns a new solution for this problem. |
| Methods inherited from class org.moeaframework.problem.AbstractProblem |
|---|
close, finalize, getName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZDT5()
public ZDT5(int numberOfVariables)
numberOfVariables - the number of decision variables| Method Detail |
|---|
public void evaluate(Solution solution)
Problem
solution - the solution to be evaluatedpublic Solution newSolution()
Problem
newSolution in interface ProblemnewSolution in class ZDT
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||