Swarm and Evolutionary Computation最新文献

筛选
英文 中文
A frequent pattern-based coevolutionary framework for multi-component spectral feature selection 基于频繁模式的多组分光谱特征选择协同进化框架
IF 8.2 1区 计算机科学
Swarm and Evolutionary Computation Pub Date : 2025-07-24 DOI: 10.1016/j.swevo.2025.102077
Panpan Zhang , Jing Rong , Ye Tian , Yajie Zhang , Shangshang Yang , Xingyi Zhang
{"title":"A frequent pattern-based coevolutionary framework for multi-component spectral feature selection","authors":"Panpan Zhang ,&nbsp;Jing Rong ,&nbsp;Ye Tian ,&nbsp;Yajie Zhang ,&nbsp;Shangshang Yang ,&nbsp;Xingyi Zhang","doi":"10.1016/j.swevo.2025.102077","DOIUrl":"10.1016/j.swevo.2025.102077","url":null,"abstract":"<div><div>Spectral feature selection plays a crucial role in spectral analysis as it aims to identify the most effective features from the original high-dimensional wavelength variables, thereby enhancing the accuracy of concentration prediction models. In multi-component spectral feature selection (MCSFS) problems, diverse composition and concentration of samples result in complex overlapping peaks and correlations among variables. This complexity poses challenges in finding optimal subsets of features efficiently. To address this issue, this paper proposes a frequent pattern-based coevolutionary framework for solving MCSFS problems. Specifically, the algorithm starts by generating a main population for multi-component spectral feature selection and multiple auxiliary populations for single-component spectral feature selection. Furthermore, it introduces a frequent pattern mining strategy to identify dynamic superior feature combinations and their updated weights in each population, dealing with the complexity of variables to accelerate the search for effective features. The proposed coevolutionary framework facilitates interactions between populations by sharing the identified feature combinations and offspring information, leading to the acquisition of high-quality feature selection results. Experimental results on twelve MCSFS problems, based on three high-dimensional spectral datasets, demonstrate that the proposed algorithm outperforms six state-of-the-art evolutionary algorithms.</div></div>","PeriodicalId":48682,"journal":{"name":"Swarm and Evolutionary Computation","volume":"98 ","pages":"Article 102077"},"PeriodicalIF":8.2,"publicationDate":"2025-07-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"144702682","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Distributed assembly flexible job shop scheduling with dual-resource constraints via a deep Q-network based memetic algorithm 基于深度q网络模因算法的双资源约束分布式装配柔性作业车间调度
IF 8.2 1区 计算机科学
Swarm and Evolutionary Computation Pub Date : 2025-07-24 DOI: 10.1016/j.swevo.2025.102086
Hongliang Zhang , Yi Chen , Gongjie Xu , Yuteng Zhang
{"title":"Distributed assembly flexible job shop scheduling with dual-resource constraints via a deep Q-network based memetic algorithm","authors":"Hongliang Zhang ,&nbsp;Yi Chen ,&nbsp;Gongjie Xu ,&nbsp;Yuteng Zhang","doi":"10.1016/j.swevo.2025.102086","DOIUrl":"10.1016/j.swevo.2025.102086","url":null,"abstract":"<div><div>The distributed flexible job shop scheduling problem (DFJSP) has garnered significant attention due to the shift of production paradigms. However, existing research of DFJSP primarily focuses on machine resources while neglecting worker resources, which play a crucial role in enhancing productivity. Furthermore, manufacturing processes often involve both processing and assembly stages. An integrated approach to scheduling the two stages can significantly enhance efficiency and reduce costs. This study addresses the distributed assembly flexible job shop scheduling problem with dual resource constraints (DAFJSP-DRC), aiming to minimize total product tardiness (TPT), total energy consumption (TEC), and total cost (TCO). To tackle this problem, we develop a mixed-integer programming (MIP) model and propose a deep Q-network-based memetic algorithm (DQNMA). In DQNMA, high-quality initial solutions are generated based on processing resources, and a two-stage decoding mechanism is designed to get efficient scheduling schemes. Then, crossover and mutation operators for critical factories are proposed, and a deep Q-network is designed to dynamically adjust the crossover and mutation rates. Furthermore, eight neighborhood structures are designed to enhance solution diversity, while a tabu search-based local search strategy improves the algorithm's exploration and exploitation capabilities. Eventually, extensive experimental results demonstrate the effectiveness of the proposed strategies in enhancing the performance of DQNMA. Comparative analysis against four state-of-the-art multi-objective algorithms validates the superiority and effectiveness of the designed algorithm.</div></div>","PeriodicalId":48682,"journal":{"name":"Swarm and Evolutionary Computation","volume":"98 ","pages":"Article 102086"},"PeriodicalIF":8.2,"publicationDate":"2025-07-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"144702683","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A self-adjusting representation-based multitask PSO for high-dimensional feature selection 基于自调整表示的多任务粒子群高维特征选择
IF 8.2 1区 计算机科学
Swarm and Evolutionary Computation Pub Date : 2025-07-23 DOI: 10.1016/j.swevo.2025.102084
Li Deng , Xiaohui Su , Bo Wei
{"title":"A self-adjusting representation-based multitask PSO for high-dimensional feature selection","authors":"Li Deng ,&nbsp;Xiaohui Su ,&nbsp;Bo Wei","doi":"10.1016/j.swevo.2025.102084","DOIUrl":"10.1016/j.swevo.2025.102084","url":null,"abstract":"<div><div>As a critical preprocessing step in machine learning tasks, feature selection (FS) aims to identify informative features from the original datasets. However, FS is commonly formulated as an NP-hard combinatorial optimization problem, particularly when compounded by exponentially expanding search spaces and complex feature interactions. Due to its simplicity of implementation, Particle Swarm Optimization (PSO) has been extensively utilized in FS tasks. Concurrently, the optimization process frequently converges to local optima when handling high-dimensional (<span><math><mo>&gt;</mo></math></span>1000D) datasets. To address this issue, a self-adjusting representation-based multitask PSO (SAR-MTPSO) is proposed in this paper. Firstly, the knee point strategy and an elite feature-preserving strategy are employed to obtain promising particles with key features. Based on these particles, a new multitask framework is introduced, where two tasks are constructed by using a self-adjusting representation strategy. Secondly, a two-layer knowledge transfer strategy is proposed to promote the useful information sharing and exchanging between two tasks dynamically. Finally, an adaptive re-initialization strategy is proposed to enhance the exploitation and exploration capabilities of the two tasks respectively. SAR-MTPSO was compared with 10 representative FS algorithms on 21 high-dimensional datasets. Experimental results show that SAR-MTPSO can achieve the highest classification accuracies with smaller sizes of feature subsets on 17 out of 21 datasets.</div></div>","PeriodicalId":48682,"journal":{"name":"Swarm and Evolutionary Computation","volume":"98 ","pages":"Article 102084"},"PeriodicalIF":8.2,"publicationDate":"2025-07-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"144686483","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Experience Exchange Strategy: An evolutionary strategy for meta-heuristic optimization algorithms 经验交换策略:元启发式优化算法的进化策略
IF 8.2 1区 计算机科学
Swarm and Evolutionary Computation Pub Date : 2025-07-23 DOI: 10.1016/j.swevo.2025.102082
Heming Jia , Honghua Rao
{"title":"Experience Exchange Strategy: An evolutionary strategy for meta-heuristic optimization algorithms","authors":"Heming Jia ,&nbsp;Honghua Rao","doi":"10.1016/j.swevo.2025.102082","DOIUrl":"10.1016/j.swevo.2025.102082","url":null,"abstract":"<div><div>Meta-heuristic optimization algorithms typically change individual positions based on iterations, causing the population to switch search regions. This may result in the original search area not being explored in depth, thereby reducing the optimization performance of the algorithm. To deepen the connection between populations and individuals, this article proposes an evolutionary strategy called Experience Exchange Strategy (EES). EES considers the relationship between individuals and populations, deepening the connection between individuals and populations. EES has structured into three distinct stages: the experience scarcity stage (ESC), the experience crossover stage (ECR), the experience sharing stage (ESH). In the ESC, due to many areas not being searched, the population lacks search experience and mainly relies on primitive algorithms to find positions. This can preserve the optimization effect of the original algorithm and explore more positions. In the ECR, due to the accumulation of more experience in the population, individuals will update their positions based on more reference population experience. This can improve the accuracy of the search range and conduct more detailed searches. In the ESH, the population accumulates a large amount of experience, and individuals conduct more detailed searches based on the population’s experience. Through ESH, the population can search intensively to find a better position more finely. To verify the performance of EES, this article conducted optimization tests using IEEE CEC2014 and IEEE CEC2020 functions. And 15 algorithms were selected for improvement and compared with the original algorithm. Then, 57 single objective constrained engineering problems were used for testing experiments. The experimental results demonstrate that EES significantly improves the performance of meta-heuristic optimization algorithms.</div></div>","PeriodicalId":48682,"journal":{"name":"Swarm and Evolutionary Computation","volume":"98 ","pages":"Article 102082"},"PeriodicalIF":8.2,"publicationDate":"2025-07-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"144686484","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A constrained multi-objective coevolutionary algorithm with adaptive operator selection for efficient test scheduling in interposer-based 2.5D ICs 基于中介体的2.5D集成电路测试调度的约束多目标自适应协同进化算法
IF 8.2 1区 计算机科学
Swarm and Evolutionary Computation Pub Date : 2025-07-23 DOI: 10.1016/j.swevo.2025.102085
Chunlei Li , Libao Deng , Liyan Qiao , Lili Zhang
{"title":"A constrained multi-objective coevolutionary algorithm with adaptive operator selection for efficient test scheduling in interposer-based 2.5D ICs","authors":"Chunlei Li ,&nbsp;Libao Deng ,&nbsp;Liyan Qiao ,&nbsp;Lili Zhang","doi":"10.1016/j.swevo.2025.102085","DOIUrl":"10.1016/j.swevo.2025.102085","url":null,"abstract":"<div><div>Interposer-based 2.5-dimensional integrated circuits (2.5D ICs) have emerged as a promising solution to address wire delay and power consumption challenges in modern semiconductor design. However, the increasing complexity and density of 2.5D ICs introduces critical test scheduling challenges, where existing methods fail to effectively optimize hardware cost and test time while satisfying strict power and duration constraints. To overcome these limitations, this paper models the test scheduling problem in 2.5D ICs as a constrained multi-objective optimization problem (CMOP) and proposes a constrained multi-objective coevolutionary algorithm (termed AOSCEA) with adaptive operator selection. The algorithm introduces a two-chromosome-based encoding method paired with a matching-level-based decoding strategy to effectively map the discrete scheduling problem to continuous evolutionary algorithm frameworks, enabling efficient exploration of the search space. A coevolutionary mechanism is incorporated into the algorithm with two populations: a main population that solves the CMOP and an auxiliary population that ignores constraints to enhance exploration. Additionally, targeting to enhance the versatility of the algorithm across different test scheduling problems, AOSCEA employs two deep <em>Q</em>-networks to adaptively select genetic operators and constraint handling techniques for the main population during the optimization process. Extensive experiments on various test scheduling instances in 2.5D ICs with different scales demonstrate that AOSCEA outperforms several state-of-the-art algorithms in terms of solution quality, convergence speed, and robustness.</div></div>","PeriodicalId":48682,"journal":{"name":"Swarm and Evolutionary Computation","volume":"98 ","pages":"Article 102085"},"PeriodicalIF":8.2,"publicationDate":"2025-07-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"144686482","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Learning strategies for particle swarm optimizer: A critical review and performance analysis 粒子群优化器的学习策略:一个关键的回顾和性能分析
IF 8.2 1区 计算机科学
Swarm and Evolutionary Computation Pub Date : 2025-07-22 DOI: 10.1016/j.swevo.2025.102048
Dikshit Chauhan , Shivani , Ponnuthurai N. Suganthan
{"title":"Learning strategies for particle swarm optimizer: A critical review and performance analysis","authors":"Dikshit Chauhan ,&nbsp;Shivani ,&nbsp;Ponnuthurai N. Suganthan","doi":"10.1016/j.swevo.2025.102048","DOIUrl":"10.1016/j.swevo.2025.102048","url":null,"abstract":"<div><div>Nature has long inspired the development of swarm intelligence (SI), a key branch of artificial intelligence that models collective behaviors observed in biological systems for solving complex optimization problems. Particle swarm optimization (PSO) is widely adopted among SI algorithms due to its simplicity and efficiency. Despite numerous learning strategies proposed to enhance PSO’s performance in terms of convergence speed, robustness, and adaptability, no comprehensive and systematic analysis of these strategies exists. We review and classify various learning strategies to address this gap, assessing their impact on optimization performance. Additionally, a comparative experimental evaluation is conducted to examine how these strategies influence PSO’s search dynamics. Our analysis reveals that multi-swarm strategies consistently outperform other PSO strategies in high-dimensional and multimodal problems, offering better exploration and convergence trade-offs. Finally, we discuss open challenges and future directions, emphasizing the need for self-adaptive, intelligent PSO variants capable of addressing increasingly complex real-world problems. This survey not only synthesizes the current landscape of learning-enhanced PSO but also provides actionable insights for future research and algorithmic design.</div></div>","PeriodicalId":48682,"journal":{"name":"Swarm and Evolutionary Computation","volume":"98 ","pages":"Article 102048"},"PeriodicalIF":8.2,"publicationDate":"2025-07-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"144679757","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Weak-prior medical image matting based on microscale-searching evolutionary optimization 基于微尺度搜索进化优化的弱先验医学图像抠图
IF 8.2 1区 计算机科学
Swarm and Evolutionary Computation Pub Date : 2025-07-22 DOI: 10.1016/j.swevo.2025.102065
Li Kang , Han Huang , Yihui Liang , Baoxiong Zhuang
{"title":"Weak-prior medical image matting based on microscale-searching evolutionary optimization","authors":"Li Kang ,&nbsp;Han Huang ,&nbsp;Yihui Liang ,&nbsp;Baoxiong Zhuang","doi":"10.1016/j.swevo.2025.102065","DOIUrl":"10.1016/j.swevo.2025.102065","url":null,"abstract":"<div><div>Image matting is to predict alpha mattes that reflects the opacity of images, recently showing potential in identifying transition regions of lesions in computer aided diagnosis. Image matting can be modeled as a large-scale combinatorial optimization problem that has numerous subproblems. Evolutionary algorithms (EAs) have been applied to predict accurate alpha mattes. The advantage of EAs-based methods is the ability to predict alpha mattes with weak prior like trimaps that provide value of opacity for pixels effortless to annotate compared to recent deep learning-based methods. However, it is challenging for EAs to solve the problem efficiently due to numerous subproblems and the large size of the decision set. Based on the observation that the similarity of subproblems correlates with the similarity of their objective spaces, this paper proposes a method for estimating a microscale subset of the decision set from the solving process of similar subproblems. A framework is designed to reduce the exploration cost of EAs in the large-scale decision set by guiding EAs to search in this estimated microscale subsets. Three medical image matting datasets are used to validate our method’s improvement in the efficiency of evolutionary algorithms. Experimental results demonstrate that EAs embedded in the proposed framework obtain the best prediction of alpha mattes on medical images and also in weak scenarios involving natural images. Comparative experimental results on multi-objective performance metrics indicate that our method is capable of finding superior solutions using fewer fitness evaluations. The contribution of our work is to make EAs an efficient approach to solving the medical image matting problem with weak prior.</div></div>","PeriodicalId":48682,"journal":{"name":"Swarm and Evolutionary Computation","volume":"98 ","pages":"Article 102065"},"PeriodicalIF":8.2,"publicationDate":"2025-07-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"144679758","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Dynamic multi-objective optimization algorithm based on incremental Gaussian mixture model 基于增量高斯混合模型的动态多目标优化算法
IF 8.2 1区 计算机科学
Swarm and Evolutionary Computation Pub Date : 2025-07-21 DOI: 10.1016/j.swevo.2025.102067
Xuewen Xia, Yi Zeng, Xing Xu, Yinglong Zhang
{"title":"Dynamic multi-objective optimization algorithm based on incremental Gaussian mixture model","authors":"Xuewen Xia,&nbsp;Yi Zeng,&nbsp;Xing Xu,&nbsp;Yinglong Zhang","doi":"10.1016/j.swevo.2025.102067","DOIUrl":"10.1016/j.swevo.2025.102067","url":null,"abstract":"<div><div>In recent years, prediction-based algorithms have made significant progress in solving dynamic multi-objective optimization problems (DMOPs). However, most existing methods only consider information from several consecutive environments and ignore past search experiences. To address the issue, this paper proposes a novel dynamic multi-objective evolutionary algorithm (DMOEA) based on an incremental Gaussian mixture model (IGMM). When environmental changes occurred, the initial population in the new environment is composed of two parts. The one part includes a few predicted individuals generated by IGMM aiming to explore the potential correlation between environments. To ensure quality of the individuals generated by IGMM, a feature-based augmentation strategy is employed to generate representative training data before the training process of IGMM. The other part consists of some individuals created via polynomial mutation operator based on randomly selected solutions from the previous environment. Based on the hybrid initial population, IGMM-DMOEA can quickly respond to environmental changes. To testify the performance of IGMM-DMOEA, twenty widely used benchmark functions and three real-world applications are adopted in this study. Extensive experimental results verify that IGMM-DMOEA can exhibit effective response to environmental changes. Comparisons results between it and other seven peer algorithms suggest that IGMM-DMOEA attains more reliable performance, measured by three popular metrics. Moreover, the effectiveness and efficiency of the new proposed strategies are discussed based on extensive experiments.</div></div>","PeriodicalId":48682,"journal":{"name":"Swarm and Evolutionary Computation","volume":"98 ","pages":"Article 102067"},"PeriodicalIF":8.2,"publicationDate":"2025-07-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"144672119","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Solving dynamic multi-objective engineering design problems via fuzzy c-means prediction algorithm 用模糊c均值预测算法求解动态多目标工程设计问题
IF 8.2 1区 计算机科学
Swarm and Evolutionary Computation Pub Date : 2025-07-20 DOI: 10.1016/j.swevo.2025.102057
Qingyang Zhang , Xueliang Fu , Shengxiang Yang , Shouyong Jiang , Miqing Li , Zedong Zheng
{"title":"Solving dynamic multi-objective engineering design problems via fuzzy c-means prediction algorithm","authors":"Qingyang Zhang ,&nbsp;Xueliang Fu ,&nbsp;Shengxiang Yang ,&nbsp;Shouyong Jiang ,&nbsp;Miqing Li ,&nbsp;Zedong Zheng","doi":"10.1016/j.swevo.2025.102057","DOIUrl":"10.1016/j.swevo.2025.102057","url":null,"abstract":"<div><div>This paper proposes a new prediction algorithm by integrating the fuzzy c-means and regression analysis fitting techniques with multi-objective differential evolution (FRMODE) to solve dynamic multi-objective optimization problems. When environmental changes are detected, the main purpose of FRMODE is to predict high-quality populations that can effectively track the moving Pareto-optimal set. Specifically, the fuzzy c-means (FCM) algorithm clusters the populations obtained from the past two adjacent environments. The center points of populations are utilized to define the moving direction, which is used to predict high-quality agents based on previous non-dominated individuals. Then, linear and non-linear regression analysis fitting strategies are developed to model the distribution of variables according to the variables’ characteristics. Besides that, the partial mutation strategy is also utilized to guide individuals toward more promising regions by intensifying the search around current agents. To evaluate the performance of the proposed algorithm, experiments are conducted on a set of benchmark functions with various dynamic difficulties, as well as on two classical dynamic engineering design problems. The experimental results demonstrate that FRMODE is more competitive compared with several state-of-the-art algorithms.</div></div>","PeriodicalId":48682,"journal":{"name":"Swarm and Evolutionary Computation","volume":"98 ","pages":"Article 102057"},"PeriodicalIF":8.2,"publicationDate":"2025-07-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"144665707","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A dynamic task-assisted constrained multimodal multi-objective optimization algorithm based on reinforcement learning 基于强化学习的动态任务辅助约束多模态多目标优化算法
IF 8.2 1区 计算机科学
Swarm and Evolutionary Computation Pub Date : 2025-07-19 DOI: 10.1016/j.swevo.2025.102087
Zheng Wang , Qianlin Ye , Wanliang Wang , Guoqing Li , Rui Dai
{"title":"A dynamic task-assisted constrained multimodal multi-objective optimization algorithm based on reinforcement learning","authors":"Zheng Wang ,&nbsp;Qianlin Ye ,&nbsp;Wanliang Wang ,&nbsp;Guoqing Li ,&nbsp;Rui Dai","doi":"10.1016/j.swevo.2025.102087","DOIUrl":"10.1016/j.swevo.2025.102087","url":null,"abstract":"<div><div>Constrained multimodal optimization problems (CMMOPs) are required to satisfy constraint limitations and ensure the convergence and diversity of the solutions in the objective and decision spaces. It increases the difficulty of solving the optimization problems. To design efficient constrained multimodal multi-objective optimization evolutionary algorithms (CMMOEAs) to solve them is a hot topic today. A novel dynamic auxiliary task selection algorithm (DTCMMO-RL) is designed based on the multi-task framework and reinforcement learning. The algorithm designs three auxiliary tasks to optimize constrained multi-objective problems, simple multi-objective problems and multimodal optimization problems, respectively. At the same time, Q-learning in reinforcement learning is employed to dynamically select the current optimal auxiliary task to utilize the useful information obtained rationally. In addition, an indicator (IGDXp) capable of evaluating the comprehensive performance of the solutions in the objective space and decision space is designed. To verify the excellence of DTCMMO-RL, a series of experiments with 11 comparison algorithms on CMMF and CMMOP are conducted to verify the feasibility and effectiveness of multiple strategies.</div></div>","PeriodicalId":48682,"journal":{"name":"Swarm and Evolutionary Computation","volume":"98 ","pages":"Article 102087"},"PeriodicalIF":8.2,"publicationDate":"2025-07-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"144663378","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
相关产品
×
本文献相关产品
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术官方微信