Class UF13
java.lang.Object
org.moeaframework.problem.AbstractProblem
org.moeaframework.problem.WFG.WFG
org.moeaframework.problem.WFG.WFG1
org.moeaframework.problem.CEC2009.UF13
- All Implemented Interfaces:
AutoCloseable
,Problem
,AnalyticalProblem
The unconstrained UF13 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
ConstructorDescriptionUF13()
Constructs a UF13 test problem with 30 decision variables and 5 objectives. -
Method Summary
Methods inherited from class org.moeaframework.problem.WFG.WFG
getName, newSolution
Methods inherited from class org.moeaframework.problem.AbstractProblem
close, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.moeaframework.core.Problem
close, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables, isType
-
Constructor Details
-
UF13
public UF13()Constructs a UF13 test problem with 30 decision variables and 5 objectives.
-