期刊文献+
共找到1,726篇文章
< 1 2 87 >
每页显示 20 50 100
Tabu Search Implementation on Traveling Salesman Problem and Its Variations: A Literature Survey 被引量:4
1
作者 Sumanta Basu 《American Journal of Operations Research》 2012年第2期163-173,共11页
The Traveling Salesman Problem (TSP) and its allied problems like Vehicle Routing Problem (VRP) are one of the most widely studied problems in combinatorial optimization. It has long been known to be NP-hard and hence... The Traveling Salesman Problem (TSP) and its allied problems like Vehicle Routing Problem (VRP) are one of the most widely studied problems in combinatorial optimization. It has long been known to be NP-hard and hence research on developing algorithms for the TSP has focused on approximate methods in addition to exact methods. Tabu search is one of the most widely applied metaheuristic for solving the TSP. In this paper, we review the tabu search literature on the TSP and its variations, point out trends in it, and bring out some interesting research gaps in this literature. 展开更多
关键词 tabu search TRAVELING SALESMAN PROBLEM Vehicle ROUTING PROBLEM
下载PDF
The P-Median Problem: A Tabu Search Approximation Proposal Applied to Districts
2
作者 Maria Beatriz Bernabe Loranca Rogelio Gonzalez Velfizquez Martin Estrada Analco 《Journal of Mathematics and System Science》 2015年第3期100-112,共13页
关键词 禁忌搜索 选址问题 测试矩阵 逼近 最短距离 组合优化问题 地理数据 邻域搜索
下载PDF
Tabu Search集中性和多样性自动平衡下的增强搜索策略 被引量:3
3
作者 雷开友 王芳 +2 位作者 贺一 邱玉辉 刘光远 《计算机科学》 CSCD 北大核心 2005年第11期161-163,共3页
在禁忌搜索算法中,集中性搜索与多样性搜索是缺一不可但又相互矛盾的两个方面。本文提出了一种在禁忌搜索集中性和多样性自动平衡下的增强搜索策略算法,这种算法在集中性搜索与多样性搜索之间保持合理平衡的同时,又进一步对结果加强集... 在禁忌搜索算法中,集中性搜索与多样性搜索是缺一不可但又相互矛盾的两个方面。本文提出了一种在禁忌搜索集中性和多样性自动平衡下的增强搜索策略算法,这种算法在集中性搜索与多样性搜索之间保持合理平衡的同时,又进一步对结果加强集中性搜索或者多样性搜索,以获全局最优解。以组合优化中的典型难题 TSP为例,通过自动更换邻域、候选集,较好地解决了集中性搜索与多样性搜索的冲突。仿真实验表明,解的质量提高了,验证该算法有效。 展开更多
关键词 禁忌搜索 集中性搜索 多样性搜索 tsP问题 搜索策略 自动平衡 多样性 集中性 search tabu
下载PDF
强化Dynasearch & TS算法求解酸轧生产调度问题 被引量:5
4
作者 唐立新 赵任 《自动化学报》 EI CSCD 北大核心 2010年第2期304-313,共10页
酸轧生产调度的主要任务是在满足酸轧机组生产工艺和能力约束下,考虑下游机组的流向需求,为保证生产连续性和平滑过渡的要求,从给定候选池中选择适合的板卷构成一个酸轧调度单元.针对此问题,本文建立了以最小化过渡费用和调度单元剩余... 酸轧生产调度的主要任务是在满足酸轧机组生产工艺和能力约束下,考虑下游机组的流向需求,为保证生产连续性和平滑过渡的要求,从给定候选池中选择适合的板卷构成一个酸轧调度单元.针对此问题,本文建立了以最小化过渡费用和调度单元剩余容量惩罚费用为目标的整数规划模型,提出了一种嵌入强化Dynasearch算法的禁忌搜索混合算法.该混合算法采用基于最小插入法的两阶段启发式产生初始解,根据采用邻域结构的不同设计双禁忌表,为了避免算法陷入局部最优,在禁忌搜索的每次迭代过程中嵌入Swap邻域和Inner-insert邻域相结合的多交换Dynasearch邻域,并设计了多项式动态规划算法搜索该邻域.针对问题的特征,提出了Block分区结构,基于此分析了多个可行解性质,有效降低了搜索空间.与一般禁忌搜索算法比较,结果表明所提出的强化Dynsearch & TS(Tabusearch)算法求解效果明显优于一般TS算法,平均改进量为3.62%,算法运行时间大大缩短.验证了该算法在解决此类问题的有效性. 展开更多
关键词 酸轧生产调度 禁忌搜索 Dynasearch算法 Dynasearch邻域
下载PDF
一种带时间窗和容量约束的车辆路线问题及其TabuSearch算法 被引量:11
5
作者 魏明 高成修 胡润洲 《运筹与管理》 CSCD 2002年第3期49-54,共6页
本文提出一种带时间窗和容量约束的车辆路线问题 (CVRPTW ) ,并利用TabuSearch快速启式算法 ,针对Solomon提出的几个标准问题 ,快捷地得到了优良的数值结果。
关键词 时间窗 容量约束 车辆路线问题 tabu search算法 VRPTW 巨集启发式算法
下载PDF
Tabu Search中集中性和多样性的自适应搜索策略 被引量:19
6
作者 贺一 刘光远 邱玉辉 《计算机研究与发展》 EI CSCD 北大核心 2004年第1期162-166,共5页
近年来的研究表明 ,集中性与多样性策略在禁忌搜索中是非常重要的 但集中性与多样性常常又是矛盾的 ,如何解决集中性与多样性之间的矛盾就成为一个值得关注的话题 以组合优化中的著名难题TSP(travelingsalesmanprob lem)为例 ,提出了... 近年来的研究表明 ,集中性与多样性策略在禁忌搜索中是非常重要的 但集中性与多样性常常又是矛盾的 ,如何解决集中性与多样性之间的矛盾就成为一个值得关注的话题 以组合优化中的著名难题TSP(travelingsalesmanprob lem)为例 ,提出了一种新颖的自适应搜索策略 ,通过邻域和候选集的相互配合 ,动态地调整候选集中分别用于集中性搜索与多样性搜索的元素个数 ,较好地解决了集中性与多样性的冲突问题 仿真实验表明 。 展开更多
关键词 禁忌搜索 集中性 多样性 tsP
下载PDF
VRPTW的扰动恢复及其TABUSEARCH算法 被引量:24
7
作者 王明春 高成修 曾永廷 《数学杂志》 CSCD 北大核心 2006年第2期231-236,共6页
本文对带时间窗的车辆路线安排扰动恢复问题进行了讨论,分析了各种可能的扰动:增加减少客户,时间窗、客户需求及路线可行性的扰动,构造了扰动模型.利用禁忌搜索算法对问题进行求解,同时通过对模型参数重新设置,得到了多个满足要求的不... 本文对带时间窗的车辆路线安排扰动恢复问题进行了讨论,分析了各种可能的扰动:增加减少客户,时间窗、客户需求及路线可行性的扰动,构造了扰动模型.利用禁忌搜索算法对问题进行求解,同时通过对模型参数重新设置,得到了多个满足要求的不同的解,这样使解更具有实际可行性和有效性. 展开更多
关键词 车辆路线问题 时间窗 扰动恢复 禁忌搜索 多解
下载PDF
一种改进的Tabu Search算法及其在区域电网无功优化中的应用 被引量:3
8
作者 李益华 林文南 《电力科学与技术学报》 CAS 2008年第2期60-65,共6页
提出将改进的Tabu(禁忌)搜索算法用于区域电网无功电压优化控制问题的求解.首先根据已知的实际电网的历史数据获得可行的初始解,然后对区域电网采用改进的禁忌搜索方法进行无功优化.在求解的过程中,由于对Tabu表中所记录的"移动&qu... 提出将改进的Tabu(禁忌)搜索算法用于区域电网无功电压优化控制问题的求解.首先根据已知的实际电网的历史数据获得可行的初始解,然后对区域电网采用改进的禁忌搜索方法进行无功优化.在求解的过程中,由于对Tabu表中所记录的"移动"采取"有条件地释放Tabu表中的记录"这一策略,可以使搜索有效地跳出局部极小值点,更好地找到最优解.通过IEEE-14节点算例验证了该算法的有效性. 展开更多
关键词 无功优化 区域电网 改进tabu搜索算法
下载PDF
交通信号实时配时模型及Tabu Search算法
9
作者 张媛媛 高成修 黄惠 《武汉大学学报(理学版)》 CAS CSCD 北大核心 2003年第1期21-24,共4页
针对单点信号交叉口 ,提出了一种新的信号实时配时模型 .该模型能更好地反映各种交通状况的实际需要 ,其加权系数 ,能随交通需求的变化而实时变化 .并用禁忌搜索算法 ,求出其近似解 .
关键词 交通信号实时配电模型 tabu search算法 禁忌搜索算法 交通管理 单点信号交叉口 信号控制
下载PDF
用Tabu Search解决基于结群的电路划分问题
10
作者 徐宁 《微计算机信息》 北大核心 2007年第24期205-206,77,共3页
电路划分是VLSI物理设计中最重要的步骤之一。本文提出了一种自底向上的结群策略,首先将具有高互连关系的电路模块进行结群,然后再将结群后的宏模块进行划分,用Tabu Search启发式算法进行求解,测试电路选择标准MCNC benchmarks,实验结... 电路划分是VLSI物理设计中最重要的步骤之一。本文提出了一种自底向上的结群策略,首先将具有高互连关系的电路模块进行结群,然后再将结群后的宏模块进行划分,用Tabu Search启发式算法进行求解,测试电路选择标准MCNC benchmarks,实验结果表明在解的质量相当情况下,运算时间较少。 展开更多
关键词 tabu search 结群 电路划分
下载PDF
Tabu Search算法在优化配送路线问题中的应用 被引量:18
11
作者 袁庆达 闫昱 周再玲 《计算机工程》 CAS CSCD 北大核心 2001年第11期86-89,共4页
将TS算法应用到物流系统的配送路线优化问题中。在给出了此类问题的描述后,着重阐述了TS启发式算法的设计,编程实现此算法的要点。最后,用模拟算例对设计的算法进行了验证,计算结果是比较理想的。
关键词 配送路线问题 优化 tabusearch算法 C++语言 程序设计
下载PDF
基于Tabu搜索算法真实世界中喜炎平注射液治疗儿童肺炎的联合用药复杂网络研究 被引量:3
12
作者 崔鑫 耿洪娇 +4 位作者 李利寻 魏瑞丽 王志飞 谢雁鸣 王淇 《中国中医基础医学杂志》 CAS CSCD 北大核心 2023年第3期425-431,共7页
目的挖掘喜炎平注射液治疗儿童肺炎核心联用药物方案的临床应用规律,为探索临床不同诊疗思路、用药经验和提高中医药临床证据的循证等级提供参考。方法本研究基于全国29家医院信息管理系统(Hospital Information System,HIS)儿童肺炎的... 目的挖掘喜炎平注射液治疗儿童肺炎核心联用药物方案的临床应用规律,为探索临床不同诊疗思路、用药经验和提高中医药临床证据的循证等级提供参考。方法本研究基于全国29家医院信息管理系统(Hospital Information System,HIS)儿童肺炎的用药数据,运用Tabu禁忌搜索算法,对真实世界喜炎平注射液治疗儿童肺炎人群的联合用药情况进行回顾性数据挖掘分析。结果在核心联用西药方面,抗感染治疗可以联用青霉素/美洛西林/阿莫西林、头孢呋辛/头孢曲松/头孢替安、阿奇霉素等;对症治疗可以联用对乙酰氨基酚/布洛芬、氨溴索+布地奈德+沙丁胺醇等;并发症治疗可以联用水合氯醛+苯巴比妥、磷酸肌酸+抗坏血酸等。在核心联用中药方面,可以联用小柴胡颗粒/小儿柴桂退热颗粒+鼻渊通窍颗粒、热毒宁注射液/蓝芩口服液/连花清瘟胶囊+开喉剑喷雾剂/口腔炎喷雾剂/双料喉风散、小儿肺咳颗粒+醒脾养儿颗粒/四磨汤口服液等。结论本研究的喜炎平注射液核心联用中西药方案,基本符合相关指南及诊疗规范,为优化临床联合用药、合理用药提供了一定的指导和参考。建议临床实际应用过程中,根据患儿的疾病进展情况,合理评估临床联合用药方案的疗效及安全性,注意用药配伍禁忌。 展开更多
关键词 喜炎平注射液 儿童 肺炎 真实世界研究 联合用药 tabu搜索算法
下载PDF
Optimal Polygonal Approximation of Digital Planar Curves Using Genetic Algorithm and Tabu Search 被引量:2
13
作者 张鸿宾 《High Technology Letters》 EI CAS 2000年第2期20-28,共9页
Three heuristic algorithms for optimal polygonal approximation of digital planar curves is presented. With Genetic Algorithm (GA), improved Genetic Algorithm (IGA) based on Pareto optimal solution and Tabu Search (TS)... Three heuristic algorithms for optimal polygonal approximation of digital planar curves is presented. With Genetic Algorithm (GA), improved Genetic Algorithm (IGA) based on Pareto optimal solution and Tabu Search (TS), a near optimal polygonal approximation was obtained. Compared to the famous Teh chin algorithm, our algorithms have obtained the approximated polygons with less number of vertices and less approximation error. Compared to the dynamic programming algorithm, the processing time of our algorithms are much less expensive. 展开更多
关键词 DIGITAL planar CURVES Polygonal APPROXIMATION GENETIC algorithm PARETO OPTIMAL solution tabu search.
下载PDF
Research on Vehicle Routing Problem with Soft Time Windows Based on Hybrid Tabu Search and Scatter Search Algorithm 被引量:1
14
作者 Jinhui Ge Xiaoliang Liu Guo Liang 《Computers, Materials & Continua》 SCIE EI 2020年第9期1945-1958,共14页
With the expansion of the application scope of social computing problems,many path problems in real life have evolved from pure path optimization problems to social computing problems that take into account various so... With the expansion of the application scope of social computing problems,many path problems in real life have evolved from pure path optimization problems to social computing problems that take into account various social attributes,cultures,and the emotional needs of customers.The actual soft time window vehicle routing problem,speeding up the response of customer needs,improving distribution efficiency,and reducing operating costs is the focus of current social computing problems.Therefore,designing fast and effective algorithms to solve this problem has certain theoretical and practical significance.In this paper,considering the time delay problem of customer demand,the compensation problem is given,and the mathematical model of vehicle path problem with soft time window is given.This paper proposes a hybrid tabu search(TS)&scatter search(SS)algorithm for vehicle routing problem with soft time windows(VRPSTW),which mainly embeds the TS dynamic tabu mechanism into the SS algorithm framework.TS uses the scattering of SS to avoid the dependence on the quality of the initial solution,and SS uses the climbing ability of TS improves the ability of optimizing,so that the quality of search for the optimal solution can be significantly improved.The hybrid algorithm is still based on the basic framework of SS.In particular,TS is mainly used for solution improvement and combination to generate new solutions.In the solution process,both the quality and the dispersion of the solution are considered.A simulation experiments verify the influence of the number of vehicles and maximum value of tabu length on solution,parameters’control over the degree of convergence,and the influence of the number of diverse solutions on algorithm performance.Based on the determined parameters,simulation experiment is carried out in this paper to further prove the algorithm feasibility and effectiveness.The results of this paper provide further ideas for solving vehicle routing problems with time windows and improving the efficiency of vehicle routing problems and have strong applicability. 展开更多
关键词 Time window tabu search scatter search vehicle routing problem with soft time windows(VRPSTW).
下载PDF
Enhancing the synchronizability of networks by rewiring based on tabu search and a local greedy algorithm 被引量:2
15
作者 杨翠丽 鄧榤生 《Chinese Physics B》 SCIE EI CAS CSCD 2011年第12期490-497,共8页
By considering the eigenratio of the Laplacian matrix as the synchronizability measure,this paper presents an efficient method to enhance the synchronizability of undirected and unweighted networks via rewiring.The re... By considering the eigenratio of the Laplacian matrix as the synchronizability measure,this paper presents an efficient method to enhance the synchronizability of undirected and unweighted networks via rewiring.The rewiring method combines the use of tabu search and a local greedy algorithm so that an effective search of solutions can be achieved.As demonstrated in the simulation results,the performance of the proposed approach outperforms the existing methods for a large variety of initial networks,both in terms of speed and quality of solutions. 展开更多
关键词 禁忌搜索 加权网络 贪婪算法 能力 同步 LAPLACIAN矩阵 布线 仿真结果
下载PDF
基于改进Tabu Search算法的配电线路无功运行优化系统控制策略研究 被引量:1
16
作者 李乾 王聪 +4 位作者 刘保安 方永毅 王立军 钱恒健 王彦龙 《科技通报》 2021年第6期38-41,47,共5页
在配电网无功补偿优化过程中,Tabu Search算法能够高效地将最优解搜索出来,因此,将Tabu Search算法应用于配电网无功补偿优化具有现实可操作性。本文对Tabu Search方法的原理进行了详细介绍,因为农村配电网线路具备很多特点,综合考量其... 在配电网无功补偿优化过程中,Tabu Search算法能够高效地将最优解搜索出来,因此,将Tabu Search算法应用于配电网无功补偿优化具有现实可操作性。本文对Tabu Search方法的原理进行了详细介绍,因为农村配电网线路具备很多特点,综合考量其并联电容器投切等问题及特点,本文在Tabu Search的基础上,进行了一系列改进,用来解决配电网的投切优化问题。提出了基于电容器投切分组的二进制编码优化,基于无功补偿的损耗降低特点,根据功率传输方向,对权重根据由低到高的顺序排列,然后进行二进制编码,从二进制编码串的末端进行移动;Tabu Search非常依赖于初始解,提出了当前时段处于运行退出状态时,根据无功缺额电容器的配置方式进行。 展开更多
关键词 tabu search算法 配电线路 无功运行 系统控制策略
下载PDF
A Tabu Search Algorithm for Quadratic 0-1 Programming Problem 被引量:2
17
作者 周贤伟 王远允 +1 位作者 田新现 郭瑞强 《Chinese Quarterly Journal of Mathematics》 CSCD 1997年第4期98-102, ,共5页
In this paper,quadratic 0-1 programming problem (I) is considered, in terms of its features quadratic 0-1 programming problem is solved by linear approxity heurstic algrothm and a developed tabu search ahgrothm .
关键词 二次0-1规划 tabu搜索算法 线性逼近
下载PDF
Energy transmission modes based on Tabu search and particle swarm hybrid optimization algorithm 被引量:2
18
作者 李翔 崔吉峰 +1 位作者 乞建勋 杨尚东 《Journal of Central South University of Technology》 EI 2007年第1期144-148,共5页
In China, economic centers are far from energy storage bases, so it is significant to select a proper energy transferring mode to improve the efficiency of energy usage. To solve this problem, an optimal allocation mo... In China, economic centers are far from energy storage bases, so it is significant to select a proper energy transferring mode to improve the efficiency of energy usage. To solve this problem, an optimal allocation model based on energy transfer mode was proposed after objective function for optimizing energy using efficiency was established, and then, a new Tabu search and particle swarm hybrid optimizing algorithm was proposed to find solutions. While actual data of energy demand and distribution in China were selected for analysis, the economic critical value in comparison between the long-distance coal transfer and electric power transmission was gained. Based on the above discussion, some proposals were put forward for optimal allocation of energy transfer modes in China. By comparing other three traditional methods that are based on regional price differences, freight rates and annual cost with the proposed method, the result indicates that the economic efficiency of the energy transfer can be enhanced by 3.14%, 5.78% and 6.01%, respectively. 展开更多
关键词 超高电压 经济效率 粒子群 最佳化
下载PDF
Integrating Tabu Search in Particle Swarm Optimization for the Frequency Assignment Problem 被引量:1
19
作者 Houssem Eddine Hadji Malika Babes 《China Communications》 SCIE CSCD 2016年第3期137-155,共19页
In this paper, we address one of the issues in the frequency assignment problem for cellular mobile networks in which we intend to minimize the interference levels when assigning frequencies from a limited frequency s... In this paper, we address one of the issues in the frequency assignment problem for cellular mobile networks in which we intend to minimize the interference levels when assigning frequencies from a limited frequency spectrum. In order to satisfy the increasing demand in such cellular mobile networks, we use a hybrid approach consisting of a Particle Swarm Optimization(PSO) combined with a Tabu Search(TS) algorithm. This approach takes both advantages of PSO efficiency in global optimization and TS in avoiding the premature convergence that would lead PSO to stagnate in a local minimum. Moreover, we propose a new efficient, simple, and inexpensive model for storing and evaluating solution's assignment. The purpose of this model reduces the solution's storage volume as well as the computations required to evaluate thesesolutions in comparison with the classical model. Our simulation results on the most known benchmarking instances prove the effectiveness of our proposed algorithm in comparison with previous related works in terms of convergence rate, the number of iterations, the solution storage volume and the running time required to converge to the optimal solution. 展开更多
关键词 粒子群优化算法 频率分配问题 禁忌搜索算法 蜂窝移动网络 计算模型 早熟收敛 全局优化 收敛速度
下载PDF
A two-phase tabu search approach to scheduling optimization in container terminals 被引量:1
20
作者 ZENG Qing-cheng YANG Zhong-zhen 《Journal of Marine Science and Application》 2007年第2期44-50,共7页
An optimization model for scheduling of quay cranes (QCs) and yard trailers was proposed to improve the overall efficiency of container terminals. To implement this model, a two-phase tabu search algorithm was designe... An optimization model for scheduling of quay cranes (QCs) and yard trailers was proposed to improve the overall efficiency of container terminals. To implement this model, a two-phase tabu search algorithm was designed. In the QCs scheduling phase of the algorithm, a search was performed to determine a good QC unloading operation order. For each QC unloading operation order generated during the QC's scheduling phase, another search was run to obtain a good yard trailer routing for the given QC's unloading order. Using this information, the time required for the operation was estimated, then the time of return to availability of the units was fed back to the QC scheduler. Numerical tests show that the two-phase Tabu Search algorithm searches the solution space efficiently, decreases the empty distance yard trailers must travel, decreases the number of trailers needed, and thereby reduces time and costs and improves the integration and reliability of container terminal operation systems. 展开更多
关键词 集装箱码头 调度最优化 双相禁止接近调查法 拖车 起重机
下载PDF
上一页 1 2 87 下一页 到第
使用帮助 返回顶部