Class G06_CEC2006


public class G06_CEC2006 extends Problem
G06_CEC2006 class that creates a test CNOP. This CNOP has as objective function:

Minimize: (x1 - 10)^3 + (x2 - 20)^3
Subject to: -(x1 - 5)^2 - (x2 - 5)^2 + 100 <= 0
(x1 - 6)^2 + (x2 - 5)^2 - 82.81 <= 0
where: (13.0,100.0),(0,100.0)
This class inherits the mechanisms of the Problem class.
Version:
1.0
  • Constructor Details

    • G06_CEC2006

      public G06_CEC2006()
  • Method Details

    • getRecommendedSetting

      public Configurator getRecommendedSetting()
      Description copied from class: Problem
      Method returning the recommended parameter settings.
      Overrides:
      getRecommendedSetting in class Problem
      Returns:
      configurator