🌙

超体积引导的分解方法用于并行昂贵多目标优化

Hypervolume-Guided Decomposition for Parallel Expensive Multiobjective Optimization

IEEE Transactions on Evolutionary Computation · 2023
被引 29
ABS 4

中文导读

针对并行昂贵多目标优化中超体积多点期望改进计算开销大的问题,提出一种基于方向期望超体积改进的分解贝叶斯优化算法,能高效选择多个查询点,实验证明其有效性和效率。

Abstract

The hypervolume metric is widely used to guide the search in multiobjective optimization. However, in parallel expensive multiobjective optimization, the hypervolume-based multipoint expected improvement (EI) suffers from high computational overhead and scales poorly with the batch size. To address this issue, we integrate hypervolume-based EI with the MOEA/D framework and propose a novel EI, named the expected direction-based hypervolume improvement (DirHV-EI). The DirHV-EI only measures the hypervolume improvement within each axis-parallel box induced by the modified Tchebycheff scalarization. Thus, it has a simple analytical expression that can be easily computed. Theoretical analysis indicates that the maximization of our proposed improvement function can help to maximize both the weighted hypervolume and the Tchebycheff improvement metrics. Using DirHV-EI, we design a decomposition-based Bayesian optimization algorithm for solving expensive multiobjective optimization problems. At each iteration, the MOEA/D is used to maximize the DirHV-EI values with respect to a number of direction vectors in a collaborative manner, and a number of candidate solutions can be obtained. Then, a submodularity-based greedy selection strategy is used to select multiple query points from the candidates. Experimental results on both benchmark instances and real-world problems show that our proposed algorithm is an efficient and effective method for parallel expensive multiobjective optimization.

多目标优化贝叶斯优化并行计算超体积指标分解方法