Class G21_CEC2006


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

Minimize: x1
Subject to: -x1 + 35 * x2^0.6 + 35 * x3^0.6 <= 0
-300 * x3 + 7500 * x5 - 7500 * x6 - 25 * x4 * x5 + 25 * x4 * x6 + x3 * x4 = 0
100 * x2 + 155.365 * x4 + 2500 * x7 - x2 * x4 - 25 * x4 * x7 - 15536.5 = 0
-x5 + ln(-x4 + 900) = 0
-x6 + ln(x4 + 300) = 0
-x7 + ln(-2 * x4 + 700) = 0
where: iter{x,1,7}
This class inherits the mechanisms of the Problem class.
Version:
1.0
  • Constructor Details

    • G21_CEC2006

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