Class TransformVariablesAsymmetric

All Implemented Interfaces:
AutoCloseable, Problem

public class TransformVariablesAsymmetric extends BBOBTransformation
Transformation used to convert a symmetric to an asymmetric decision space.
  • Constructor Details

    • TransformVariablesAsymmetric

      public TransformVariablesAsymmetric(BBOBFunction function, double beta)
      Constructs a new instance of the asymmetric transformation.
      Parameters:
      function - the inner function
      beta - factor controlling the magnitude of the asymmetry
  • Method Details

    • evaluate

      public void evaluate(Solution solution)
      Description copied from interface: Problem
      Evaluates the solution, updating the solution's objectives in place. Algorithms must explicitly call this method when appropriate to evaluate new solutions or reevaluate modified solutions.
      Parameters:
      solution - the solution to be evaluated