Class ZDT2

All Implemented Interfaces:
AutoCloseable, Problem

public class ZDT2 extends ZDT
The ZDT2 test problem.
  • Constructor Details

    • ZDT2

      public ZDT2()
      Constructs a ZDT2 test problem with 30 decision variables.
    • ZDT2

      public ZDT2(int numberOfVariables)
      Constructs a ZDT2 test problem with the specified number of decision variables.
      Parameters:
      numberOfVariables - the number of decision variables
  • Method Details

    • evaluate

      public void evaluate(Solution solution)
      Description copied from interface: Problem
      Evaluates the solution, updating the solution's objectives in place. Algorithms must explicitly call this method when appropriate to evaluate new solutions or reevaluate modified solutions.
      Parameters:
      solution - the solution to be evaluated