Package org.moeaframework.problem.ZCAT
Class ZCAT4
java.lang.Object
org.moeaframework.problem.AbstractProblem
org.moeaframework.problem.ZCAT.ZCAT
org.moeaframework.problem.ZCAT.ZCAT4
- All Implemented Interfaces:
AutoCloseable,Named,AnalyticalProblem,Problem
The ZCAT4 test problem.
-
Field Summary
Fields inherited from class org.moeaframework.problem.ZCAT.ZCAT
bias, EPSILON, F, G, imbalance, levelFields inherited from class org.moeaframework.problem.AbstractProblem
numberOfConstraints, numberOfObjectives, numberOfVariables -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.moeaframework.problem.ZCAT.ZCAT
evaluate, evaluateF, evaluateZ, generate, getAlpha, getBeta, getDimension, getJ, getName, getW, getY, getZ, newSolution, ZbiasMethods inherited from class org.moeaframework.problem.AbstractProblem
close, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariablesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.moeaframework.problem.Problem
close, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables, isType
-
Constructor Details
-
ZCAT4
public ZCAT4(int numberOfObjectives) Constructs the ZCAT4 test problem.- Parameters:
numberOfObjectives- the number of objectives
-
ZCAT4
public ZCAT4(int numberOfObjectives, boolean complicatedPS) Constructs the ZCAT4 test problem.- Parameters:
numberOfObjectives- the number of objectivescomplicatedPS-trueif using the complicated Pareto set shape function;falseotherwise
-