期刊文献+
共找到618篇文章
< 1 2 31 >
每页显示 20 50 100
Application of Dijkstra Algorithm to Proposed Tramway of a Potential World Class University
1
作者 M. C. Agarana N. C. Omoregbe M. O. Ogunpeju 《Applied Mathematics》 2016年第6期496-503,共8页
Nowadays, the development of “smart cities” with a high level of quality of life is becoming a prior challenge to be addressed. In this paper, promoting the model shift in railway transportation using tram network t... Nowadays, the development of “smart cities” with a high level of quality of life is becoming a prior challenge to be addressed. In this paper, promoting the model shift in railway transportation using tram network towards more reliable, greener and in general more sustainable transportation modes in a potential world class university is proposed. “Smart mobility” in a smart city will significantly contribute to achieving the goal of a university becoming a world class university. In order to have a regular and reliable rail system on campus, we optimize the route among major stations on campus, using shortest path problem Dijkstra algorithm in conjunction with a computer software called LINDO to arrive at the optimal route. In particular, it is observed that the shortest path from the main entrance gate (Canaan land entrance gate) to the Electrical Engineering Department is of distance 0.805 km. 展开更多
关键词 Potential World Class University optimization dijkstra algorithm Shortest Path Tramway
在线阅读 下载PDF
Global optimal path planning for mobile robot based onimproved Dijkstra algorithm and ant system algorithm 被引量:22
2
作者 谭冠政 贺欢 Aaron Sloman 《Journal of Central South University of Technology》 EI 2006年第1期80-86,共7页
A novel method of global optimal path planning for mobile robot was proposed based on the improved Dijkstra algorithm and ant system algorithm. This method includes three steps: the first step is adopting the MAKLINK ... A novel method of global optimal path planning for mobile robot was proposed based on the improved Dijkstra algorithm and ant system algorithm. This method includes three steps: the first step is adopting the MAKLINK graph theory to establish the free space model of the mobile robot, the second step is adopting the improved Dijkstra algorithm to find out a sub-optimal collision-free path, and the third step is using the ant system algorithm to adjust and optimize the location of the sub-optimal path so as to generate the global optimal path for the mobile robot. The computer simulation experiment was carried out and the results show that this method is correct and effective. The comparison of the results confirms that the proposed method is better than the hybrid genetic algorithm in the global optimal path planning. 展开更多
关键词 mobile robot global optimal path planning improved dijkstra algorithm ant system algorithm MAKLINK graph free MAKLINK line
在线阅读 下载PDF
Research on the Optimization and Simulation of the Shortest Path Based on Algorithm of Dijkstra 被引量:6
3
作者 Chuan-xiang REN Xin-gang HAO +1 位作者 Ying-rui WANG Guang-hui PAN 《Journal of Measurement Science and Instrumentation》 CAS 2010年第S1期199-201,37,共4页
Dijkstra algorithm is a theoretical basis to solve transportation network problems of the shortest path,which has a wide range of application in path optimization.Through analyzing traditional Dijkstra algorithm,on ac... Dijkstra algorithm is a theoretical basis to solve transportation network problems of the shortest path,which has a wide range of application in path optimization.Through analyzing traditional Dijkstra algorithm,on account of the insufficiency of this algorithm in path optimization,this paper uses adjacency list and circular linked list with combination to store date,and through the improved quick sorting algorithm for weight sorting,accomplish a quick search to the adjacent node,and so an improved Dijkstra algorithm is got.Then apply it to the optimal path search,and make simulation analysis for this algorithm through the example,also verify the effectiveness of the proposed algorithm. 展开更多
关键词 route optimization dijkstra algorithm fast sorting algorithm adjacency list and circular linked list
在线阅读 下载PDF
An APO Algorithm Based on Taguchi Methods and Its Application in Multi-Level Image Segmentation
4
作者 Jeng-Shyang Pan Yan-Na Wei +3 位作者 Ling-Da Chi Shu-Chuan Chu Ru-Yu Wang Junzo Watada 《Computers, Materials & Continua》 2026年第5期814-837,共24页
Multilevel image segmentation is a critical task in image analysis,which imposes high requirements on the global search capability and convergence efficiency of segmentation algorithms.In this paper,an improved Artifi... Multilevel image segmentation is a critical task in image analysis,which imposes high requirements on the global search capability and convergence efficiency of segmentation algorithms.In this paper,an improved Artificial Protozoa Optimization algorithm,termed the two-stage Taguchi-assisted Gaussian–Levy Artificial Protozoa Optimization(TGAPO)algorithm,is proposed and applied tomultilevel image segmentation.The proposed algorithm adopts a two-stage evolutionary mechanism.In the first stage,Gaussian perturbation is introduced to enhance local search capability;in the second stage,Levy flight is incorporated to expand the global search range;and finally,the Taguchi strategy is employed to further refine the optimal solution.Consequently,the global optimization performance and robustness of the algorithm are significantly improved.To evaluate the effectiveness of the proposed TGAPO algorithm,comparative experiments are conducted with representative optimization algorithms,including the Grey Wolf Optimizer(GWO)and Particle Swarm Optimization(PSO),in the context ofmultilevel image segmentation.The segmentation quality is assessed using the minimum cross-entropy function as the performance metric.Experimental results demonstrate that the TGAPO algorithm outperforms the comparison algorithms in terms of segmentation accuracy and convergence speed,and exhibits superior stability in high-threshold segmentation tasks.Furthermore,the proposedmethod achieves excellentmulti-threshold segmentation performance for color images and shows strong potential for practical applications. 展开更多
关键词 Meta-heuristic algorithm multilevel image segmentation taguchi strategy minimum cross-entropy threshold artificial protozoa optimization(APO)
在线阅读 下载PDF
Optimization of volume to point conduction problem based on a novel thermal conductivity discretization algorithm
5
作者 杜文静 王沛丽 +1 位作者 宋立鹏 程林 《Chinese Journal of Chemical Engineering》 SCIE EI CAS CSCD 2015年第7期1161-1168,共8页
A conduction heat transfer process is enhanced by filling prescribed quantity and optimized-shaped high thermal conductivity materials to the substrate. Numerical simulations and analyses are performed on a volume to ... A conduction heat transfer process is enhanced by filling prescribed quantity and optimized-shaped high thermal conductivity materials to the substrate. Numerical simulations and analyses are performed on a volume to point conduction problem based on the principle of minimum entropy generation. In the optimization, the arrangement of high thermal conductivity materials is variable, the quantity of high thermal-conductivity material is constrained, and the objective is to obtain the maximum heat conduction rate as the entropy is the minimum.A novel algorithm of thermal conductivity discretization is proposed based on large quantity of calculations.Compared with other algorithms in literature, the average temperature in the substrate by the new algorithm is lower, while the highest temperature in the substrate is in a reasonable range. Thus the new algorithm is feasible. The optimization of volume to point heat conduction is carried out in a rectangular model with radiation boundary condition and constant surface temperature boundary condition. The results demonstrate that the algorithm of thermal conductivity discretization is applicable for volume to point heat conduction problems. 展开更多
关键词 Volume to point conduction Principle of minimum entropy generation algorithm of thermal conductivity discretization optimization
在线阅读 下载PDF
The Optimal Path Algorithm Analysis of GPS Navigation in Taxi Management System Based on A* Algorithm
6
《International English Education Research》 2013年第12期10-12,共3页
The optimal path algorithm analysis of GPS navigation in taxi management system based on A* algorithm was introduced in this paper. Through improving the traditional Dijkstra algorithm and avoiding problems such as ... The optimal path algorithm analysis of GPS navigation in taxi management system based on A* algorithm was introduced in this paper. Through improving the traditional Dijkstra algorithm and avoiding problems such as "time-consuming and low efficiency" in Dijkstra algorithm with traversal search for each node, A* algorithm could help the taxi find the optimal path and bring convenience for traffic management. 展开更多
关键词 GPS navigation A* algorithm dijkstra algorithm the optimal path
在线阅读 下载PDF
Ant Colony System Algorithm for Real-Time Globally Optimal Path Planning of Mobile Robots 被引量:26
7
作者 TAN Guan-Zheng HE Huan SLOMAN Aaron 《自动化学报》 EI CSCD 北大核心 2007年第3期279-285,共7页
为活动机器人计划的即时全球性最佳的路径的一个新奇方法基于蚂蚁殖民地系统(交流) 被建议算法。这个方法包括三步:第一步正在利用 MAKLINK 图理论建立活动机器人的空间模型,第二步正在利用 Dijkstra 算法发现一条非最优的没有碰撞的... 为活动机器人计划的即时全球性最佳的路径的一个新奇方法基于蚂蚁殖民地系统(交流) 被建议算法。这个方法包括三步:第一步正在利用 MAKLINK 图理论建立活动机器人的空间模型,第二步正在利用 Dijkstra 算法发现一条非最优的没有碰撞的路径,并且第三步正在利用 ACS 算法优化非最优的路径的地点以便产生全球性最佳的路径。建议方法是有效的并且能在即时路径被使用活动机器人计划的计算机模拟实验表演的结果。建议方法比与优秀人材模型一起基于基因算法计划方法的路径处于集中速度,答案变化,动态集中行为,和计算效率有更好的性能,这被验证了。 展开更多
关键词 蚁群系统 运算法则 自动化系统 计算机技术
在线阅读 下载PDF
Solving Job-Shop Scheduling Problem Based on Improved Adaptive Particle Swarm Optimization Algorithm 被引量:3
8
作者 顾文斌 唐敦兵 郑堃 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI 2014年第5期559-567,共9页
An improved adaptive particle swarm optimization(IAPSO)algorithm is presented for solving the minimum makespan problem of job shop scheduling problem(JSP).Inspired by hormone modulation mechanism,an adaptive hormonal ... An improved adaptive particle swarm optimization(IAPSO)algorithm is presented for solving the minimum makespan problem of job shop scheduling problem(JSP).Inspired by hormone modulation mechanism,an adaptive hormonal factor(HF),composed of an adaptive local hormonal factor(H l)and an adaptive global hormonal factor(H g),is devised to strengthen the information connection between particles.Using HF,each particle of the swarm can adjust its position self-adaptively to avoid premature phenomena and reach better solution.The computational results validate the effectiveness and stability of the proposed IAPSO,which can not only find optimal or close-to-optimal solutions but also obtain both better and more stability results than the existing particle swarm optimization(PSO)algorithms. 展开更多
关键词 job-shop scheduling problem(JSP) hormone modulation mechanism improved adaptive particle swarm optimization(IAPSO) algorithm minimum makespan
在线阅读 下载PDF
A Novel Binary Firefly Algorithm for the Minimum Labeling Spanning Tree Problem 被引量:1
9
作者 Mugang Lin Fangju Liu +1 位作者 Huihuang Zhao Jianzhen Chen 《Computer Modeling in Engineering & Sciences》 SCIE EI 2020年第10期197-214,共18页
Given a connected undirected graph G whose edges are labeled,the minimumlabeling spanning tree(MLST)problemis to find a spanning tree of G with the smallest number of different labels.TheMLST is anNP-hard combinatoria... Given a connected undirected graph G whose edges are labeled,the minimumlabeling spanning tree(MLST)problemis to find a spanning tree of G with the smallest number of different labels.TheMLST is anNP-hard combinatorial optimization problem,which is widely applied in communication networks,multimodal transportation networks,and data compression.Some approximation algorithms and heuristics algorithms have been proposed for the problem.Firefly algorithm is a new meta-heuristic algorithm.Because of its simplicity and easy implementation,it has been successfully applied in various fields.However,the basic firefly algorithm is not suitable for discrete problems.To this end,a novel discrete firefly algorithm for the MLST problem is proposed in this paper.A binary operation method to update firefly positions and a local feasible handling method are introduced,which correct unfeasible solutions,eliminate redundant labels,and make the algorithm more suitable for discrete problems.Computational results show that the algorithm has good performance.The algorithm can be extended to solve other discrete optimization problems. 展开更多
关键词 minimum labeling spanning tree problem binary firefly algorithm META-HEURISTICS discrete optimization
在线阅读 下载PDF
Cuckoo search algorithm-based optimal deployment method of heterogeneous multistatic radar for barrier coverage 被引量:1
10
作者 LI Haipeng FENG Dazheng 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2023年第5期1101-1115,共15页
This paper proposes an optimal deployment method of heterogeneous multistatic radars to construct arc barrier coverage with location restrictions.This method analyzes and proves the properties of different deployment ... This paper proposes an optimal deployment method of heterogeneous multistatic radars to construct arc barrier coverage with location restrictions.This method analyzes and proves the properties of different deployment patterns in the optimal deployment sequence.Based on these properties and considering location restrictions,it introduces an optimization model of arc barrier coverage and aims to minimize the total deployment cost of heterogeneous multistatic radars.To overcome the non-convexity of the model and the non-analytical nature of the objective function,an algorithm combining integer line programming and the cuckoo search algorithm(CSA)is proposed.The proposed algorithm can determine the number of receivers and transmitters in each optimal deployment squence to minimize the total placement cost.Simulations are conducted in different conditions to verify the effectiveness of the proposed method. 展开更多
关键词 heterogeneous multistatic radar(HMR) arc barrier coverage minimum deployment cost optimal deployment sequence cuckoo search algorithm(CSA)
在线阅读 下载PDF
Optimal path finding algorithms based on SLSD road network model 被引量:3
11
作者 张小国 王庆 龚福祥 《Journal of Southeast University(English Edition)》 EI CAS 2010年第4期558-562,共5页
A solution to compute the optimal path based on a single-line-single-directional(SLSD)road network model is proposed.Unlike the traditional road network model,in the SLSD conceptual model,being single-directional an... A solution to compute the optimal path based on a single-line-single-directional(SLSD)road network model is proposed.Unlike the traditional road network model,in the SLSD conceptual model,being single-directional and single-line style,a road is no longer a linkage of road nodes but abstracted as a network node.Similarly,a road node is abstracted as the linkage of two ordered single-directional roads.This model can describe turn restrictions,circular roads,and other real scenarios usually described using a super-graph.Then a computing framework for optimal path finding(OPF)is presented.It is proved that classical Dijkstra and A algorithms can be directly used for OPF computing of any real-world road networks by transferring a super-graph to an SLSD network.Finally,using Singapore road network data,the proposed conceptual model and its corresponding optimal path finding algorithms are validated using a two-step optimal path finding algorithm with a pre-computing strategy based on the SLSD road network. 展开更多
关键词 optimal path finding road network model conceptual model digital map vehicle navigation system A algorithm dijkstra algorithm
在线阅读 下载PDF
Gradient Gene Algorithm: a Fast Optimization Method to MST Problem
12
作者 Zhang Jin bo, Xu Jing wen, Li Yuan xiang State Key Laboratory of Software Engineering, Wuhan University, Wuhan 430072, China 《Wuhan University Journal of Natural Sciences》 CAS 2001年第Z1期535-540,共6页
The extension of Minimum Spanning Tree(MST) problem is an NP hard problem which does not exit a polynomial time algorithm. In this paper, a fast optimization method on MST problem——the Gradient Gene Algorithm is int... The extension of Minimum Spanning Tree(MST) problem is an NP hard problem which does not exit a polynomial time algorithm. In this paper, a fast optimization method on MST problem——the Gradient Gene Algorithm is introduced. Compared with other evolutionary algorithms on MST problem, it is more advanced: firstly, very simple and easy to realize; then, efficient and accurate; finally general on other combination optimization problems. 展开更多
关键词 combination optimization minimum spanning tree problem extension of minimum spanning tree problem gradient gene algorithm
在线阅读 下载PDF
基于改进Dijkstra算法的枢纽水库短期水量多目标控制优化
13
作者 孙利萍 杨永昊 《广东水利水电》 2026年第3期65-69,75,共6页
针对枢纽水库短期水量调度过程中适应度函数变化易导致水量分配效率偏低的问题,该文提出一种基于改进Dijkstra算法的枢纽水库短期水量多目标控制优化方法,利用改进Dijkstra算法获取最优控制目标并确定Pareto前沿筛选算子,结合目标函数... 针对枢纽水库短期水量调度过程中适应度函数变化易导致水量分配效率偏低的问题,该文提出一种基于改进Dijkstra算法的枢纽水库短期水量多目标控制优化方法,利用改进Dijkstra算法获取最优控制目标并确定Pareto前沿筛选算子,结合目标函数组约束生成汛期与非汛期控制约束条件及Dijkstra控制带权有向图,通过设置水量调度目标构建适应度函数,结合水库运行周期确定迭代终止条件,并基于水量平衡原理计算水量连续性约束因子,考虑流域分区构建枢纽水库短期水量多目标控制优化模型。实验结果表明,该方法在不同高程采集站点的水量分配效率系数均保持较高水平,取值合理且未出现控制失衡,可有效提升水量调度效率与控制平稳性。 展开更多
关键词 改进dijkstra算法 枢纽水库 短期水量 水量多目标控制 控制优化
在线阅读 下载PDF
An Algorithm to Find K Shortest Path 被引量:1
14
作者 Gangming Sun Pin Wang 《International English Education Research》 2014年第10期54-57,共4页
In this figure, it finds a vertex to another vertex k shortest path algorithm. Provided there are n vertices and edges in the diagram. If the path loops, the time complexity of the algorithm is allowed O(w + n log 2... In this figure, it finds a vertex to another vertex k shortest path algorithm. Provided there are n vertices and edges in the diagram. If the path loops, the time complexity of the algorithm is allowed O(w + n log 2 n + kw log 2 k). If the request path does not contain the loop, the time complexity of the algorithm O(kn(w + n log2 n)+ kw log2 k). The algorithm utilizes a simple extension of the Dijkstra algorithm determined the end of the length of the shortest path to the other vertices, and then, based on these data, branch and bound method to identify the required path. Experimental results show that the actual running time has relations with the structure of FIG. 展开更多
关键词 Branch and Bound Shortest Path dijkstra algorithm Fibonacei heap
在线阅读 下载PDF
Optimization of a Route Network in Dakar Airspace: Surface Navigation 被引量:2
15
作者 Mint Elhassen Emani Amadou Coulibaly +2 位作者 Salimata G. Diagne Ahmedou Ould Haouba Alain Ngoma Mby 《American Journal of Operations Research》 2022年第2期64-81,共18页
In this paper, the map of a network of air routes was updated by removing the non-optimal routes and replacing them with the best ones. An integer linear programming model was developed. The aim was to find optimal ro... In this paper, the map of a network of air routes was updated by removing the non-optimal routes and replacing them with the best ones. An integer linear programming model was developed. The aim was to find optimal routes in superspace based on performance-based navigation. The optimal routes were found from a DIJKSTRA algorithm that calculates the shortest path in a graph. Simulations with python language on real traffic areas showed the improvements brought by surface navigation. In this work, the conceptual phase and the upper airspace were studied. 展开更多
关键词 Airspace Linear optimization Graph Theory dijkstra algorithm Performance-Based Navigation Conventional Navigation
在线阅读 下载PDF
优化时间窗改进Dijkstra算法的无人驾驶磁悬浮车路径规划 被引量:5
16
作者 古玉锋 凌浩 +1 位作者 赵耀晶 黎程山 《计算机应用研究》 北大核心 2025年第7期2080-2085,共6页
针对无人驾驶磁悬浮车同轨道多车运营及车辆密度大的特点,研究了一种基于优化时间窗改进Dijkstra算法的磁浮车路径规划算法,考虑了路径冲突、调度成本等一系列现实问题,将Dijkstra算法与时间窗相结合,顺序规划各磁浮车的路径。首先,在... 针对无人驾驶磁悬浮车同轨道多车运营及车辆密度大的特点,研究了一种基于优化时间窗改进Dijkstra算法的磁浮车路径规划算法,考虑了路径冲突、调度成本等一系列现实问题,将Dijkstra算法与时间窗相结合,顺序规划各磁浮车的路径。首先,在路径规划前预处理地图信息,根据地图节点生成最短路径索引,按照索引寻找路径。其次,利用时间窗校验路径冲突;然后,对冲突路径具体分析,冲突时间较短的路径通过车辆变速方式实现避让,避免了路径重规划,在无碰撞的基础上订单运行时间得到了优化。最后,利用OpenTCS进行算法仿真。结果表明:优化时间窗后的Dijkstra算法平均执行时间为0.328 ms,车辆每千米运行时间为36.64 s。在无路径冲突的前提下,提高了订单执行的实时性及车辆运行效率,且随着运行里程数的增加,算法的优势越明显,能满足无人驾驶磁悬浮车的无碰撞路径规划要求。 展开更多
关键词 轨道交通 磁悬浮车 智能路径规划 dijkstra算法 优化时间窗
在线阅读 下载PDF
Shape-sizing nested optimization of deployable structures using SQP 被引量:1
17
作者 戴璐 关富玲 《Journal of Central South University》 SCIE EI CAS 2014年第7期2915-2920,共6页
The potential role of formal structural optimization was investigated for designing foldable and deployable structures in this work.Shape-sizing nested optimization is a challenging design problem.Shape,represented by... The potential role of formal structural optimization was investigated for designing foldable and deployable structures in this work.Shape-sizing nested optimization is a challenging design problem.Shape,represented by the lengths and relative angles of elements,is critical to achieving smooth deployment to a desired span,while the section profiles of each element must satisfy structural dynamic performances in each deploying state.Dynamic characteristics of deployable structures in the initial state,the final state and also the middle deploying states are all crucial to the structural dynamic performances.The shape was represented by the nodal coordinates and the profiles of cross sections were represented by the diameters and thicknesses.SQP(sequential quadratic programming) method was used to explore the design space and identify the minimum mass solutions that satisfy kinematic and structural dynamic constraints.The optimization model and methodology were tested on the case-study of a deployable pantograph.This strategy can be easily extended to design a wide range of deployable structures,including deployable antenna structures,foldable solar sails,expandable bridges and retractable gymnasium roofs. 展开更多
关键词 deployable structures optimization minimum mass dynamic constraints SQP(sequential quadratic programming) algorithm
在线阅读 下载PDF
Optimizing Connections:Applied Shortest Path Algorithms for MANETs
18
作者 Ibrahim Alameri Jitka Komarkova +2 位作者 Tawfik Al-Hadhrami Abdulsamad Ebrahim Yahya Atef Gharbi 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第10期787-807,共21页
This study is trying to address the critical need for efficient routing in Mobile Ad Hoc Networks(MANETs)from dynamic topologies that pose great challenges because of the mobility of nodes.Themain objective was to del... This study is trying to address the critical need for efficient routing in Mobile Ad Hoc Networks(MANETs)from dynamic topologies that pose great challenges because of the mobility of nodes.Themain objective was to delve into and refine the application of the Dijkstra’s algorithm in this context,a method conventionally esteemed for its efficiency in static networks.Thus,this paper has carried out a comparative theoretical analysis with the Bellman-Ford algorithm,considering adaptation to the dynamic network conditions that are typical for MANETs.This paper has shown through detailed algorithmic analysis that Dijkstra’s algorithm,when adapted for dynamic updates,yields a very workable solution to the problem of real-time routing in MANETs.The results indicate that with these changes,Dijkstra’s algorithm performs much better computationally and 30%better in routing optimization than Bellman-Ford when working with configurations of sparse networks.The theoretical framework adapted,with the adaptation of the Dijkstra’s algorithm for dynamically changing network topologies,is novel in this work and quite different from any traditional application.The adaptation should offer more efficient routing and less computational overhead,most apt in the limited resource environment of MANETs.Thus,from these findings,one may derive a conclusion that the proposed version of Dijkstra’s algorithm is the best and most feasible choice of the routing protocol for MANETs given all pertinent key performance and resource consumption indicators and further that the proposed method offers a marked improvement over traditional methods.This paper,therefore,operationalizes the theoretical model into practical scenarios and also further research with empirical simulations to understand more about its operational effectiveness. 展开更多
关键词 dijkstra’s algorithm optimization complexity analysis shortest path first comparative algorithm analysis nondeterministic polynomial(NP)-complete
在线阅读 下载PDF
求解模糊无约束优化问题的约束区间算法
19
作者 任咏红 王禹钧 牛冰 《辽宁师范大学学报(自然科学版)》 2026年第1期9-15,共7页
模糊优化作为模糊数学的重要分支,凭借对现实问题中不确定性的有效处理能力成为研究热点.截集理论可实现模糊优化问题向区间优化问题的转化,约束区间算法(CIA)则是求解区间优化问题的有效手段,引入参数后还能将区间优化问题进一步转化... 模糊优化作为模糊数学的重要分支,凭借对现实问题中不确定性的有效处理能力成为研究热点.截集理论可实现模糊优化问题向区间优化问题的转化,约束区间算法(CIA)则是求解区间优化问题的有效手段,引入参数后还能将区间优化问题进一步转化为参数化实值优化问题.以模糊无约束优化问题为研究对象,探究求解该类问题的约束区间方法,结合截函数与CIA构建了对应的区间优化问题及参数化非线性优化问题,并证明了问题的局部等价性,即向量x是模糊无约束优化问题的局部弱极小解,当且仅当向量x为对应区间优化问题的局部弱极小解,也当且仅当向量x是CIA处理后的参数化非线性优化问题的局部极小解.通过具体算例验证CIA求解模糊无约束优化问题的有效性. 展开更多
关键词 模糊优化 截函数 约束区间算法 区间优化问题 局部弱极小解
在线阅读 下载PDF
基于Dijkstra算法的最优解列断面快速搜索方法 被引量:15
20
作者 王乙斐 唐飞 +3 位作者 刘涤尘 廖清芬 杨健 汪颂军 《电力自动化设备》 EI CSCD 北大核心 2015年第4期126-131,共6页
如何快速确定合理的解列地点,是解列控制实施的关键。针对该问题,提出基于Dijkstra算法的最优解列断面搜索方法。该方法以Dijkstra算法求取节点间最小电抗累加和路径,依据各节点间的电气联系强弱程度,将节点划分为公共节点与一般节点;... 如何快速确定合理的解列地点,是解列控制实施的关键。针对该问题,提出基于Dijkstra算法的最优解列断面搜索方法。该方法以Dijkstra算法求取节点间最小电抗累加和路径,依据各节点间的电气联系强弱程度,将节点划分为公共节点与一般节点;凭借解列断面与公共节点的联系,将解列断面的搜索转换为公共节点的处理问题,缩小了预搜索空间的规模;以解列后子系统中有功不平衡功率最小为目标函数,基于宽度优先搜索算法完成对公共节点集的搜索分配,获取最优解列断面。仿真算例表明,所提方法既能在考虑节点间电气联系的情况下缩小原始的求解空间,避免化简过程中可行解的丢失,又能适应系统运行方式的变化,满足快速性与有效性要求。 展开更多
关键词 电力系统 主动解列 dijkstra算法 不平衡功率 最优断面 搜索 解列
在线阅读 下载PDF
上一页 1 2 31 下一页 到第
使用帮助 返回顶部