paper-with-me

Papers

OptunaHub: A Platform for Black-Box Optimization

2025-10-03 · Yoshihiko Ozaki, Shuhei Watanabe, Toshihiko Yanase arxiv

Black-box optimization (BBO) underpins advances in domains such as AutoML and Materials Informatics, yet implementations of algorithms and benchmarks remain fragmented across research communities. We introduce OptunaHub (https://hub.optuna.org/), a community-oriented, decentralized platform for distributing BBO components under a unified Optuna-compatible interface. OptunaHub enables independent publication, discovery, and reuse of optimization algorithms and benchmark problems through a lightweight Python module, a contributor-driven registry, and a searchable web interface. The source code is publicly available in the \href{https://github.com/optuna/optunahub}{\texttt{optunahub}}, \href{https://github.com/optuna/optunahub-registry}{\texttt{optunahub-registry}}, and \href{https://github.com/optuna/optunahub-web}{\texttt{optunahub-web}} repositories under the Optuna organization on GitHub (https://github.com/optuna/).

📄 PDF Abstract BibTeX arXiv:2510.02798

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BMOBench: Black-Box Multi-Objective Optimization Benchmarking Platform

2016-05-23 · Abdullah Al-Dujaili, S. Suresh

This document briefly describes the Black-Box Multi-Objective Optimization Benchmarking (BMOBench) platform. It presents the test problems, evaluation procedure, and experimental setup. To this end, the BMOBench is demon…

Benchmarking

PlatMetaX: An Integrated MATLAB platform for Meta-Black-Box Optimization

2025-03-26 · Xu Yang, Rui Wang, Kaiwen Li, Wenhua Li 외

The landscape of optimization problems has become increasingly complex, necessitating the development of advanced optimization techniques. Meta-Black-Box Optimization (MetaBBO), which involves refining the optimization a…

Meta-Learning

MetaBox: A Benchmark Platform for Meta-Black-Box Optimization with Reinforcement Learning

2023-10-12 · NeurIPS 2023 11 · Zeyuan Ma, Hongshu Guo, Jiacheng Chen, Zhenrui Li 외

Recently, Meta-Black-Box Optimization with Reinforcement Learning (MetaBBO-RL) has showcased the power of leveraging RL at the meta-level to mitigate manual fine-tuning of low-level black-box optimizers. However, this fi…

Benchmarking

COCO: A Platform for Comparing Continuous Optimizers in a Black-Box Setting

2016-03-29 · Nikolaus Hansen, Anne Auger, Raymond Ros, Olaf Mersmann 외

We introduce COCO, an open source platform for Comparing Continuous Optimizers in a black-box setting. COCO aims at automatizing the tedious and repetitive task of benchmarking numerical optimization algorithms to the gr…

BenchmarkingMultiobjective Optimization

COCOpf: An Algorithm Portfolio Framework

2014-05-14 · Petr Baudiš

Algorithm portfolios represent a strategy of composing multiple heuristic algorithms, each suited to a different class of problems, within a single general solver that will choose the best suited algorithm for each input…