Class G08_CEC2006


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

Minimize: -(sin(2 * pi * x1)^3) * sin(2 * pi * x2) / ((x1^3) * (x1 + x2))
Subject to: x1^2 - x2 + 1 <= 0
1 - x1 + (x2 - 4)^2 <= 0
where: (0,10),(0,10)
This class inherits the mechanisms of the Problem class.
Version:
1.0
  • Constructor Details

    • G08_CEC2006

      public G08_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