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