Class AttractiveSector

All Implemented Interfaces:
AutoCloseable, Problem

public class AttractiveSector extends BBOBFunction
The Attractive Sector function. It is not intended for this function to be used directly since the BBOB test suite applies additional transformations to the test functions.

Properties:

  • Highly asymmetric
  • Unimodal
  • Low or moderate conditioning
  • Constructor Details

    • AttractiveSector

      public AttractiveSector(int numberOfVariables, double[] xopt)
      Constructs a new instance of the Attractive Sector functoin.
      Parameters:
      numberOfVariables - the number of decision variables
      xopt - the location of the optimum
  • 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