Package org.moeaframework.problem.MaF
Class MaF11
java.lang.Object
org.moeaframework.problem.AbstractProblem
org.moeaframework.problem.WFG.WFG
org.moeaframework.problem.WFG.WFG2
org.moeaframework.problem.MaF.MaF11
- All Implemented Interfaces:
AutoCloseable
,Problem
,AnalyticalProblem
The MaF11 test problem, which is identical to the
WFG2
test problem. This problem exhibits the following
properties:
- Convex Pareto front
- Disconnected Pareto front
- Non-separable decision variables
-
Field Summary
Fields inherited from class org.moeaframework.problem.AbstractProblem
numberOfConstraints, numberOfObjectives, numberOfVariables
-
Constructor Summary
ConstructorDescriptionMaF11
(int numberOfObjectives) Constructs an MaF11 test problem with the specified number of 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
-
MaF11
public MaF11(int numberOfObjectives) Constructs an MaF11 test problem with the specified number of objectives.- Parameters:
numberOfObjectives
- the number of objectives for this problem
-