Class ZCAT1

All Implemented Interfaces:
AutoCloseable, Problem, AnalyticalProblem

public class ZCAT1 extends ZCAT
The ZCAT1 test problem.
  • Constructor Details

    • ZCAT1

      public ZCAT1(int numberOfObjectives)
      Constructs the ZCAT1 test problem.
      Parameters:
      numberOfObjectives - the number of objectives
    • ZCAT1

      public ZCAT1(int numberOfObjectives, boolean complicatedPS)
      Constructs the ZCAT1 test problem.
      Parameters:
      numberOfObjectives - the number of objectives
      complicatedPS - true if using the complicated Pareto set shape function; false otherwise