TL;DR
This paper introduces a modified CMA-ES algorithm with lower-bounding marginal probabilities to effectively optimize mixed-integer black-box problems, overcoming stagnation issues caused by discretization granularity.
Contribution
The study proposes a novel CMA-ES modification that addresses variance stagnation in mixed-integer problems by lower-bounding marginal probabilities, enhancing optimization robustness.
Findings
The proposed method outperforms standard CMA-ES on benchmark problems.
It demonstrates increased robustness and efficiency in mixed-integer optimization.
Numerical results confirm the effectiveness of the lower-bounding approach.
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.
