paper-with-me

Papers

Machine Learning Algorithms for Improving Black Box Optimization Solvers

2025-09-29 · Morteza Kimiaei, Vyacheslav Kungurtsev arxiv

Black-box optimization (BBO) addresses problems where objectives are accessible only through costly queries without gradients or explicit structure. Classical derivative-free methods -- line search, direct search, and model-based solvers such as Bayesian optimization -- form the backbone of BBO, yet often struggle in high-dimensional, noisy, or mixed-integer settings. Recent advances use machine learning (ML) and reinforcement learning (RL) to enhance BBO: ML provides expressive surrogates, adaptive updates, meta-learning portfolios, and generative models, while RL enables dynamic operator configuration, robustness, and meta-optimization across tasks. This paper surveys these developments, covering representative algorithms such as NNs with the modular model-based optimization framework (mlrMBO), zeroth-order adaptive momentum methods (ZO-AdaMM), automated BBO (ABBO), distributed block-wise optimization (DiBB), partition-based Bayesian optimization (SPBOpt), the transformer-based optimizer (B2Opt), diffusion-model-based BBO, surrogate-assisted RL for differential evolution (Surr-RLDE), robust BBO (RBO), coordinate-ascent model-based optimization with relative entropy (CAS-MORE), log-barrier stochastic gradient descent (LB-SGD), policy improvement with black-box (PIBB), and offline Q-learning with Mamba backbones (Q-Mamba). We also review benchmark efforts such as the NeurIPS 2020 BBO Challenge and the MetaBox framework. Overall, we highlight how ML and RL transform classical inexact solvers into more scalable, robust, and adaptive frameworks for real-world optimization.

📄 PDF Abstract BibTeX arXiv:2509.25592

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Naive Automated Machine Learning -- A Late Baseline for AutoML

2021-03-18 · Felix Mohr, Marcel Wever

Automated Machine Learning (AutoML) is the problem of automatically finding the pipeline with the best generalization performance on some given dataset. AutoML has received enormous attention in the last decade and has b…

AutoMLBayesian OptimizationBIG-bench Machine Learning

Application of QUBO solver using black-box optimization to structural design for resonance avoidance

2022-04-11 · Tadayoshi Matsumori, Masato Taki, Tadashi Kadowaki

Quadratic unconstrained binary optimization (QUBO) solvers can be applied to design an optimal structure to avoid resonance. QUBO algorithms that work on a classical or quantum device have succeeded in some industrial ap…

Combinatorial Optimization

Solving Constrained CASH Problems with ADMM

2020-06-17 · Parikshit Ram, Sijia Liu, Deepak Vijaykeerthi, Dakuo Wang 외

The CASH problem has been widely studied in the context of automated configurations of machine learning (ML) pipelines and various solvers and toolkits are available. However, CASH solvers do not directly handle black-bo…

BIG-bench Machine LearningFairness

Learning and Optimization of Blackbox Combinatorial Solvers in Neural Networks

2020-06-06 · T. J. Wilder

The use of blackbox solvers inside neural networks is a relatively new area which aims to improve neural network performance by including proven, efficient solvers for complex problems. Existing work has created methods …

Black-Box Optimization Revisited: Improving Algorithm Selection Wizards through Massive Benchmarking

2020-10-08 · Laurent Meunier, Herilalaina Rakotoarison, Pak Kan Wong, Baptiste Roziere 외

Existing studies in black-box optimization for machine learning suffer from low generalizability, caused by a typically selective choice of problem instances used for training and testing different optimization algorithm…

Benchmarking