paper-with-me

Papers

CatCMA with Margin: Stochastic Optimization for Continuous, Integer, and Categorical Variables

2025-04-10 · Ryoki Hamano, Masahiro Nomura, Shota Saito, Kento Uchida, Shinichi Shirakawa

This study focuses on mixed-variable black-box optimization (MV-BBO), addressing continuous, integer, and categorical variables. Many real-world MV-BBO problems involve dependencies among these different types of variables, requiring efficient methods to optimize them simultaneously. Recently, stochastic optimization methods leveraging the mechanism of the covariance matrix adaptation evolution strategy have shown promising results in mixed-integer or mixed-category optimization. However, such methods cannot handle the three types of variables simultaneously. In this study, we propose CatCMA with Margin (CatCMAwM), a stochastic optimization method for MV-BBO that jointly optimizes continuous, integer, and categorical variables. CatCMAwM is developed by incorporating a novel integer handling into CatCMA, a mixed-category black-box optimization method employing a joint distribution of multivariate Gaussian and categorical distributions. The proposed integer handling is carefully designed by reviewing existing integer handlings and following the design principles of CatCMA. Even when applied to mixed-integer problems, it stabilizes the marginal probability and improves the convergence performance of continuous variables. Numerical experiments show that CatCMAwM effectively handles the three types of variables, outperforming state-of-the-art Bayesian optimization methods and baselines that simply incorporate existing integer handlings into CatCMA.

📄 PDF Abstract BibTeX arXiv:2504.07884

Code (1)

CyberAgentAILab/cmaes 공식 구현 jax

Tasks

Bayesian OptimizationStochastic Optimization

Similar Papers 제목 키워드 기반

CatCMA : Stochastic Optimization for Mixed-Category Problems

2024-05-16 · Ryoki Hamano, Shota Saito, Masahiro Nomura, Kento Uchida 외

Black-box optimization problems often require simultaneously optimizing different types of variables, such as continuous, integer, and categorical variables. Unlike integer variables, categorical variables do not necessa…

Bayesian OptimizationStochastic Optimization

Challenges of Interaction in Optimizing Mixed Categorical-Continuous Variables

2025-04-01 · Youhei Akimoto, Xilin Gao, Ze Kai Ng, Daiki Morinaga

Optimization of mixed categorical-continuous variables is prevalent in real-world applications of black-box optimization. Recently, CatCMA has been proposed as a method for optimizing such variables and has demonstrated …

CMA-ES with Margin: Lower-Bounding Marginal Probability for Mixed-Integer Black-Box Optimization

2022-05-26 · Ryoki Hamano, Shota Saito, Masahiro Nomura, Shinichi Shirakawa

This study targets the mixed-integer black-box optimization (MI-BBO) problem where continuous and integer variables should be optimized simultaneously. The CMA-ES, our focus in this study, is a population-based stochasti…

Sample Complexity of Stochastic Optimization with Integer Variables

2026-05-08 · Hongyu Cheng, Yinghao Zheng, Marco Molinaro, Amitabh Basu arxiv

We establish sample complexity results for stochastic optimization over the integers, especially with a view to understand the complexity with respect to the corresponding continuous optimization problem. We show that in…

Stochastic Optimization

Marginal Probability-Based Integer Handling for CMA-ES Tackling Single-and Multi-Objective Mixed-Integer Black-Box Optimization

2022-12-19 · Ryoki Hamano, Shota Saito, Masahiro Nomura, Shinichi Shirakawa

This study targets the mixed-integer black-box optimization (MI-BBO) problem where continuous and integer variables should be optimized simultaneously. The CMA-ES, our focus in this study, is a population-based stochasti…