期刊文献+
共找到14篇文章
< 1 >
每页显示 20 50 100
基于对标学习的智能优化算法 被引量:1
1
作者 谢安世 《电信科学》 2018年第7期92-101,共10页
科研、工程和管理中的很多问题都可以转化为优化问题。应用于这些优化问题的各种方法本身就是各种模型,设计不同的方法即设计不同的模型。将标杆管理理念建模成为一种用于单目标优化问题的元启发式搜索方法。基于奥卡姆剃刀原则,摒弃了... 科研、工程和管理中的很多问题都可以转化为优化问题。应用于这些优化问题的各种方法本身就是各种模型,设计不同的方法即设计不同的模型。将标杆管理理念建模成为一种用于单目标优化问题的元启发式搜索方法。基于奥卡姆剃刀原则,摒弃了复杂的操作算子的概率调优规则,用一个简单的框架来组织核心算子,从而达到许多组合算法的搜索效果。 展开更多
关键词 智能优化算法 探索性与开发性 全局搜索局部优化 标杆管理
下载PDF
基于多策略改进麻雀搜索算法的无人艇路径规划 被引量:1
2
作者 詹小飞 赵红 +2 位作者 王宁 李汪洋 谢一哲 《大连海事大学学报》 CAS CSCD 北大核心 2024年第1期1-10,共10页
为获得高性能无人艇(USV)的航行路径,提出一种基于多策略改进的麻雀搜索算法(MISSA)。首先,设计了带转向角惩罚项的适应度函数;其次,利用黄金正弦法与参数自螺旋设定对位置更新策略进行改进,同时,在位置更新过程中加强了麻雀个体间的信... 为获得高性能无人艇(USV)的航行路径,提出一种基于多策略改进的麻雀搜索算法(MISSA)。首先,设计了带转向角惩罚项的适应度函数;其次,利用黄金正弦法与参数自螺旋设定对位置更新策略进行改进,同时,在位置更新过程中加强了麻雀个体间的信息交流,以平衡全局探索与局部搜索过程;再次,引入混沌圆映射以提高初始麻雀种群的质量和多样性;最后,设计了局部搜索优化机制以解决原始麻雀算法(SSA)容易陷入局部最优的问题,得到适应度更佳的全局路径。仿真结果表明,相较改进A∗、结合遗传的改进蚁群及原始SSA等三种优秀算法,本文MISSA算法在路径距离、转向角度与次数等关键性能指标上均表现最佳,为无人艇自主安全运行提供了一种有效途径。 展开更多
关键词 无人艇(USV) 全局路径规划 麻雀搜索算法(SSA) 转向角惩罚 局部搜索优化机制
原文传递
应用LK算法求解旅行商问题的混合蚂蚁算法 被引量:6
3
作者 陈星宇 肖伟 全惠云 《计算机工程》 CAS CSCD 北大核心 2008年第4期228-230,共3页
目前求解TSP问题效果最好的混合算法是最大最小蚂蚁算法和局部搜索算法,文章通过对几种局部搜索的灵活运用,并结合改进的接受准则接受局部优化解,提出了一种高效的混合蚂蚁算法。算法前期使用3-opt这种简单高效的局部搜索的解初始化信... 目前求解TSP问题效果最好的混合算法是最大最小蚂蚁算法和局部搜索算法,文章通过对几种局部搜索的灵活运用,并结合改进的接受准则接受局部优化解,提出了一种高效的混合蚂蚁算法。算法前期使用3-opt这种简单高效的局部搜索的解初始化信息素矩阵,加快收敛速度,后期采用改进的Lin-Kernighan算法生成局部优化解然后依Metropolis接受准则概率接受,有效地避免陷入局部最优,理论分析和TSPLIB中部分实例仿真结果表明,此算法能比其他改进蚁群算法具有更多优越性。 展开更多
关键词 最大最小蚂蚁算法 局部搜索优化 Lin—Kemighan算法 Metropolis接受准则 旅行商问题
下载PDF
求解旅行商问题的高效自适应混合蚂蚁算法 被引量:7
4
作者 陈星宇 全惠云 肖伟 《计算机工程与应用》 CSCD 北大核心 2007年第27期84-87,共4页
在目前求解TSP问题效果最好的混合算法——最大最小蚂蚁算法和3-opt局部搜索算法的基础上,提出了一种改进的混合蚂蚁算法。算法前期使用局部搜索的解初始化信息素矩阵,加快收敛速度,后期依Metropolis接受准则概率接受局部优化解,有效地... 在目前求解TSP问题效果最好的混合算法——最大最小蚂蚁算法和3-opt局部搜索算法的基础上,提出了一种改进的混合蚂蚁算法。算法前期使用局部搜索的解初始化信息素矩阵,加快收敛速度,后期依Metropolis接受准则概率接受局部优化解,有效地避免陷入局部最优,自适应的信息素调节机制使算法更加灵活,而K近邻候选集则使之适应大规模问题求解,理论分析和TSPLIB中部分实例仿真结果表明,此算法能比其他改进蚁群算法具有更多优越性。 展开更多
关键词 最大最小蚂蚁算法 3-opt局部搜索优化 自适应调节 K近邻候选集 旅行商问题
下载PDF
车轮转速信号混合噪声的非线性Volterra滤波方法 被引量:3
5
作者 李宁洲 卫晓娟 +1 位作者 丁旺才 芦宽宽 《兰州大学学报(自然科学版)》 CAS CSCD 北大核心 2017年第2期279-284,共6页
为保证机车黏着控制品质,提出车轮转速信号所含混合噪声(高斯噪声和冲击噪声)的非线性Volterra滤波方法,并结合混沌优化策略及动态随机局部搜索算子,提出动态随机局部搜索生物地理优化算法对Volterra滤波器模型参数进行优化求解.利用Vol... 为保证机车黏着控制品质,提出车轮转速信号所含混合噪声(高斯噪声和冲击噪声)的非线性Volterra滤波方法,并结合混沌优化策略及动态随机局部搜索算子,提出动态随机局部搜索生物地理优化算法对Volterra滤波器模型参数进行优化求解.利用Volterra滤波器的结构优势(具有预测性能、兼具线性和非线性项),既能滤除混合噪声又可满足黏着控制的实时性要求.仿真实验结果表明,经优化求解的非线性Volterra滤波器实现了对车轮转速信号所含混合噪声的有效滤除. 展开更多
关键词 非线性Volterra滤波器 车轮转速信号 高斯噪声 冲击噪声 动态随机局部搜索生物地理优化算法
下载PDF
面向多平台多目标协同跟踪的指派问题 被引量:1
6
作者 宋志强 周献中 徐锋 《火力与指挥控制》 CSCD 北大核心 2016年第2期32-35,共4页
针对多平台多目标协同跟踪中要求多个无人地面平台尽可能均匀地协同跟踪多个目标的特点,提出了改进的离散粒子群优化算法。首先采用连续型粒子群优化算法中的速度和位置迭代公式,然后对粒子位置进行离散编码,使粒子编码对应于可行的指... 针对多平台多目标协同跟踪中要求多个无人地面平台尽可能均匀地协同跟踪多个目标的特点,提出了改进的离散粒子群优化算法。首先采用连续型粒子群优化算法中的速度和位置迭代公式,然后对粒子位置进行离散编码,使粒子编码对应于可行的指派方案;其次,在优化算法中引入局部搜索,提高算法寻优性能。最后将所提算法应用于多平台多目标协同跟踪中的指派问题,并与未加入局部搜索的粒子群优化算法比较,仿真结果表明,加入局部搜索后的离散粒子群优化算法具有较好的寻优性能。 展开更多
关键词 跟踪任务分配 指派问题 粒子编码 离散粒子群优化算法 局部搜索
下载PDF
Modified electromagnetism-like algorithm and its application to slope stability analysis 被引量:2
7
作者 张科 曹平 《Journal of Central South University》 SCIE EI CAS 2011年第6期2100-2107,共8页
In the view of the disadvantages of complex method (CM) and electromagnetism-like algorithm (EM), complex electromagnetism-like hybrid algorithm (CEM) was proposed by embedding complex method into electromagnetism-lik... In the view of the disadvantages of complex method (CM) and electromagnetism-like algorithm (EM), complex electromagnetism-like hybrid algorithm (CEM) was proposed by embedding complex method into electromagnetism-like algorithm as local optimization algorithm. CEM was adopted to search the minimum safety factor in slope stability analysis and the results show that CEM holds advantages over EM and CM. It combines the merits of two and is more stable and efficient. For further improvement, two CEM hybrid algorithms based on predatory search (PS) strategies were proposed, both of which consist of modified algorithms and the search area of which is dynamically adjusted by changing restriction. The CEM-PS1 adopts theoretical framework of original predatory search strategy. The CEM-PS2 employs the idea of area-restricted search learned from predatory search strategy, but the algorithm structure is simpler. Both the CEM-PS1 and CEM-PS2 have been demonstrated more effective and efficient than the others. As for complex method which locates in hybrid algorithm, the optimization can be achieved at a convergence precision of 1×10-3, which is recommended to use. 展开更多
关键词 slope stability hybrid optimization algorithm complex method electromagnetism-like algorithm predatory searchstrategy
下载PDF
Hybrid particle swarm optimization with differential evolution and chaotic local search to solve reliability-redundancy allocation problems 被引量:5
8
作者 谭跃 谭冠政 邓曙光 《Journal of Central South University》 SCIE EI CAS 2013年第6期1572-1581,共10页
In order to solve reliability-redundancy allocation problems more effectively, a new hybrid algorithm named CDEPSO is proposed in this work, which combines particle swarm optimization (PSO) with differential evoluti... In order to solve reliability-redundancy allocation problems more effectively, a new hybrid algorithm named CDEPSO is proposed in this work, which combines particle swarm optimization (PSO) with differential evolution (DE) and a new chaotic local search. In the CDEPSO algorithm, DE provides its best solution to PSO if the best solution obtained by DE is better than that by PSO, while the best solution in the PSO is performed by chaotic local search. To investigate the performance of CDEPSO, four typical reliability-redundancy allocation problems were solved and the results indicate that the convergence speed and robustness of CDEPSO is better than those of PSO and CPSO (a hybrid algorithm which only combines PSO with chaotic local search). And, compared with the other six improved meta-heuristics, CDEPSO also exhibits more robust performance. In addition, a new performance was proposed to more fairly compare CDEPSO with the same six improved recta-heuristics, and CDEPSO algorithm is the best in solving these problems. 展开更多
关键词 particle swarm optimization differential evolution chaotic local search reliability-redundancy allocation
下载PDF
Niche Genetic Algorithm with Accurate Optimization Performance 被引量:2
9
作者 LIUJian-hua YANDe-kun 《Journal of China University of Mining and Technology》 EI 2005年第2期100-104,共5页
Based on crowding mechanism, a novel niche genetic algorithm was proposed which can record evolution- ary direction dynamically during evolution. After evolution, the solutions’s precision can be greatly improved by ... Based on crowding mechanism, a novel niche genetic algorithm was proposed which can record evolution- ary direction dynamically during evolution. After evolution, the solutions’s precision can be greatly improved by means of the local searching along the recorded direction. Simulation shows that this algorithm can not only keep population diversity but also find accurate solutions. Although using this method has to take more time compared with the standard GA, it is really worth applying to some cases that have to meet a demand for high solution precision. 展开更多
关键词 NICHE genetic algorithm accurate optimization evolution direction
下载PDF
带有限容量缓冲库的多目标柔性作业车间调度优化 被引量:8
10
作者 李琳 霍佳震 《系统工程理论与实践》 EI CSSCI CSCD 北大核心 2010年第10期1803-1814,共12页
研究一类从无缝钢管生产实际中提炼出的作业车间调度问题.该问题具有生产工序间存在有限容量缓冲库,生产工艺路径柔性选择,生产设备需要转换时间,生产调度多目标等特点.针对具有这些特点的调度问题,构建了混合整数规划模型.鉴于其NP-har... 研究一类从无缝钢管生产实际中提炼出的作业车间调度问题.该问题具有生产工序间存在有限容量缓冲库,生产工艺路径柔性选择,生产设备需要转换时间,生产调度多目标等特点.针对具有这些特点的调度问题,构建了混合整数规划模型.鉴于其NP-hard性,设计改进的遗传算法进行求解,进而提出辅以局部搜索优化算法的方法,并通过企业生产实际数据比较和验证算法的性能及有效性.该模型和算法已被用于无缝钢管生产作业计划软件系统的开发,并在实际运用中取得了良好的效果,对各大钢管企业的生产调度均具有一定的实际指导意义. 展开更多
关键词 有限容量缓冲库 多目标柔性Job-Shop问题 混合整数规划模型 改进遗传算法 局部搜索优化算法
原文传递
改进人工蜂群算法及在自抗扰控制上的应用
11
作者 吕丽霞 罗磊 +1 位作者 王鹏飞 回振桥 《热能动力工程》 CAS CSCD 北大核心 2017年第4期80-85,共6页
在分析基本人工蜂群算法优缺点的基础上,提出了一种基于混沌全局搜索策略和局部优化搜索策略的改进人工蜂群算法。采用6个标准测试函数,经过仿真测试,验证了该算法与基本蜂群算法相比具有收敛速度快、寻优效果好和寻优效率高的优点。最... 在分析基本人工蜂群算法优缺点的基础上,提出了一种基于混沌全局搜索策略和局部优化搜索策略的改进人工蜂群算法。采用6个标准测试函数,经过仿真测试,验证了该算法与基本蜂群算法相比具有收敛速度快、寻优效果好和寻优效率高的优点。最后针对自抗扰控制器的参数优化难度大、不易寻找的问题,将改进的人工蜂群算法应用到自抗扰控制器的参数优化中,并和串级PID控制系统进行仿真对比。仿真结果表明,改进蜂群算法的自抗扰控制器能以对控制对象进行更快更好的控制,使被控对象处于更好的控制状态下,从而解决了自抗扰控制器参数寻优难度大、不易寻找的问题。 展开更多
关键词 人工蜂群算法 混沌全局搜索 局部优化搜索 自抗扰控制 主汽温控制
原文传递
Optimal four-impulse rendezvous between coplanar elliptical orbits 被引量:6
12
作者 WANG JianXia BAOYIN HeXi +1 位作者 LI JunFeng SUN FuChun 《Science China(Physics,Mechanics & Astronomy)》 SCIE EI CAS 2011年第4期792-802,共11页
Rendezvous in circular or near circular orbits has been investigated in great detail, while rendezvous in arbitrary eccentricity elliptical orbits is not sufficiently explored. Among the various optimization methods p... Rendezvous in circular or near circular orbits has been investigated in great detail, while rendezvous in arbitrary eccentricity elliptical orbits is not sufficiently explored. Among the various optimization methods proposed for fuel optimal orbital rendezvous, Lawden's primer vector theory is favored by many researchers with its clear physical concept and simplicity in solu- tion. Prussing has applied the primer vector optimization theory to minimum-fuel, multiple-impulse, time-fixed orbital ren- dezvous in a near circular orbit and achieved great success. Extending Prussing's work, this paper will employ the primer vec- tor theory to study trajectory optimization problems of arbitrary eccentricity elliptical orbit rendezvous. Based on linearized equations of relative motion on elliptical reference orbit (referred to as T-H equations), the primer vector theory is used to deal with time-fixed multiple-impulse optimal rendezvous between two coplanar, coaxial elliptical orbits with arbitrary large ec- centricity. A parameter adjustment method is developed for the prime vector to satisfy the Lawden's necessary condition for the optimal solution. Finally, the optimal multiple-impulse rendezvous solution including the time, direction and magnitudes of the impulse is obtained by solving the two-point boundary value problem. The rendezvous error of the linearized equation is also analyzed. The simulation results confirmed the analyzed results that the rendezvous error is small for the small eccentric- ity case and is large for the higher eccentricity. For better rendezvous accuracy of high eccentricity orbits, a combined method of multiplier penalty function with the simplex search method is used for local optimization. The simplex search method is sensitive to the initial values of optimization variables, but the simulation results show that initial values with the primer vector theory, and the local optimization algorithm can improve the rendezvous accuracy effectively with fast convergence, because the optimal results obtained by the primer vector theory are already very close to the actual optimal solution. 展开更多
关键词 If the initial values are taken randomly it is difficult to converge to the optimal solution. elliptical orbit rendezvous primer vector fuel optimal
原文传递
Multi-objective layout optimization of a satellite module using the Wang-Landau sampling method with local search 被引量:2
13
作者 Jing-fa LIU Liang HAO +3 位作者 Gang LI Yu XUE Zhao-xia LIU Juan HUANG 《Frontiers of Information Technology & Electronic Engineering》 SCIE EI CSCD 2016年第6期527-542,共16页
The layout design of satellite modules is considered to be NP-hard. It is not only a complex coupled system design problem but also a special multi-objective optimization problem. The greatest challenge in solving thi... The layout design of satellite modules is considered to be NP-hard. It is not only a complex coupled system design problem but also a special multi-objective optimization problem. The greatest challenge in solving this problem is that the function to be optimized is characterized by a multitude of local minima separated by high-energy barriers. The Wang-Landau(WL) sampling method, which is an improved Monte Carlo method, has been successfully applied to solve many optimization problems. In this paper we use the WL sampling method to optimize the layout of a satellite module. To accelerate the search for a global optimal layout, local search(LS) based on the gradient method is executed once the Monte-Carlo sweep produces a new layout. By combining the WL sampling algorithm, the LS method, and heuristic layout update strategies, a hybrid method called WL-LS is proposed to obtain a final layout scheme. Furthermore, to improve significantly the efficiency of the algorithm, we propose an accurate and fast computational method for the overlapping depth between two objects(such as two rectangular objects, two circular objects, or a rectangular object and a circular object) embedding each other. The rectangular objects are placed orthogonally. We test two instances using first 51 and then 53 objects. For both instances, the proposed WL-LS algorithm outperforms methods in the literature. Numerical results show that the WL-LS algorithm is an effective method for layout optimization of satellite modules. 展开更多
关键词 Packing Layout design Satellite module Wang-Landau algorithm
原文传递
Linear response eigenvalue problem solved by extended locally optimal preconditioned conjugate gradient methods
14
作者 BAI ZhaoJun LI RenCang LIN WenWei 《Science China Mathematics》 SCIE CSCD 2016年第8期1443-1460,共18页
The locally optimal block preconditioned 4-d conjugate gradient method(LOBP4dC G) for the linear response eigenvalue problem was proposed by Bai and Li(2013) and later was extended to the generalized linear response e... The locally optimal block preconditioned 4-d conjugate gradient method(LOBP4dC G) for the linear response eigenvalue problem was proposed by Bai and Li(2013) and later was extended to the generalized linear response eigenvalue problem by Bai and Li(2014). We put forward two improvements to the method: A shifting deflation technique and an idea of extending the search subspace. The deflation technique is able to deflate away converged eigenpairs from future computation, and the idea of extending the search subspace increases convergence rate per iterative step. The resulting algorithm is called the extended LOBP4 dC G(ELOBP4dC G).Numerical results of the ELOBP4 dC G strongly demonstrate the capability of deflation technique and effectiveness the search space extension for solving linear response eigenvalue problems arising from linear response analysis of two molecule systems. 展开更多
关键词 eigenvalue problem linear response DEFLATION conjugate-gradient DEFLATION
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部