Package org.moeaframework.problem.ZCAT
Class ZCAT8
java.lang.Object
org.moeaframework.problem.AbstractProblem
org.moeaframework.problem.ZCAT.ZCAT
org.moeaframework.problem.ZCAT.ZCAT8
- All Implemented Interfaces:
AutoCloseable
,Problem
,AnalyticalProblem
The ZCAT8 test problem.
-
Field Summary
Fields inherited from class org.moeaframework.problem.ZCAT.ZCAT
bias, EPSILON, F, G, imbalance, level
Fields inherited from class org.moeaframework.problem.AbstractProblem
numberOfConstraints, numberOfObjectives, numberOfVariables
-
Constructor Summary
-
Method Summary
Methods inherited from class org.moeaframework.problem.ZCAT.ZCAT
evaluate, evaluateF, evaluateZ, generate, getAlpha, getBeta, getDimension, getJ, getName, getW, getY, getZ, newSolution, Zbias
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
-
ZCAT8
public ZCAT8(int numberOfObjectives) Constructs the ZCAT8 test problem.- Parameters:
numberOfObjectives
- the number of objectives
-
ZCAT8
public ZCAT8(int numberOfObjectives, boolean complicatedPS) Constructs the ZCAT8 test problem.- Parameters:
numberOfObjectives
- the number of objectivescomplicatedPS
-true
if using the complicated Pareto set shape function;false
otherwise
-