期刊文献+
共找到580篇文章
< 1 2 29 >
每页显示 20 50 100
Dependent task assignment algorithm based on particle swarm optimization and simulated annealing in ad-hoc mobile cloud 被引量:3
1
作者 Huang Bonan Xia Weiwei +4 位作者 Zhang Yueyue Zhang Jing Zou Qian Yan Feng Shen Lianfeng 《Journal of Southeast University(English Edition)》 EI CAS 2018年第4期430-438,共9页
In order to solve the problem of efficiently assigning tasks in an ad-hoc mobile cloud( AMC),a task assignment algorithm based on the heuristic algorithm is proposed. The proposed task assignment algorithm based on pa... In order to solve the problem of efficiently assigning tasks in an ad-hoc mobile cloud( AMC),a task assignment algorithm based on the heuristic algorithm is proposed. The proposed task assignment algorithm based on particle swarm optimization and simulated annealing( PSO-SA) transforms the dependencies between tasks into a directed acyclic graph( DAG) model. The number in each node represents the computation workload of each task and the number on each edge represents the workload produced by the transmission. In order to simulate the environment of task assignment in AMC,mathematical models are developed to describe the dependencies between tasks and the costs of each task are defined. PSO-SA is used to make the decision for task assignment and for minimizing the cost of all devices,which includes the energy consumption and time delay of all devices.PSO-SA also takes the advantage of both particle swarm optimization and simulated annealing by selecting an optimal solution with a certain probability to avoid falling into local optimal solution and to guarantee the convergence speed. The simulation results show that compared with other existing algorithms,the PSO-SA has a smaller cost and the result of PSO-SA can be very close to the optimal solution. 展开更多
关键词 ad-hoc mobile cloud task assignment algorithm directed acyclic graph particle swarm optimization simulated annealing
在线阅读 下载PDF
An efficient hybrid evolutionary optimization algorithm based on PSO and SA for clustering 被引量:11
2
作者 Taher NIKNAM Babak AMIRI +1 位作者 Javad OLAMAEI Ali AREFI 《Journal of Zhejiang University-Science A(Applied Physics & Engineering)》 SCIE EI CAS CSCD 2009年第4期512-519,共8页
The K-means algorithm is one of the most popular techniques in clustering. Nevertheless, the performance of the Kmeans algorithm depends highly on initial cluster centers and converges to local minima. This paper prop... The K-means algorithm is one of the most popular techniques in clustering. Nevertheless, the performance of the Kmeans algorithm depends highly on initial cluster centers and converges to local minima. This paper proposes a hybrid evolutionary programming based clustering algorithm, called PSO-SA, by combining particle swarm optimization (PSO) and simulated annealing (SA). The basic idea is to search around the global solution by SA and to increase the information exchange among particles using a mutation operator to escape local optima. Three datasets, Iris, Wisconsin Breast Cancer, and Ripley's Glass, have been considered to show the effectiveness of the proposed clustering algorithm in providing optimal clusters. The simulation results show that the PSO-SA clustering algorithm not only has a better response but also converges more quickly than the K-means, PSO, and SA algorithms. 展开更多
关键词 simulated annealing (SA) Data clustering Hybrid evolutionary optimization algorithm K-means clustering Parti-cle swarm optimization (PSO)
原文传递
APPLYING PARTICLE SWARM OPTIMIZATION TO JOB-SHOPSCHEDULING PROBLEM 被引量:5
3
作者 XiaWeijun WuZhiming ZhangWei YangGenke 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2004年第3期437-441,共5页
A new heuristic algorithm is proposed for the problem of finding the minimummakespan in the job-shop scheduling problem. The new algorithm is based on the principles ofparticle swarm optimization (PSO). PSO employs a ... A new heuristic algorithm is proposed for the problem of finding the minimummakespan in the job-shop scheduling problem. The new algorithm is based on the principles ofparticle swarm optimization (PSO). PSO employs a collaborative population-based search, which isinspired by the social behavior of bird flocking. It combines local search (by self experience) andglobal search (by neighboring experience), possessing high search efficiency. Simulated annealing(SA) employs certain probability to avoid becoming trapped in a local optimum and the search processcan be controlled by the cooling schedule. By reasonably combining these two different searchalgorithms, a general, fast and easily implemented hybrid optimization algorithm, named HPSO, isdeveloped. The effectiveness and efficiency of the proposed PSO-based algorithm are demonstrated byapplying it to some benchmark job-shop scheduling problems and comparing results with otheralgorithms in literature. Comparing results indicate that PSO-based algorithm is a viable andeffective approach for the job-shop scheduling problem. 展开更多
关键词 Job-shop scheduling problem Particle swarm optimization simulated annealingHybrid optimization algorithm
在线阅读 下载PDF
A new support vector machine optimized by improved particle swarm optimization and its application 被引量:3
4
作者 李翔 杨尚东 乞建勋 《Journal of Central South University of Technology》 EI 2006年第5期568-572,共5页
A new support vector machine (SVM) optimized by an improved particle swarm optimization (PSO) combined with simulated annealing algorithm (SA) was proposed. By incorporating with the simulated annealing method, ... A new support vector machine (SVM) optimized by an improved particle swarm optimization (PSO) combined with simulated annealing algorithm (SA) was proposed. By incorporating with the simulated annealing method, the global searching capacity of the particle swarm optimization(SAPSO) was enchanced, and the searching capacity of the particle swarm optimization was studied. Then, the improyed particle swarm optimization algorithm was used to optimize the parameters of SVM (c,σ and ε). Based on the operational data provided by a regional power grid in north China, the method was used in the actual short term load forecasting. The results show that compared to the PSO-SVM and the traditional SVM, the average time of the proposed method in the experimental process reduces by 11.6 s and 31.1 s, and the precision of the proposed method increases by 1.24% and 3.18%, respectively. So, the improved method is better than the PSO-SVM and the traditional SVM. 展开更多
关键词 support vector machine particle swarm optimization algorithm short-term load forecasting simulated annealing
在线阅读 下载PDF
基于改进SA-PSO算法的飞机气动参数辨识算法
5
作者 张磊磊 曾涛 +3 位作者 秦林烽 罗一鸣 王锐 邢小军 《火力与指挥控制》 北大核心 2026年第3期74-80,共7页
针对气动参数不确定时飞机本体特性分析问题,提出了一种基于改进(simulated annealing-particle swarm optimization,SA-PSO)的极大似然气动参数辨识算法。该算法克服了传统Newton-Raphson算法进行极大似然求解时对初值敏感的问题,并采... 针对气动参数不确定时飞机本体特性分析问题,提出了一种基于改进(simulated annealing-particle swarm optimization,SA-PSO)的极大似然气动参数辨识算法。该算法克服了传统Newton-Raphson算法进行极大似然求解时对初值敏感的问题,并采用赋予动态权重的策略,提高了PSO算法的全局寻优性能;通过引入SA算法中的Metropolis准则改进PSO算法个体最优和全局最优更新策略,改善了传统PSO算法的早熟收敛现象。仿真结果表明,所给出的算法具有良好的全局搜索能力,相较于PSO和Newton-Raphson算法具有更高的参数辨识精度。 展开更多
关键词 气动参数辨识 粒子群算法 极大似然算法 SA算法 METROPOLIS准则
在线阅读 下载PDF
Optimization on the Impeller of a Low-specific-speed Centrifugal Pump for Hydraulic Performance Improvement 被引量:15
6
作者 PEI Ji WANG Wenjie +1 位作者 YUAN Shouqi ZHANG Jinfeng 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2016年第5期992-1002,共11页
In order to widen the high-efficiency operating range of a low-specific-speed centrifugal pump, an optimization process for considering efficiencies under 1.0Qd and 1.4Qd is proposed. Three parameters, namely, the bla... In order to widen the high-efficiency operating range of a low-specific-speed centrifugal pump, an optimization process for considering efficiencies under 1.0Qd and 1.4Qd is proposed. Three parameters, namely, the blade outlet width b2, blade outlet angle β2, and blade wrap angle φ, are selected as design variables. Impellers are generated using the optimal Latin hypercube sampling method. The pump efficiencies are calculated using the software CFX 14.5 at two operating points selected as objectives. Surrogate models are also constructed to analyze the relationship between the objectives and the design variables. Finally, the particle swarm optimization algorithm is applied to calculate the surrogate model to determine the best combination of the impeller parameters. The results show that the performance curve predicted by numerical simulation has a good agreement with the experimental results. Compared with the efficiencies of the original impeller, the hydraulic efficiencies of the optimized impeller are increased by 4.18% and 0.62% under 1.0Qd and 1.4Qd, respectively. The comparison of inner flow between the original pump and optimized one illustrates the improvement of performance. The optimization process can provide a useful reference on performance improvement of other pumps, even on reduction of pressure fluctuations. 展开更多
关键词 low-specific-speed centrifugal pump optimization optimal Latin hypercube sampling surrogate model particle swarm optimization algorithm numerical simulation
在线阅读 下载PDF
Hybrid Optimization Based PID Controller Design for Unstable System 被引量:1
7
作者 Saranya Rajeshwaran C.Agees Kumar Kanthaswamy Ganapathy 《Intelligent Automation & Soft Computing》 SCIE 2023年第2期1611-1625,共15页
PID controllers play an important function in determining tuning para-meters in any process sector to deliver optimal and resilient performance for non-linear,stable and unstable processes.The effectiveness of the pre... PID controllers play an important function in determining tuning para-meters in any process sector to deliver optimal and resilient performance for non-linear,stable and unstable processes.The effectiveness of the presented hybrid metaheuristic algorithms for a class of time-delayed unstable systems is described in this study when applicable to the problems of PID controller and Smith PID controller.The Direct Multi Search(DMS)algorithm is utilised in this research to combine the local search ability of global heuristic algorithms to tune a PID controller for a time-delayed unstable process model.A Metaheuristics Algorithm such as,SA(Simulated Annealing),MBBO(Modified Biogeography Based Opti-mization),BBO(Biogeography Based Optimization),PBIL(Population Based Incremental Learning),ES(Evolution Strategy),StudGA(Stud Genetic Algo-rithms),PSO(Particle Swarm Optimization),StudGA(Stud Genetic Algorithms),ES(Evolution Strategy),PSO(Particle Swarm Optimization)and ACO(Ant Col-ony Optimization)are used to tune the PID controller and Smith predictor design.The effectiveness of the suggested algorithms DMS-SA,DMS-BBO,DMS-MBBO,DMS-PBIL,DMS-StudGA,DMS-ES,DMS-ACO,and DMS-PSO for a class of dead-time structures employing PID controller and Smith predictor design controllers is illustrated using unit step set point response.When compared to other optimizations,the suggested hybrid metaheuristics approach improves the time response analysis when extended to the problem of smith predictor and PID controller designed tuning. 展开更多
关键词 Direct multi search simulated annealing biogeography-based optimization stud genetic algorithms particle swarm optimization SmithPID controller
在线阅读 下载PDF
基于改进SA-PSO的工业机器人参数辨识和定位精度提升
8
作者 王国荣 杜茂华 +2 位作者 吴智恒 李平 杨志新 《机床与液压》 北大核心 2025年第17期42-50,共9页
针对传统粒子群算法(PSO)在工业机器人标定过程中存在的衰减机制落后、易陷入局部最优导致精度低的问题,提出一种基于改进SA-PSO的工业机器人几何参数辨识和定位精度提升方法。基于D-H模型建立工业机器人误差模型,将几何误差标定问题转... 针对传统粒子群算法(PSO)在工业机器人标定过程中存在的衰减机制落后、易陷入局部最优导致精度低的问题,提出一种基于改进SA-PSO的工业机器人几何参数辨识和定位精度提升方法。基于D-H模型建立工业机器人误差模型,将几何误差标定问题转换为高维非线性方程的寻优求解问题。在参数辨识过程中,结合粒子群算法与模拟退火算法,在跳出局部最优解的基础上,设计正态分布曲线来控制算法惯性权重的变化,并引入控制因子优化粒子的位置更新公式。通过对KUKA KR 6 R900机器人进行仿真与测试实验,将该改进算法与传统PSO、APSO、NDPSO、SA-PSO等算法进行性能对比。结果表明:改进SA-PSO算法能够跳出局部最优解,波动更小,预测精度更高,搜索过程达到较低适应度值时所需迭代步数更少,收敛速度更快;利用改进SA-PSO算法完成机器人参数辨识和标定后,综合位置误差从1.1447 mm降低至0.1731 mm,降低了84.87%,最大误差从1.9686 mm降至0.9959 mm;标定后X、Y、Z轴误差分布更集中,波动更小,表明该算法的辨识精度和适应性更高,具有较大的工程应用价值。 展开更多
关键词 机器人 参数辨识 定位精度 模拟退火算法 改进粒子群优化算法
在线阅读 下载PDF
基于SA-PSO混合算法的枪弹全弹道多目标优化方法研究
9
作者 胡振超 崔啸 +2 位作者 许啸 卢大斌 张会生 《指挥控制与仿真》 2025年第4期149-155,共7页
在枪弹系统设计过程中,内弹道、外弹道、终点弹道等各弹道间参数相互耦合作用,需要综合考虑枪弹的全弹道过程。为兼顾枪弹综合性能与设计效率,提出了基于模拟退火-粒子群优化算法的全弹道多目标优化方法。建立了涵盖弹头特征量、内弹道... 在枪弹系统设计过程中,内弹道、外弹道、终点弹道等各弹道间参数相互耦合作用,需要综合考虑枪弹的全弹道过程。为兼顾枪弹综合性能与设计效率,提出了基于模拟退火-粒子群优化算法的全弹道多目标优化方法。建立了涵盖弹头特征量、内弹道、气动力参数、外弹道以及终点弹道等计算过程的全弹道综合计算模型,并以弹头结构参数为优化变量,将行程长、落点动能、穿透厚度分别作为三个弹道的优化目标,进行全弹道的综合优化设计。通过加权求和方法判断筛选最优解,将多目标优化问题转化为单目标并采用模拟退火-粒子群优化算法进行求解。结果表明相比于传统算法,该方法能够更快收敛于最优方案,并且与初始设计方案相比,优化后的方案处落点动能提升了109.97%,穿透厚度提升了75.11%,行程长缩短了30.01%,弹道性能得到了综合提升,避免了单个目标优化时其他目标劣化的现象。 展开更多
关键词 全弹道设计 多目标优化 模拟退火 粒子群 混合算法
在线阅读 下载PDF
基于SA-PSO-Elman的万源市地灾危险性评价方法
10
作者 何佳林 叶唐进 +1 位作者 杨雨蒿 周小朋 《现代信息科技》 2025年第19期141-144,共4页
为提升地质灾害危险性评估的精准性,针对地质灾害危险性变化的非线性特征,建立基于模拟退火算法与粒子群算法优化的Elman神经网络模型(SA-PSO-Elman),结合万源市的地质灾害数据进行训练分析。结果表明,SA-PSO-Elman神经网络模型与常用BP... 为提升地质灾害危险性评估的精准性,针对地质灾害危险性变化的非线性特征,建立基于模拟退火算法与粒子群算法优化的Elman神经网络模型(SA-PSO-Elman),结合万源市的地质灾害数据进行训练分析。结果表明,SA-PSO-Elman神经网络模型与常用BP、Elman和PSO-Elman神经网络模型最优值相比,SA-PSO-Elman的均方误差(MSE)降低了0.036 4,平均绝对百分比误差(MAPE)降低了3.45%,其迭代次数减少6次,表明SA-PSO-Elman神经网络模型具有更高的评估精度和更快的收敛速度。 展开更多
关键词 地质灾害 危险性评价 模拟退火算法 粒子群算法 ELMAN神经网络
在线阅读 下载PDF
基于模拟退火粒子群优化算法的智能速度拾取
11
作者 徐彦凯 李嘉伟 +3 位作者 江雨濛 吴晗 周昕 曹思远 《地球物理学报》 北大核心 2026年第3期1262-1274,共13页
在地震勘探中,速度信息对于了解地下结构至关重要.常规方法是在计算速度谱后进行拾取,因而对速度谱的精度提出了较高要求.针对这一问题,本文提出了一种无需计算速度谱即可获得地层速度的创新方法.首先,对拾取点坐标进行初始化,利用模拟... 在地震勘探中,速度信息对于了解地下结构至关重要.常规方法是在计算速度谱后进行拾取,因而对速度谱的精度提出了较高要求.针对这一问题,本文提出了一种无需计算速度谱即可获得地层速度的创新方法.首先,对拾取点坐标进行初始化,利用模拟退火粒子群算法的自由搜索特点,实现拾取点之间的信息交流,并避免结果陷入局部最优;其次,针对拾取过程的多目标特性,改进全局最优形式,保证各点运动趋势的独立性;最后,通过定义搜索过程中的适应度与目标函数形式,对拾取效果进行评价.合成数据和实际资料处理结果表明,与两种速度谱聚类拾取算法以及动态时间归整算法相比,本文方法无需计算速度谱且获得的速度与各向异性参数的平均相对误差减小0.4%. 展开更多
关键词 地震勘探 速度拾取 模拟退火粒子群算法 VTI介质
在线阅读 下载PDF
多模态函数优化虚拟仿真平台设计
12
作者 宋莉莉 刘成云 陈振学 《电气电子教学学报》 2026年第1期119-125,共7页
针对“智能控制”课程中多模态函数极值求解易陷入局部最优解的问题,提出基于量子粒子群算法的函数模型优化方法。借助Matlab GUI构建虚拟仿真平台,该平台包括模型选择、MESH图、参数设置及仿真结果模块,实现函数模型可视化操作,节省分... 针对“智能控制”课程中多模态函数极值求解易陷入局部最优解的问题,提出基于量子粒子群算法的函数模型优化方法。借助Matlab GUI构建虚拟仿真平台,该平台包括模型选择、MESH图、参数设置及仿真结果模块,实现函数模型可视化操作,节省分析与计算时间。以棉花病虫害模型为例,验证平台的鲁棒性和可扩展性,有助于学生理解理论知识、提高分析设计能力,为后续学习奠定基础。 展开更多
关键词 量子粒子群算法 多模态函数优化 仿真平台
在线阅读 下载PDF
考虑电动汽车充放电的微电网双层优化方法研究
13
作者 方超 王忠维 +1 位作者 仲春林 郑安宁 《自动化与仪器仪表》 2026年第2期157-161,共5页
随着全球对环境污染和化石能源枯竭的问题,清洁能源已经成为能源转型的主流,其中电动汽车大规模的应用已经成为发展清洁能源的关键路径之一。针对大规模电动汽车并网后对含分布式新能源的微电网安全问题运行造成的影响,本文提出一种考... 随着全球对环境污染和化石能源枯竭的问题,清洁能源已经成为能源转型的主流,其中电动汽车大规模的应用已经成为发展清洁能源的关键路径之一。针对大规模电动汽车并网后对含分布式新能源的微电网安全问题运行造成的影响,本文提出一种考虑电动汽车充放电的含分布式新能源微电网双层优化方法。首先对微电网内的供用电设备进行分析,其次构建以电动汽车充放电车主满意度为上层优化目标、以微电网经济运行收益最大为下层优化目标的双层优化模型,并使用模特卡洛模拟法和多目标粒子群优化算法对模型进行求解,最后通过仿真验证,所提方法可以有效提升电动汽车车主的满意度,并有效降低微电网运行成本,具有实际应用意义。 展开更多
关键词 电动汽车 微电网 模特卡洛模拟法 多目标粒子群优化算法
原文传递
隔离型三有源桥DC-DC变换器端口解耦及回流功率优化控制
14
作者 陶海军 宋佳瑶 +1 位作者 赵蒙恩 张晨杰 《电机与控制学报》 北大核心 2026年第1期107-116,共10页
三有源桥DC-DC变换器广泛应用于光伏发电、电动汽车等高功率输电场合。然而,功率在传输过程中会在端口间产生耦合现象,这不仅降低了系统动态性能,还会导致功率流失。为此,设计一种三有源桥DC-DC变换器性能优化策略。该策略对移相方式进... 三有源桥DC-DC变换器广泛应用于光伏发电、电动汽车等高功率输电场合。然而,功率在传输过程中会在端口间产生耦合现象,这不仅降低了系统动态性能,还会导致功率流失。为此,设计一种三有源桥DC-DC变换器性能优化策略。该策略对移相方式进行优化,在传统双重移相的基础上进行改进,通过控制各端口全桥电压移相比的重合,提出一种新型双重移相控制方法。在此基础之上,引入模拟退火粒子群混合优化算法,以回流功率最小化为目标函数,经过对各个移相角的迭代筛选,最终计算出使回流功率达到全局最优的移相角组合。仿真和实验结果表明,该控制策略有效消除了端口间的耦合功率,显著降低了回流功率,提升了变换器的整体效率和动态响应速度,从而增强了系统的可靠性与工程适用性。 展开更多
关键词 三有源桥DC-DC变换器 新双重移相控制 解耦 回流功率 模拟退火粒子群算法
在线阅读 下载PDF
Comparison of Parallel Genetic Algorithm and Particle Swarm Optimization for Parameter Calibration in Hydrological Simulation
15
作者 Xinyu Zhang Yang Li Genshen Chu 《Data Intelligence》 EI 2023年第4期904-922,共19页
Parameter calibration is an important part of hydrological simulation and affects the final simulation results.In this paper,we introduce heuristic optimization algorithms,genetic algorithm(GA)to cope with the complex... Parameter calibration is an important part of hydrological simulation and affects the final simulation results.In this paper,we introduce heuristic optimization algorithms,genetic algorithm(GA)to cope with the complexity of the parameter calibration problem,and use particle swarm optimization algorithm(PsO)as a comparison.For large-scale hydrological simulations,we use a multilevel parallel parameter calibration framework to make full use of processor resources,and accelerate the process of solving high-dimensional parameter calibration.Further,we test and apply the experiments on domestic supercomputers.The results of parameter calibration with GA and PSO can basically reach the ideal value of 0.65 and above,with PSO achieving a speedup of 58.52 on TianHe-2 supercomputer.The experimental results indicate that using a parallel implementation on multicore CPUs makes high-dimensional parameter calibration in large-scale hydrological simulation possible.Moreover,our comparison of the two algorithms shows that the GA obtains better calibration results,and the PSO has a more pronounced acceleration effect. 展开更多
关键词 Hydrologic simulation Parameter calibration Genetic algorithm Particle swarm optimization
原文传递
Spatial-time continuous changes simulation of crop growth parameters with multi-source remote sensing data and crop growth model 被引量:14
16
作者 吴伶 刘湘南 +2 位作者 周博天 李露锋 谭正 《遥感学报》 EI CSCD 北大核心 2012年第6期1173-1191,共19页
本文将遥感信息与作物模型同化实现作物生长参数的时空域连续模拟,进而监测生长参数的时空域变化。首先将作物模型WOFOST(World food studies)与冠层辐射传输模型PROSAIL耦合构建WOPROSAIL模型,利用微粒群算法(PSO)通过最小化从CCD数据... 本文将遥感信息与作物模型同化实现作物生长参数的时空域连续模拟,进而监测生长参数的时空域变化。首先将作物模型WOFOST(World food studies)与冠层辐射传输模型PROSAIL耦合构建WOPROSAIL模型,利用微粒群算法(PSO)通过最小化从CCD数据获取的土壤调节植被指数观测值SAVI(soil adjusted vegetation index)与耦合模型得到的模拟值SAVI’之间差值优化作物模型初始参数。通过MODIS数据反演实现参数的区域化,并将区域参数作为优化后作物模型输入参数驱动模型逐像元计算生长参数,实现生长参数的时空域连续模拟与监测,最终建立区域尺度遥感-作物模拟同化框架模型RS-WOPROSAIL。结果表明:同化模型解决了作物模型模拟空间域和遥感信息时间域的不连续问题。模型模拟的叶面积指数(LAI)、穗重(WSO)、地上总生物量(TAGP)等生长参数较好地体现了水稻生长状况时空域变化,研究区水稻模拟产量与实际产量的误差为27.4%。 展开更多
关键词 遥感技术 遥感方式 遥感图像 应用
原文传递
基于SA-PSO的电力系统无功优化 被引量:6
17
作者 何佳 吴耀武 +1 位作者 娄素华 熊信艮 《电力系统及其自动化学报》 CSCD 北大核心 2007年第5期114-118,共5页
粒子群优化算法是一种简便易行,收敛快速的演化计算方法。但该算法也存在收敛精度不高,易陷入局部极值的缺点。针对这些缺点,对原算法加以改进,引入了自适应的惯性系数和模拟退火算法的思想,提出了一种新的模拟退火粒子群优化(simulated... 粒子群优化算法是一种简便易行,收敛快速的演化计算方法。但该算法也存在收敛精度不高,易陷入局部极值的缺点。针对这些缺点,对原算法加以改进,引入了自适应的惯性系数和模拟退火算法的思想,提出了一种新的模拟退火粒子群优化(simulated annealing particle swarm optimization,SA-PSO)算法,并将其应用于电力系统无功优化。对IEEE14节点系统进行了仿真计算,并与PSO算法作了比较,结果表明SA-PSO算法全局收敛性能及收敛精度均较PSO算法有了较大提高。 展开更多
关键词 电力系统 无功优化 模拟退火粒子群优化算法 自适应
在线阅读 下载PDF
基于SA-PSO算法优化CNN的电能质量扰动分类模型 被引量:15
18
作者 肖白 李道明 +2 位作者 穆钢 高文瑞 董光德 《电力自动化设备》 EI CSCD 北大核心 2024年第5期185-190,共6页
针对传统电能质量扰动分类模型中扰动特征复杂、识别步骤繁琐的问题,提出了一种通过模拟退火(SA)算法与粒子群优化(PSO)算法相结合来优化卷积神经网络(CNN)的电能质量扰动分类模型。将CNN卷积层中的二维卷积核替换成一维卷积核;采用SA... 针对传统电能质量扰动分类模型中扰动特征复杂、识别步骤繁琐的问题,提出了一种通过模拟退火(SA)算法与粒子群优化(PSO)算法相结合来优化卷积神经网络(CNN)的电能质量扰动分类模型。将CNN卷积层中的二维卷积核替换成一维卷积核;采用SA算法对PSO算法进行改进,规避PSO算法陷入局部最优的困境;采用改进后的PSO算法对CNN进行参数寻优;利用优化CNN提取和筛选合适的特征,根据这些特征利用分类器得到最终分类结果。通过算例分析得出,使用基于SA-PSO算法优化的CNN的电能质量扰动分类模型能精确地识别出电能质量扰动信号。 展开更多
关键词 电能质量 扰动分类 卷积神经网络 粒子群优化算法 模拟退火算法 特征提取
在线阅读 下载PDF
基于SA-PSO的多态路径测试数据生成方法 被引量:1
19
作者 曾一 蔡森虎 +2 位作者 覃钊璇 周吉 许林 《计算机应用研究》 CSCD 北大核心 2011年第8期3034-3036,共3页
目前测试数据生成方法多数未考虑到面向对象软件的多态特性,无法运用生成的测试数据对程序的多态信息进行充分的测试。根据多态路径测试数据生成的要求,提出了一种应用模拟退火—粒子群优化(simula-ted annealing-particle swarm optimi... 目前测试数据生成方法多数未考虑到面向对象软件的多态特性,无法运用生成的测试数据对程序的多态信息进行充分的测试。根据多态路径测试数据生成的要求,提出了一种应用模拟退火—粒子群优化(simula-ted annealing-particle swarm optimization,SA-PSO)混合算法在多态路径测试中生成测试数据的方法,并通过多态性实例对基本粒子群算法、遗传算法、PSO-GA(particle swarm optimization-genetic algorithm)和SA-PSO算法在相同条件下进行了比较,结果表明SA-PSO算法具有更强的搜索能力,可以更快地发现全局最优解,能更好地为包含多态信息的测试路径生成测试数据。 展开更多
关键词 粒子群优化算法 模拟退火算法 多态 测试路径 测试数据
在线阅读 下载PDF
基于灰色关联分析与SA-PSO-Elman结合的地震直接经济损失评估 被引量:4
20
作者 宗学军 李强 +2 位作者 杨忠君 何戡 Dimiter Velev 《安全与环境工程》 CAS 2016年第2期19-22,共4页
对地震灾害造成的损失进行评估是国家采取应急救援和灾后援建工作的重要依据。为快速评估地震灾害引起的直接经济损失,提出一种基于灰色关联分析与模拟退火-粒子群-Elman神经网络(SA-PSO-Elman)结合的地震灾害直接经济损失评估模型。该... 对地震灾害造成的损失进行评估是国家采取应急救援和灾后援建工作的重要依据。为快速评估地震灾害引起的直接经济损失,提出一种基于灰色关联分析与模拟退火-粒子群-Elman神经网络(SA-PSO-Elman)结合的地震灾害直接经济损失评估模型。该模型先采用灰色关联分析方法客观地选出地震灾害直接经济损失的主要影响因素,即为Elman神经网络的输入,然后将全局寻优能力强及收敛速度快的粒子群算法与能跳出局部极值的模拟退火算法相结合来优化Elman神经网络的权值和阀值,最后将训练好的Elman神经网络运用到地震灾害直接经济损失评估中。通过仿真试验结果表明:该混合算法优化的Elman神经网络模型比Elman神经网络模型和PSOElman神经网络模型具有更高的预测精度和收敛速度。 展开更多
关键词 地震灾害 直接经济损失评估 灰色关联分析 模拟退火算法 粒子群算法 ELMAN神经网络
在线阅读 下载PDF
上一页 1 2 29 下一页 到第
使用帮助 返回顶部