🌙

一种采用多视角合成采样的大规模昂贵优化算法

A Large-Scale Expensive Optimization Algorithm With a Multiview Synthetic Sampling

IEEE Transactions on Evolutionary Computation · 2025
被引 1
ABS 4

中文导读

针对大规模昂贵优化问题训练数据不足的挑战,提出一种分治与多视角合成采样方法,通过分解子问题并基于多视角性能选择解,在基准测试和实际问题上验证了有效性和可扩展性。

Abstract

Many real-world problems involve optimizing numerous decision variables and are expensive to evaluate, known as large-scale expensive optimization problems (LSEOPs). While surrogate-assisted evolutionary algorithms have proven effective for expensive problems, training proper models for LSEOPs remains challenging due to insufficient training data. In this paper, we adopt the divide-and-conquer approach, decomposing LSEOPs into lower-dimensional sub-problems and constructing models for sub-problems, and introduce a multi-view synthetic sampling technique for new sample selection. Specifically, we propose sorting all evaluated solutions in an ascending order and dividing them into intervals, from which data are sampled to obtain informative training data for models. The population for the LSEOP is updated by employing cooperative environmental selections on the population, formed by recombining all renewed populations for sub-problems to balance exploration and exploitation. Finally, a solution is selected among the current population for the true evaluation based on its multi-view performance predicted across all sub-problems. Results on CEC’2013 benchmark problems show the effectiveness and efficiency of our proposed method compared to three prevalent large-scale expensive optimization algorithms. Additionally, results on 2000-dimensional CEC’2010 benchmark problems and a 1200-dimensional real-world problem demonstrate encouraging scalability and robustness of the proposed method for addressing higher-dimensional problems.

大规模优化昂贵优化问题代理辅助进化算法分治策略