Package org.moeaframework.problem.LZ
Class LZ7
java.lang.Object
org.moeaframework.problem.AbstractProblem
org.moeaframework.problem.LZ.LZ
org.moeaframework.problem.LZ.LZ7
- All Implemented Interfaces:
AutoCloseable
,Problem
The F7 problem from the complicated Pareto sets test suite by Hui Li and Qingfu Zhang.
-
Field Summary
Fields inherited from class org.moeaframework.problem.AbstractProblem
numberOfConstraints, numberOfObjectives, numberOfVariables
-
Constructor Summary
-
Method Summary
Methods inherited from class org.moeaframework.problem.LZ.LZ
evaluate, getDType, getLType, getPType, newSolution
Methods inherited from class org.moeaframework.problem.AbstractProblem
close, getName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables
-
Constructor Details
-
LZ7
public LZ7()Constructs the F7 problem with default parameters.
-