Marginal Probability-Based Integer Handling for CMA-ES Tackling Single-and Multi-Objective Mixed-Integer Black-Box Optimization
Ryoki Hamano, Shota Saito, Masahiro Nomura, Shinichi Shirakawa

TL;DR
This paper introduces a novel marginal probability-based integer handling method for CMA-ES to effectively optimize mixed-integer black-box problems, addressing stagnation issues caused by discretization and demonstrating improved performance in single- and multi-objective scenarios.
Contribution
The study proposes a simple yet effective integer handling technique for CMA-ES based on marginal probabilities, enhancing optimization in mixed-integer black-box problems.
Findings
Demonstrates improved efficiency and robustness on benchmark problems.
Addresses stagnation caused by discretization in integer variables.
Validates the method's effectiveness in both single- and multi-objective optimization.
Abstract
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 stochastic search method that samples solution candidates from a multivariate Gaussian distribution (MGD), which shows excellent performance in continuous BBO. The parameters of MGD, mean and (co)variance, are updated based on the evaluation value of candidate solutions in the CMA-ES. If the CMA-ES is applied to the MI-BBO with straightforward discretization, however, the variance corresponding to the integer variables becomes much smaller than the granularity of the discretization before reaching the optimal solution, which leads to the stagnation of the optimization. In particular, when binary variables are included in the problem, this stagnation more likely occurs because the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Multi-Objective Optimization Algorithms · Metaheuristic Optimization Algorithms Research · Optimization and Mathematical Programming
