Class G11_CEC2006


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

Minimize: x1^2 + (x2-1)^2
Subject to: x2 - (x1^2) = 0
where: (-1.0,1.0),(-1.0,1.0)
This class inherits the mechanisms of the Problem class.
Version:
1.0
  • Constructor Details

    • G11_CEC2006

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