Class G12_CEC2006


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

Minimize: -(100 - (x1 - 5)^2 - (x2 - 5)^2 - (x3 - 5)^2)/100
Subject to: val{g1,p,q,r,1:9}
where: ran{1:3,0:10}
This class inherits the mechanisms of the Problem class.
Version:
1.0
  • Constructor Details

    • G12_CEC2006

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