OpenBox: A Python Toolkit for Generalized Black-Box Optimization

Abstract

Black-box optimization (BBO) has a broad range of applications, including automatic machine learning, experimental design, and database knob tuning. However, users still face challenges when applying BBO methods to their problems at hand with existing software packages in terms of applicability, performance, and efficiency. This paper presents OpenBox, an open-source BBO toolkit with improved usability. It implements user-friendly interfaces and visualization for users to define and manage their tasks. The modular design behind OpenBox facilitates its flexible deployment in existing systems. Experimental results demonstrate the effectiveness and efficiency of OpenBox over existing systems. The source code of OpenBox is available at https://github.com/PKU-DAIR/open-box.

Cite

Text

Jiang et al. "OpenBox: A Python Toolkit for Generalized Black-Box Optimization." Machine Learning Open Source Software, 2024.

Markdown

[Jiang et al. "OpenBox: A Python Toolkit for Generalized Black-Box Optimization." Machine Learning Open Source Software, 2024.](https://mlanthology.org/mloss/2024/jiang2024jmlr-openbox/)

BibTeX

@article{jiang2024jmlr-openbox,
  title     = {{OpenBox: A Python Toolkit for Generalized Black-Box Optimization}},
  author    = {Jiang, Huaijun and Shen, Yu and Li, Yang and Xu, Beicheng and Du, Sixian and Zhang, Wentao and Zhang, Ce and Cui, Bin},
  journal   = {Machine Learning Open Source Software},
  year      = {2024},
  pages     = {1-11},
  volume    = {25},
  url       = {https://mlanthology.org/mloss/2024/jiang2024jmlr-openbox/}
}