Class G13_CEC2006


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

Minimize: exp(x1 * x2 * x3 * x4 * x5)
Subject to: x1^2 + x2^2 + x3^2 + x4^2 + x5^2 - 10 = 0
x2 * x3 - 5 * x4 * x5 = 0
x1^3 + x2^3 + 1 = 0
where: (-2.3,2.3);(-2.3,2.3);ran{3:5,-3.2:3.2}
This class inherits the mechanisms of the Problem class.
Version:
1.0
  • Constructor Details

    • G13_CEC2006

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