Class G15_CEC2006


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

Minimize: 1000 - x1^2 - 2 * x2^2 -x3^2 - x1 * x2 - x1 * x3
Subject to: x1^2 + x2^2 + x3^2 - 25 = 0
8 * x1 + 14 * x2 + 7 * x3 - 56 = 0
where: ran{1:3,0:10}
This class inherits the mechanisms of the Problem class.
Version:
1.0
  • Constructor Details

    • G15_CEC2006

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