Release for the BBOB-2023 workshop.
Important changes
- Improved styles in the ECDF graphs.
- Existing data sets are pickled for performance.
- Fixed construction of
bbob-constrained
problems to make initial point feasible and within bounds. - LaTeX templates and default function instances updated for BBOB-2023 workshop.
- Corrections within tables, in particular wrt. statistical tests.
- Rust bindings fixed and Rust CI added.
Bugs fixed
- Too large samplesize for bootstrap when run numbers are divers (commit 3b81d0b)
- #2092
maxevals
should be consistent withevals
in constrained set - #2097 xlimit bug introduced with commit f5289e3
- Small corrections in LaTeX template for
bbob-constrained
suite - #2106 (using maxfgevals for
bbob-constrained
suite) - #2098 by ignoring tiny x-shifts away from zero in the raw constraint(s) evaluation
- #2184 Post-processing no longer requires a working internet connection.
- #2089 by changing order of
if
s - fix detection of GLOBAL for crafting effort CrEperAlg
- Problem with background algorithms not shown in the background.
Others
- fixed compiler warning from
f_sharp_ridge.c
(ddec8e7) - test with
bbob-constrained
data set added to the nightly build - added new bbob and bbob-constrained data sets as well as the missing postprocessed data from all official data sets until 2021
- Update of BibTeX entries
- Improved documentation here and there
- Start to move away from C89 towards C99