Class TransformVariablesBrs

All Implemented Interfaces:
AutoCloseable, Problem

public class TransformVariablesBrs extends BBOBTransformation
Transformation that skews or scales the decision variables using the same method described by the Buche-Rastrigin function.
  • Constructor Details

    • TransformVariablesBrs

      public TransformVariablesBrs(BBOBFunction function)
      Constructs a new instance of the Buche-Rastrigin scaling transformation.
      Parameters:
      function - the inner function
  • 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