|
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.CEC2009.CF10
public class CF10
The constrained CF10 test problem from the CEC 2009 special session and competition.
| Field Summary |
|---|
| Fields inherited from class org.moeaframework.problem.AbstractProblem |
|---|
numberOfConstraints, numberOfObjectives, numberOfVariables |
| Constructor Summary | |
|---|---|
CF10()
Constructs a CF10 test problem with 10 decision variables. |
|
CF10(int numberOfVariables)
Constructs a CF10 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 CF10()
public CF10(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
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||