Class G03_CEC2006


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

Minimize: -(sqrt(10)) * prod{x,1,10,xi}
Subject to: sum{x,1,10,xi^2} - 1 = 0
where: ran{1:10,0:1}
This class inherits the mechanisms of the Problem class.
Version:
1.0
  • Constructor Details

    • G03_CEC2006

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