@@ -141,9 +141,10 @@ Getting Started <a name="Getting-Started"></a>
141
141
Another entry point for your own experiments can be the ` code-experiments/examples `
142
142
folder.
143
143
144
- 5 . Now you can ** run** your favorite algorithm on the ` bbob ` suite (for
145
- single-objective algorithms) or on the ` bbob-biobj ` and ` bbob-biobj-ext `
146
- suites (for multi-objective algorithms). Output is automatically generated in the
144
+ 5 . Now you can ** run** your favorite algorithm on the ` bbob ` and ` bbob-largescale ` suites
145
+ (for single-objective algorithms), on the ` bbob-biobj ` suite (for multi-objective
146
+ algorithms), or on the mixed-integer suites (` bbob-mixint ` and ` bbob-biobj-mixint `
147
+ respectively). Output is automatically generated in the
147
148
specified data ` result_folder ` . By now, more suites might be available, see below.
148
149
149
150
<a name =" Getting-Started-pp " ></a >
@@ -259,15 +260,19 @@ our issue tracker at https://github.com/numbbo/coco/issues.
259
260
problem inheriting thereby all properties of a coco problem)
260
261
- most other files implement more or less what they say, e.g. the actual
261
262
benchmark functions, transformations, benchmark suites, etc.
262
- - currently, four benchmark suites and corresponding logging facilities are
263
- implemented :
263
+ - currently, the following benchmark suites and corresponding logging facilities are
264
+ supported :
264
265
* ` bbob ` : standard single-objective BBOB benchmark suite with 24 noiseless,
265
266
scalable test functions
266
267
* ` bbob-biobj ` : a bi-objective benchmark suite, combining 10 selected
267
268
functions from the bbob suite, resulting in 55 noiseless functions
268
- * ` bbob-biobj-ext ` : an extended version of the bi-objective ` bbob-biobj `
269
- benchmark suite, adding ` bbob ` function combinations from the same
270
- ` bbob ` function groups, resulting in 92 noiseless functions overall
269
+ * ` bbob-largescale ` : a version of the ` bbob ` benchmark suite with dimensions
270
+ 20 to 640, employing permuted block-diagonal matrices to reduce the
271
+ execution time for function evaluations in higher dimension.
272
+ * ` bbob-mixint ` : a mixed-integer version of the original ` bbob ` and
273
+ ` bbob-largescale ` suites in which 80% of the variables have been discretized
274
+ * ` bbob-biobj-mixint ` : a version of the (so far not supported) ` bbob-biobj-ext `
275
+ test suite with 92 functions with 80% discretized variables
271
276
* ` toy ` : a simple, probably easier-to-understand example for reading and testing
272
277
273
278
* code-experiments/tools are a few meta-tools, mainly the amalgamate.py to merge all
@@ -603,6 +608,9 @@ Links and Documentation <a name="Links"></a>
603
608
at http://numbbo.github.io/coco-doc/bbob-biobj/functions
604
609
- for the ** ` bbob-largescale ` ** problem suite
605
610
at http://numbbo.github.io/coco-doc/bbob-largescale/functions
611
+ - for the ** ` bbob-mixint ` ** and ** ` bbob-biobj-mixint ` ** problem suites, we refer to
612
+ https://hal.inria.fr/hal-02067932/document and to
613
+ http://coco.gforge.inria.fr/preliminary-bbob-mixint-documentation/bbob-mixint-doc.pdf
606
614
* Online documentation of the NumBBO/Coco API (i.e. for the ANSI C code) is available at
607
615
http://numbbo.github.io/coco-doc/C
608
616
* More detailed documentation on how the performance assessement is done can
@@ -622,6 +630,8 @@ Comprehensive List of Documentations <a name="Documentations"></a>
622
630
- bbob-biobj-ext: http://numbbo.github.io/coco-doc/bbob-biobj/functions/
623
631
- bbob-noisy (only in old code basis): http://coco.lri.fr/downloads/download15.03/bbobdocnoisyfunctions.pdf
624
632
- bbob-largescale: http://numbbo.github.io/coco-doc/bbob-largescale/functions/
633
+ - bbob-mixint and bbob-biobj-mixint: https://hal.inria.fr/hal-02067932/document and
634
+ http://coco.gforge.inria.fr/preliminary-bbob-mixint-documentation/bbob-mixint-doc.pdf
625
635
- bbob-constrained (in progress): http://numbbo.github.io/coco-doc/bbob-constrained/functions/
626
636
627
637
0 commit comments