期刊文献+
共找到281篇文章
< 1 2 15 >
每页显示 20 50 100
Power Line Communications Networking Method Based on Hybrid Ant Colony and Genetic Algorithm
1
作者 Qianghui Xiao Huan Jin Xueyi Zhang 《Engineering(科研)》 2020年第8期581-590,共10页
When solving the routing problem with traditional ant colony algorithm, there is scarce in initialize pheromone and a slow convergence and stagnation for the complex network topology and the time-varying characteristi... When solving the routing problem with traditional ant colony algorithm, there is scarce in initialize pheromone and a slow convergence and stagnation for the complex network topology and the time-varying characteristics of channel in power line carrier communication of low voltage distribution grid. The algorithm is easy to fall into premature and local optimization. Proposed an automatic network algorithm based on improved transmission delay and the load factor as the evaluation factors. With the requirements of QoS, a logical topology of power line communication network is established. By the experiment of MATLAB simulation, verify that the improved Dynamic hybrid ant colony genetic algorithm (DH_ACGA) algorithm has improved the communication performance, which solved the QoS routing problems of power communication to some extent. 展开更多
关键词 Power Line Carrier Communication Network Quality of Service hybrid Ant colony and Genetic algorithm
在线阅读 下载PDF
Traveling Salesman Problem Using an Enhanced Hybrid Swarm Optimization Algorithm 被引量:2
2
作者 郑建国 伍大清 周亮 《Journal of Donghua University(English Edition)》 EI CAS 2014年第3期362-367,共6页
The traveling salesman problem( TSP) is a well-known combinatorial optimization problem as well as an NP-complete problem. A dynamic multi-swarm particle swarm optimization and ant colony optimization( DMPSO-ACO) was ... The traveling salesman problem( TSP) is a well-known combinatorial optimization problem as well as an NP-complete problem. A dynamic multi-swarm particle swarm optimization and ant colony optimization( DMPSO-ACO) was presented for TSP.The DMPSO-ACO combined the exploration capabilities of the dynamic multi-swarm particle swarm optimizer( DMPSO) and the stochastic exploitation of the ant colony optimization( ACO) for solving the traveling salesman problem. In the proposed hybrid algorithm,firstly,the dynamic swarms,rapidity of the PSO was used to obtain a series of sub-optimal solutions through certain iterative times for adjusting the initial allocation of pheromone in ACO. Secondly,the positive feedback and high accuracy of the ACO were employed to solving whole problem. Finally,to verify the effectiveness and efficiency of the proposed hybrid algorithm,various scale benchmark problems were tested to demonstrate the potential of the proposed DMPSO-ACO algorithm. The results show that DMPSO-ACO is better in the search precision,convergence property and has strong ability to escape from the local sub-optima when compared with several other peer algorithms. 展开更多
关键词 particle SWARM optimization(PSO) ant colony optimization(ACO) SWARM intelligence TRAVELING SALESMAN problem(TSP) hybrid algorithm
在线阅读 下载PDF
A Novel Approach Based on Hybrid Algorithm for Energy Efficient Cluster Head Identification in Wireless Sensor Networks
3
作者 C.Ram Kumar K.Murali Krishna +3 位作者 Mohammad Shabbir Alam K.Vigneshwaran Sridharan Kannan C.Bharatiraja 《Computer Systems Science & Engineering》 SCIE EI 2022年第10期259-273,共15页
The Wireless Sensor Networks(WSN)is a self-organizing network with random deployment of wireless nodes that connects each other for effective monitoring and data transmission.The clustering technique employed to group... The Wireless Sensor Networks(WSN)is a self-organizing network with random deployment of wireless nodes that connects each other for effective monitoring and data transmission.The clustering technique employed to group the collection of nodes for data transmission and each node is assigned with a cluster head.The major concern with the identification of the cluster head is the consideration of energy consumption and hence this paper proposes an hybrid model which forms an energy efficient cluster head in the Wireless Sensor Network.The proposed model is a hybridization of Glowworm Swarm Optimization(GSO)and Artificial Bee Colony(ABC)algorithm for the better identification of cluster head.The performance of the proposed model is compared with the existing techniques and an energy analysis is performed and is proved to be more efficient than the existing model with normalized energy of 5.35%better value and reduction of time complexity upto 1.46%.Above all,the proposed model is 16%ahead of alive node count when compared with the existing methodologies. 展开更多
关键词 Wireless sensor network CLUSTER cluster head hybrid model glowworm swarm optimization artificial bee colony algorithm energy consumption
在线阅读 下载PDF
图书馆数字文本智能聚类个性化推荐应用研究
4
作者 江新姿 高尚 《无线互联科技》 2025年第2期107-111,120,共6页
Web 2.0信息时代,信息量迅速增加,信息检索速率却显著降低,如何提高信息的自动分类管理水平,从海量数据中高效、准确、快速获取有价值的信息与知识成为智慧图书馆亟待研究与解决的问题。文章提出了在数字图书馆服务中运用新型文本聚类... Web 2.0信息时代,信息量迅速增加,信息检索速率却显著降低,如何提高信息的自动分类管理水平,从海量数据中高效、准确、快速获取有价值的信息与知识成为智慧图书馆亟待研究与解决的问题。文章提出了在数字图书馆服务中运用新型文本聚类群智能分析方法。该算法通过改进文本间的语义相似度计算,融合K-means聚类算法与蚁群聚类算法(Ant Colony Optimization,ACO)的优点,在初始分类时将K-means聚类算法用作快速分类,用分类结果指导更新蚂蚁各途径信息素,指导蚂蚁后续聚类途径选择,提高聚类运行效率。该分析方法因为不需要类别的信息,能自动完成文本分组,所以可以更好地应用到图书馆资源的推荐与检索服务中。图书馆数字文本数据库实验证明,混合蚁群聚类算法比单独的K-means、ACO都具有更好的聚类效果,可以看出该算法的有效性。 展开更多
关键词 文本聚类 K-MEANS聚类 混合蚁群聚类算法 个性化推荐 语义相似度
在线阅读 下载PDF
基于多策略混合鲸鱼-蚁群优化算法的装配序列优化
5
作者 黎响 王永 田德 《太阳能学报》 北大核心 2025年第2期565-575,共11页
装配序列规划(ASP)是风电机组设计和制造的关键内容,对产品的生产效率和成本有重要影响。SP问题是一个典型的NP完全问题,需使用有效的方法来搜索最优或近优的装配序列,但常用智能优化算法的参数值获取比较困难,导致在搜索效率和收敛精... 装配序列规划(ASP)是风电机组设计和制造的关键内容,对产品的生产效率和成本有重要影响。SP问题是一个典型的NP完全问题,需使用有效的方法来搜索最优或近优的装配序列,但常用智能优化算法的参数值获取比较困难,导致在搜索效率和收敛精度上存在一定局限性。为此,提出一种求解SP问题的多策略混合鲸鱼-蚁群优化算法。在计算过程中,使用增加精英反向学习策略(OBL)、差分进化算法(DE)的多策略混合鲸鱼算法优化蚁群算法的参数,然后再采用蚁群算法搜索最优或近优的装配序列。计算实验表明:多策略混合鲸鱼-蚁群优化算法降低了参数设置的复杂性,在求解SP问题上,与传统蚁群算法相比,算法的收敛速度和寻优能力得到很大提高。 展开更多
关键词 装配序列规划 风电机组 参数 多策略混合鲸鱼-蚁群算法
在线阅读 下载PDF
可达集约束下的自主车辆路径规划势场蚁群算法研究
6
作者 杨海洋 胡辛 +1 位作者 郑福银 吕俊波 《黑龙江科学》 2025年第4期84-87,共4页
为了解决当前路径规划技术无法涵盖汽车全部未知状况导致降低其安全性能的问题,提出一种以后向可到达集合为限制条件的自动驾驶最佳路线优化方案,将后向可到达集合的变化范畴设为势场蚂蚁算法的制约因素,在多个车队行驶环境中应用此特性... 为了解决当前路径规划技术无法涵盖汽车全部未知状况导致降低其安全性能的问题,提出一种以后向可到达集合为限制条件的自动驾驶最佳路线优化方案,将后向可到达集合的变化范畴设为势场蚂蚁算法的制约因素,在多个车队行驶环境中应用此特性,通过观察后向可到达集合各安全子区域的信息素密度差异,发现距离风险区更近的地方信息素密度较低这一特点,构建出一种适合自动驾驶的最优路线模型。实验结果显示,此策略不但提升了传统的势场蚂蚁算法的安全保障能力,还能计算出自动驾驶车辆行进过程中的安全位置可能达到的范围,并对未来一定时间内自动驾驶车辆的安全情况做出预估,说明在复杂环境中可利用势场蚁群算法和混合系统来确定可达集,实现路径规划。 展开更多
关键词 智能交通 路径规划 可达集 复杂环境 势场蚁群算法 混合系统
在线阅读 下载PDF
Solving algorithm for TA optimization model based on ACO-SA 被引量:4
7
作者 Jun Wang Xiaoguang Gao Yongwen Zhu 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2011年第4期628-639,共12页
An ant colony optimization (ACO)-simulated annealing (SA)-based algorithm is developed for the target assignment problem (TAP) in the air defense (AD) command and control (C2) system of surface to air missi... An ant colony optimization (ACO)-simulated annealing (SA)-based algorithm is developed for the target assignment problem (TAP) in the air defense (AD) command and control (C2) system of surface to air missile (SAM) tactical unit. The accomplishment process of target assignment (TA) task is analyzed. A firing advantage degree (FAD) concept of fire unit (FU) intercepting targets is put forward and its evaluation model is established by using a linear weighted synthetic method. A TA optimization model is presented and its solving algorithms are designed respectively based on ACO and SA. A hybrid optimization strategy is presented and developed synthesizing the merits of ACO and SA. The simulation examples show that the model and algorithms can meet the solving requirement of TAP in AD combat. 展开更多
关键词 target assignment (TA) OPTIMIZATION ant colony optimization (ACO) algorithm simulated annealing (SA) algorithm hybrid optimization strategy.
在线阅读 下载PDF
Improved algorithms to plan missions for agile earth observation satellites 被引量:3
8
作者 Huicheng Hao Wei Jiang Yijun Li 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2014年第5期811-821,共11页
This study concentrates of the new generation of the agile (AEOS). AEOS is a key study object on management problems earth observation satellite in many countries because of its many advantages over non-agile satell... This study concentrates of the new generation of the agile (AEOS). AEOS is a key study object on management problems earth observation satellite in many countries because of its many advantages over non-agile satellites. Hence, the mission planning and scheduling of AEOS is a popular research problem. This research investigates AEOS characteristics and establishes a mission planning model based on the working principle and constraints of AEOS as per analysis. To solve the scheduling issue of AEOS, several improved algorithms are developed. Simulation results suggest that these algorithms are effective. 展开更多
关键词 mission planning immune clone algorithm hybrid genetic algorithm (EA) improved ant colony algorithm general particle swarm optimization (PSO) agile earth observation satellite (AEOS).
在线阅读 下载PDF
Hybrid Power Bank Deployment Model for Energy Supply Coverage Optimization in Industrial Wireless Sensor Network
9
作者 Hang Yang Xunbo Li Witold Pedrycz 《Intelligent Automation & Soft Computing》 SCIE 2023年第8期1531-1551,共21页
Energy supply is one of the most critical challenges of wireless sensor networks(WSNs)and industrial wireless sensor networks(IWSNs).While research on coverage optimization problem(COP)centers on the network’s monito... Energy supply is one of the most critical challenges of wireless sensor networks(WSNs)and industrial wireless sensor networks(IWSNs).While research on coverage optimization problem(COP)centers on the network’s monitoring coverage,this research focuses on the power banks’energy supply coverage.The study of 2-D and 3-D spaces is typical in IWSN,with the realistic environment being more complex with obstacles(i.e.,machines).A 3-D surface is the field of interest(FOI)in this work with the established hybrid power bank deployment model for the energy supply COP optimization of IWSN.The hybrid power bank deployment model is highly adaptive and flexible for new or existing plants already using the IWSN system.The model improves the power supply to a more considerable extent with the least number of power bank deployments.The main innovation in this work is the utilization of a more practical surface model with obstacles and training while improving the convergence speed and quality of the heuristic algorithm.An overall probabilistic coverage rate analysis of every point on the FOI is provided,not limiting the scope to target points or areas.Bresenham’s algorithm is extended from 2-D to 3-D surface to enhance the probabilistic covering model for coverage measurement.A dynamic search strategy(DSS)is proposed to modify the artificial bee colony(ABC)and balance the exploration and exploitation ability for better convergence toward eliminating NP-hard deployment problems.Further,the cellular automata(CA)is utilized to enhance the convergence speed.The case study based on two typical FOI in the IWSN shows that the CA scheme effectively speeds up the optimization process.Comparative experiments are conducted on four benchmark functions to validate the effectiveness of the proposed method.The experimental results show that the proposed algorithm outperforms the ABC and gbest-guided ABC(GABC)algorithms.The results show that the proposed energy coverage optimization method based on the hybrid power bank deployment model generates more accurate results than the results obtained by similar algorithms(i.e.,ABC,GABC).The proposed model is,therefore,effective and efficient for optimization in the IWSN. 展开更多
关键词 Industrial wireless sensor network hybrid power bank deployment model:energy supply coverage optimization artificial bee colony algorithm radio frequency numerical function optimization
在线阅读 下载PDF
多策略遗传算法求解多机器人任务分配问题 被引量:1
10
作者 陈海洋 刘妍 +1 位作者 都威 黄琦 《西安工程大学学报》 CAS 2024年第6期76-82,共7页
针对遗传算法(genetic algorithm,GA)求解多机器人任务分配(multi-robot task allocation,MRTA)时容易陷入局部最优以及效率不高的问题,提出一种多策略遗传算法(简称DIHA-GA)实现对多个任务的合理分配。首先,采用双染色体编码策略来简... 针对遗传算法(genetic algorithm,GA)求解多机器人任务分配(multi-robot task allocation,MRTA)时容易陷入局部最优以及效率不高的问题,提出一种多策略遗传算法(简称DIHA-GA)实现对多个任务的合理分配。首先,采用双染色体编码策略来简化编码方式;其次,将种群分成3个部分来使种群在保持随机性的同时增强染色体的质量;再次,采用启发式交叉算子来拓展解的搜索范围,加大算法跳出局部最优的能力;最后,使用自适应交叉概率和变异概率来使算法更快找到最优解。结果表明:在任务数为20和40这2种情况下,DIHA-GA相比于混合粒子群算法(hybrid particle swarm optimization,HPSO)距离平均值分别减少了14.46 m和17.36 m,距离最小值分别减少了14.89 m和20.86 m,这说明DIHA-GA所得解更接近最优解;DIHA-GA比改进蚁群算法(improved ant colony optimization,IACO)所得距离平均值分别减少了21.32 m和18.73 m,距离最小值分别减少了23.43 m和22.32 m,这是由于IACO过早收敛并且难以跳出局部最优导致的。通过比较,验证了DIHA-GA在求解MRTA问题上的有效性。 展开更多
关键词 多机器人任务分配(MRTA) 仓储物流 遗传算法(GA) 改良圈策略 混合粒子群算法 蚁群算法
在线阅读 下载PDF
基于MTSP问题的公共图书馆智慧配送服务
11
作者 江新姿 安晓丽 高尚 《计算机与现代化》 2024年第9期52-55,60,共5页
随着“互联网+”思维和图书馆服务模式与水平的发展,纸质资源的物流配送成为图书馆借阅平台的最后环节。如何在智慧图书馆智能服务平台中降低图书馆的配送成本、均衡配送员的工作量、提升配送效率是智慧服务的研究方向。在智能计算研究... 随着“互联网+”思维和图书馆服务模式与水平的发展,纸质资源的物流配送成为图书馆借阅平台的最后环节。如何在智慧图书馆智能服务平台中降低图书馆的配送成本、均衡配送员的工作量、提升配送效率是智慧服务的研究方向。在智能计算研究中,解决TSP旅行商问题常采用蚁群算法,因为蚁群算法能利用信息正反馈和启发式信息诱导,从而找出多目标遍历的最优解。针对图书馆馆际与社区物流配送的多旅行商MTSP问题,使用混合蚁群优化算法来实现图书纸质资源最后配送路径最优化处理,可以更好地实现配送效率的综合提升。图书馆高效率优质服务可以更好地提升阅读质量。 展开更多
关键词 智慧配送 多旅行商问题 混合蚁群优化算法
在线阅读 下载PDF
基于自适应蚁群算法的岛礁混合发电系统电源容量优化方法 被引量:2
12
作者 李维波 彭智明 +2 位作者 张浩 张茂杰 方华亮 《中国舰船研究》 CSCD 北大核心 2024年第4期139-147,共9页
[目的]针对岛礁混合发电系统电源容量配置存在的问题,提出一种基于自适应蚁群算法(ACA)的优化方法。[方法]采用自适应蚁群算法作为核心优化工具,对岛礁混合发电系统的电源容量进行配置。通过采用自适应蚁群算法模拟蚁群寻食过程,在搜索... [目的]针对岛礁混合发电系统电源容量配置存在的问题,提出一种基于自适应蚁群算法(ACA)的优化方法。[方法]采用自适应蚁群算法作为核心优化工具,对岛礁混合发电系统的电源容量进行配置。通过采用自适应蚁群算法模拟蚁群寻食过程,在搜索空间中以可再生能源发电量作为信息素,通过全局搜索找到最优解,实现对可再生能源的充分利用。并以外伶仃岛为目标岛礁,搭建“风光柴储”微电网混合发电系统模型,采用自适应蚁群算法优化配置其容量。[结果]算法仿真结果表明,相较于改进灰狼算法和人工蜂群算法,自适应蚁群算法能够有效降低微电网混合发电系统的运行成本和对环境的污染,确保供电稳定性。[结论]所做研究能够有效增加微电网混合发电系统的供电稳定性,减少运行成本与环境污染,从而实现对能源的高效利用。 展开更多
关键词 混合发电系统 自适应蚁群算法 容量配置 动态信息素 经济性
在线阅读 下载PDF
分布式异构混合流水车间生产与运输集成调度
13
作者 李颖俐 刘翱 邓旭东 《计算机集成制造系统》 EI CSCD 北大核心 2024年第11期4087-4098,共12页
为了优化多车间协同的生产与物流集成调度问题,提出一种多目标人工蜂群算法和优化策略。优化算法采用三层编码表示车间序列、工件序列及机器档位,结合车间分配规则、机器选择策略及自动导引运输车分配规则获得问题可行解。雇佣蜂阶段设... 为了优化多车间协同的生产与物流集成调度问题,提出一种多目标人工蜂群算法和优化策略。优化算法采用三层编码表示车间序列、工件序列及机器档位,结合车间分配规则、机器选择策略及自动导引运输车分配规则获得问题可行解。雇佣蜂阶段设计一种基于距离选择的聚类交叉操作,保证种群多样性和解的质量;观察蜂阶段采用了基于关键车间的邻域搜索方法,在庞大解空间中实现高效搜索。侦查蜂阶段基于机器档位和工件运输顺序构建了节能调度策略,丰富非支配解集合。对比经典多目标进化算法,数值实验结果显示所提算法的有效性与优越性。 展开更多
关键词 分布式异构混合流水车间 自动导引运输车 能耗 人工蜂群算法 多目标优化
在线阅读 下载PDF
求解分布式两阶段混合流水车间调度的反馈人工蜂群算法
14
作者 王移民 雷德明 《控制理论与应用》 EI CAS CSCD 北大核心 2024年第6期1137-1146,共10页
针对考虑工厂适用性和附加资源的分布式两阶段混合流水车间调度问题(DTHFSP),本文提出了一种反馈人工蜂群算法(FABC),以最小化最大完成时间和总延迟时间,该算法利用一种新型反馈机制动态调整搜索策略集.为此,本文共设计了5种特点各异的... 针对考虑工厂适用性和附加资源的分布式两阶段混合流水车间调度问题(DTHFSP),本文提出了一种反馈人工蜂群算法(FABC),以最小化最大完成时间和总延迟时间,该算法利用一种新型反馈机制动态调整搜索策略集.为此,本文共设计了5种特点各异的搜索策略,将其用于初始策略集和备选策略集,同时,建立并调整雇佣蜂群和跟随蜂群的共享策略集,雇佣蜂阶段和跟随蜂阶段在种群划分的基础上采用随机选择和自适应选择方式确定搜索策略,在侦查蜂阶段完成后,对搜索策略集进行动态调整.文章进行了大量的计算实验,计算结果表明,FABC策略合理有效,且它对所求解的DTHFSP具有较强的搜索优势. 展开更多
关键词 工厂适用性 附加资源 分布式两阶段混合流水车间调度 反馈 人工蜂群算法
在线阅读 下载PDF
面向冰区船舶航线的混合规划算法
15
作者 刘文博 鲁阳 薛彦卓 《哈尔滨工程大学学报》 EI CAS CSCD 北大核心 2024年第11期2065-2074,共10页
针对自然环境恶劣且复杂的北极海域,本文旨在解决冰区船舶的航线规划问题。基于栅格法建立了冰区船舶的作业空间,采用改进蚁群算法规划出全局航线,将预处理后航线的各节点作为待规划的子目标,使用改进滚动窗口算法求解出最终航线。仿真... 针对自然环境恶劣且复杂的北极海域,本文旨在解决冰区船舶的航线规划问题。基于栅格法建立了冰区船舶的作业空间,采用改进蚁群算法规划出全局航线,将预处理后航线的各节点作为待规划的子目标,使用改进滚动窗口算法求解出最终航线。仿真结果表明:改进蚁群算法能以更快的迭代速度规划出静态环境中的全局航线,节点删除算法可剔除冗余节点,降低后续算法的计算复杂度,改进滚动窗口算法能在全局航线的基础上,有效规避环境中的动态障碍物,求解出混合环境中符合冰区船舶运动性能的最终航线。 展开更多
关键词 冰区船舶 极地航运 航线规划 栅格环境 蚁群算法 滚动窗口算法 混合算法 动态避障
在线阅读 下载PDF
基于混合蚁群算法的无人化农机路径寻优研究
16
作者 杨会甲 张亚军 +2 位作者 王鹏杰 王东 王亚平 《湖北农业科学》 2024年第8期247-251,共5页
针对智慧农业中复杂环境下无人化农机路径规划寻优过程中存在的迭代速度慢、路径安全性较低等问题,融合人工势场、量子行为以及基于B样条的平滑策略提出了混合蚁群算法。该方法在迭代初期引入人工势场法,以解决迭代速度慢问题以及实现... 针对智慧农业中复杂环境下无人化农机路径规划寻优过程中存在的迭代速度慢、路径安全性较低等问题,融合人工势场、量子行为以及基于B样条的平滑策略提出了混合蚁群算法。该方法在迭代初期引入人工势场法,以解决迭代速度慢问题以及实现全局最优平衡;在路径寻优的中期加入量子行为优化信息密度阈值,改进算法状态选择概率,避免算法陷入局部最优,以提高获取优质解的能力;在迭代后期融合基于B样条的平滑策略,优化最优路径,提高无人化农机避障能力。仿真试验结果表明,基于混合蚁群算法的无人化农机在复杂环境作业时,路径寻优能力得到有效提升,路径优化响应速度提升了73倍,路径优化后距离缩短超过11.8%。 展开更多
关键词 智慧农业 无人化农机 路径寻优 混合蚁群算法 避障 人工势场
在线阅读 下载PDF
A Novel Hybrid Vortex Search and Artificial Bee Colony Algorithm for Numerical Optimization Problems 被引量:1
17
作者 WANG Zhaowei WU Guomin WAN Zhongping 《Wuhan University Journal of Natural Sciences》 CAS CSCD 2017年第4期295-306,共12页
Though vortex search(VS) algorithm has good performance in solving global numerical optimization problems, it cannot fully search the whole space occasionally. Combining the vortex search algorithm and the artificia... Though vortex search(VS) algorithm has good performance in solving global numerical optimization problems, it cannot fully search the whole space occasionally. Combining the vortex search algorithm and the artificial bee colony algorithm(ABC) which has good performance in exploration, we present a HVS(hybrid vortex search) algorithm to solve the numerical optimization problems. We first use the employed bees and onlooker bees of ABC algorithm to find a solution, and then adopt the VS algorithm to find the best solution. In the meantime, we cannot treat the best solution so far as the center of the algorithm all the time. The algorithm is tested by 50 benchmark functions. The numerical results show the HVS algorithm has superior performance over the ABC and the VS algorithms. 展开更多
关键词 numerical optimization problems vortex searchalgorithm artificial bee colony algorithm hybrid algorithm
原文传递
多约束下矩形件排样问题的混合求解算法研究
18
作者 刘野 吉卫喜 +1 位作者 苏璇 赵宏轩 《系统仿真学报》 CAS CSCD 北大核心 2024年第3期743-755,共13页
针对板材和玻璃下料过程中存在的矩形件排样问题,提出了一种基于分割匹配算法与改进蚁群算法的混合算法进行求解。建立了以最大化均方利用率和剩余加工时间为目标的排样优化模型;利用蚁群算法作为排样顺序算法确定部分零件的排样顺序以... 针对板材和玻璃下料过程中存在的矩形件排样问题,提出了一种基于分割匹配算法与改进蚁群算法的混合算法进行求解。建立了以最大化均方利用率和剩余加工时间为目标的排样优化模型;利用蚁群算法作为排样顺序算法确定部分零件的排样顺序以满足零件的加工时间限制,为了提高蚁群算法搜索效率,提出了自适应信息素更新策略,引入基于遗传变异和2-opt变异的混合变异策略来增强局部搜索能力。针对于零件在毛坯上位置的排布问题,为提高毛坯的均方利用率同时又满足一刀切约束条件,提出分割匹配算法进行矩形件排布优化。将改后的算法与其他优化算法用国际标准测试案例和企业实际案例进行对比分析,验证了所提混合算法的有效性。 展开更多
关键词 矩形件排样 蚁群算法 一刀切 多约束 混合变异策略
在线阅读 下载PDF
基于Dijkstra-ACO混合算法的煤矿井下应急逃生路径动态规划
19
作者 卢国菊 史文芳 《工矿自动化》 CSCD 北大核心 2024年第10期147-151,178,共6页
煤矿井下应急逃生路径规划需要根据煤矿井下环境的变化及时调整,但传统方法依赖静态网络和固定权重而无法实现逃生路径规划适应井下环境动态变化。针对上述问题,提出了一种基于Dijkstra-ACO(蚁群优化)混合算法的煤矿井下应急逃生路径动... 煤矿井下应急逃生路径规划需要根据煤矿井下环境的变化及时调整,但传统方法依赖静态网络和固定权重而无法实现逃生路径规划适应井下环境动态变化。针对上述问题,提出了一种基于Dijkstra-ACO(蚁群优化)混合算法的煤矿井下应急逃生路径动态规划方法。基于巷道坡度和水位对逃生的影响分析,建立了煤矿井下应急逃生最优路径动态规划模型,实现逃生路径随巷道坡度、水位等环境变化而实时调整,从而提高逃生效率和安全性。采用Dijkstra-ACO混合算法求解煤矿井下应急逃生最优路径动态规划模型,即利用Dijkstra算法快速确定初始路径,引入ACO算法寻找距离最短且安全性最高的逃生路径,实现规划路径能够适应环境变化。搭建了模拟某煤矿多种巷道类型及其坡度、水位等参数的仿真环境,开展了应急逃生路径动态规划实验。结果表明,在50 m×100 m,100 m×200 m,150 m×250 m 3种不同尺寸的测试区域中,基于Dijkstra-ACO混合算法规划的路径长度比基于A^(*)算法和基于改进蚁群算法规划的路径长度缩短了19%以上,同时避障率提高了5%以上。 展开更多
关键词 煤矿井下应急逃生 路径动态规划 Dijkstra-ACO混合算法 蚁群优化算法
在线阅读 下载PDF
基于卡尔曼滤波的遗传蚁群混合算法优化改进云模型的渗流监测异常值识别
20
作者 王奎 欧斌 +1 位作者 刘振宇 傅蜀燕 《科学技术与工程》 北大核心 2024年第33期14393-14399,共7页
大坝安全监测序列中广泛分布异常值,对其进行筛选与辨识是判定大坝运行性态的前提。传统的基于回归模型的异常识别方法会对监测数据造成正常值误判或者异常值漏判的情况。针对上述问题,将监测数据序列结合卡尔曼滤波方法去除噪声项,并... 大坝安全监测序列中广泛分布异常值,对其进行筛选与辨识是判定大坝运行性态的前提。传统的基于回归模型的异常识别方法会对监测数据造成正常值误判或者异常值漏判的情况。针对上述问题,将监测数据序列结合卡尔曼滤波方法去除噪声项,并以测值的日变化速率代替去噪后的数据,从而保留数据真实的演变轨迹,再结合云模型,建立基于日变化速率的改进云模型。同时采用遗传蚁群混合算法对改进云模型的阈值进行优化。分别对去噪前后和阈值优化前后的异常值数量进行对比分析。结果显示:原始数据经过卡尔曼滤波去噪处理后,日变换速率的总体范围显著减小,而用遗传蚁群混合算法对阈值区间进行优化后,其优化后的阈值区间小于优化前的。结果表明:所提出的方法在大坝的渗流监测中可更好地识别异常值,减少因噪声而引起的误判,有效提高对异常值的识别精度。 展开更多
关键词 卡尔曼滤波 日变化速率 遗传蚁群混合算法 改进云模型
在线阅读 下载PDF
上一页 1 2 15 下一页 到第
使用帮助 返回顶部