-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.qmd
42 lines (33 loc) · 1.79 KB
/
index.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Welcome to the BBOB workshop series!
The Black-box Optimization Benchmarking (BBOB) workshop series provides
an easy-to-use toolchain for benchmarking black-box optimization
algorithms for continuous and mixed-integer domains and a place to
present, compare, and discuss the performance of numerical black-box
optimization algorithms. The former is realized through the Comparing
Continuous Optimizers platform (Coco).
So far, twelve workshops have been held (in 2009, 2010, 2012, 2013,
2015, [2016](bbob2016.html), [2017](bbob2017.html),
[2018](bbob2018.html), [2019](bbob2019.html),
[2021](bbob2021.html), [2022](bbob2022.html), and in
[2023](bbob2023.html) at GECCO and in 2015 at CEC).
Generally, seven benchmark suites are available:
- `bbob` containing 24 noiseless functions
- `bbob-noisy` containing 30 noisy functions
- `bbob-biobj` containing 55 noiseless, bi-objective functions,
generated from the `bbob` suite
- `bbob-largescale` containing 24 noiseless functions in dimension 20
to 640
- `bbob-mixint` containing 24 noiseless mixed-integer functions
- `bbob-biobj-mixint` containing 92 noiseless, bi-objective,
mixed-integer functions
- `bbob-constrained` containing 10 noiseless functions with varying
number of constraints.
Note that due to the rewriting of the Coco platform, the `bbob-noisy`
test suite is not yet available in the new code from
<http://github.com/numbbo/coco> . Please use the old code at
<https://numbbo.github.io/coco/oldcode/bboball15.03.tar.gz> instead for
running experiments on `bbob-noisy`.
## Continuous Submission of Benchmarking Data
Since 2020, we also welcome submissions of data from benchmarking
experiments on the above test suites throughout the year. Please open a
submission issue at <https://github.com/numbbo/coco/issues/new/choose> .