Class G24_CEC2006


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

Minimize: -x1 - x2
Subject to: -2 * x1^4 + 8 * x1^3 - 8 * x1^2 + x2 - 2 <= 0
-4 * x1^4 + 32 * x1^3 - 88 * x1^2 + 96 * x1 + x2 - 36 <= 0
where: (0,3),(0,4)
This class inherits the mechanisms of the Problem class.
Version:
1.0
  • Constructor Details

    • G24_CEC2006

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