Skip to content

2.6

Compare
Choose a tag to compare
@nikohansen nikohansen released this 09 Mar 10:14
· 165 commits to master since this release
fa736fe

Release 2.6 for BBOB-2022 workshop experiments

New Features:

  • bbob-constrained test suite with 54 problems in 6 dimensions in code-experiments
    • Rescale objective to avoid too easy targets
    • Disguise function gradient
    • Add inactive constraints
    • Add the rotated Rastrigin function
  • Post-processing of data with constraints
    • DataSetList.by method
    • New function groups (separable, ill-conditioned, multimodal and all; by number of constraints)
    • number_of_constraints, has_constraints attributes of a Testbed
    • Dynamic caption setting whether the testbed has constraints or not.
    • New files ppfigcons1.py and compall/ppfigcons.py for scaling plots vs number of constraints
  • addressing issue #1117: runtime distributions are by default instance-wise balanced, such that providing more runs/trials on one instance than others does not introduce a bias.
  • Documentation online

Bug fixes:

  • Improvements of the C code #2070

  • ERT computation 1bc7bad

  • inconsistent data b/2009/CMA-ESPLUSSEL_auger 2af85f1

  • improved sample size computation 7936880

  • fix write_tables #2038

  • add install-user option in circleci 3c6fb2a

Other updates:

  • LaTeX templates updated for BBOB-2022 workshop
  • polishing of ECDFs and x limits in post-processing
  • Build files #2071