Class G01_CEC2006


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

Minimize: 5 * sum{x,1,4,xi} - 5 * sum{x,1,4,xi^2} - sum{x,5,13,xi}
Subject to: 2 * x1 + 2 * x2 + x10 + x11 - 10 <= 0
2 * x1 + 2 * x3 + x10 + x12 - 10 <= 0
2 * x2 + 2 * x3 + x11 + x12 - 10 <= 0
-8 * x1 + x10 <= 0
-8 * x2 + x11 <= 0
-8 * x3 + x12 <= 0
-2 * x4 - x5 + x10 <= 0
-2 * x6 - x7 + x11 <= 0
-2 * x8 - x9 + x12 <= 0
where: ran{1:9,0:1};ran{10:12,0:100};(0,1)
This class inherits the mechanisms of the Problem class.
Version:
1.0
  • Constructor Details

    • G01_CEC2006

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