Package org.moeaframework.problem.LZ
Class LZ6
java.lang.Object
org.moeaframework.problem.AbstractProblem
org.moeaframework.problem.LZ.LZ
org.moeaframework.problem.LZ.LZ6
- All Implemented Interfaces:
AutoCloseable
,Problem
The F6 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
-
LZ6
public LZ6()Constructs the F6 problem with default parameters.
-