Skip navigation links
MOEA Framework 3.11
API Specification

Package org.moeaframework.problem.BBOB2016

Package containing the BBOB 2016 bi-objective test problems.

See: Description

Package org.moeaframework.problem.BBOB2016 Description

Package containing the BBOB 2016 bi-objective test problems. These problems will be tested in the Workshop on Real-Parameter Black-Box Optimization Benchmarking at GECCO 2016. The authors combine various single-objective functions to form the bi-objective test suite. Each of the single-objective functions has well-known problem properties, including looking at the conditioning number. Conditioning looks at the effect of small changes to the function's inputs on its output. For example, small changes to a low conditioned function causes only small changes in the output.

Note: this implementation does not provide all BBOB test functions. It currently only implements the 55 test functions studied in the bbob-biobj suite.

References:

  1. Coco Github page
  2. Finck, S., N. Hansen, R. Ros, and A. Auger. "Real-Parameter Black-Box Optimization Benchmarking 2010: Presentation of the Noiseless Functions." Working Paper 2009/20, compiled November 17, 2015. (PDF)
  3. http://numbbo.github.io/coco-doc/bbob-biobj/functions/
  4. https://arxiv.org/abs/1604.00359
Skip navigation links
MOEA Framework 3.11
API Specification

Copyright 2009-2024 David Hadka and other contributors. All rights reserved.
Licensed under the GNU Lesser General Public License.
Return to the MOEA Framework homepage.