期刊文献+
共找到1,442篇文章
< 1 2 73 >
每页显示 20 50 100
A New Parallel Algorithm in Power Flow Calculation:Dynamic Asynchronous Parallel Algorithm
1
作者 刘学军 钱清泉 刘军 《Journal of Modern Transportation》 2000年第2期145-151,共7页
Based on the general methods in power flow calculation of power system and on conceptions and classifications of parallel algorithm, a new approach named Dynamic Asynchronous Parallel Algorithm that applies to the onl... Based on the general methods in power flow calculation of power system and on conceptions and classifications of parallel algorithm, a new approach named Dynamic Asynchronous Parallel Algorithm that applies to the online analysis and real-time dispatching and controlling of large-scale power network was put forward in this paper. Its performances of high speed and dynamic following have been verified on IEEE-14 bus system. 展开更多
关键词 power flow calculation parallel algorithm MAT
在线阅读 下载PDF
An Optimal Parallel Algorithm for the Knapsack Problem Based on EREW
2
作者 李肯立 蒋盛益 +1 位作者 王卉 李庆华 《Journal of Southwest Jiaotong University(English Edition)》 2003年第2期131-137,共7页
A new parallel algorithm is proposed for the knapsack problem where the method of divide and conquer is adopted. Based on an EREW-SIMD machine with shared memory, the proposed algorithm utilizes O(2 n/4 ) 1-ε ... A new parallel algorithm is proposed for the knapsack problem where the method of divide and conquer is adopted. Based on an EREW-SIMD machine with shared memory, the proposed algorithm utilizes O(2 n/4 ) 1-ε processors, 0≤ ε ≤1, and O(2 n/2 ) memory to find a solution for the n -element knapsack problem in time O(2 n/4 (2 n/4 ) ε) . The cost of the proposed parallel algorithm is O(2 n/2 ) , which is an optimal method for solving the knapsack problem without memory conflicts and an improved result over the past researches. 展开更多
关键词 knapsack problem NP-COMPLETE parallel algorithm divide and conquer
在线阅读 下载PDF
A Practical Parallel Algorithm for All-Pair Shortest Path Based on Pipelining
3
作者 Hua Wang Ling Tian Chun-Hua Jiang 《Journal of Electronic Science and Technology of China》 2008年第3期329-333,共5页
On the basis of Floyd algorithm with the extended path matrix, a parallel algorithm which resolves all-pair shortest path (APSP) problem on cluster environment is analyzed and designed. Meanwhile, the parallel APSP ... On the basis of Floyd algorithm with the extended path matrix, a parallel algorithm which resolves all-pair shortest path (APSP) problem on cluster environment is analyzed and designed. Meanwhile, the parallel APSP pipelining algorithm makes full use of overlapping technique between computation and communication. Compared with broadcast operation, the parallel algorithm reduces communication cost. This algorithm has been implemented on MPI on PC-cluster. The theoretical analysis and experimental results show that the parallel algorithm is an efficient and scalable algorithm. 展开更多
关键词 All-pair shortest path Floyd algorithm PIPELINING parallel algorithm
在线阅读 下载PDF
Improved Parallel Three-List Algorithm for the Knapsack Problem without Memory Conflicts
4
作者 潘军 李肯立 李庆华 《Journal of Southwest Jiaotong University(English Edition)》 2006年第1期7-14,共8页
Based on the two-list algorithm and the parallel three-list algorithm, an improved parallel three-list algorithm for knapsack problem is proposed, in which the method of divide and conquer, and parallel merging withou... Based on the two-list algorithm and the parallel three-list algorithm, an improved parallel three-list algorithm for knapsack problem is proposed, in which the method of divide and conquer, and parallel merging without memory conflicts are adopted. To find a solution for the n-element knapsack problem, the proposed algorithm needs O(2^3n/8) time when O(2^3n/8) shared memory units and O(2^n/4) processors are available. The comparisons between the proposed algorithm and 10 existing algorithms show that the improved parallel three-fist algorithm is the first exclusive-read exclusive-write (EREW) parallel algorithm that can solve the knapsack instances in less than O(2^n/2) time when the available hardware resource is smaller than O(2^n/2) , and hence is an improved result over the past researches. 展开更多
关键词 Knapsack problem NP-HARD parallel algorithm Memory conflicts Hardware-time tradeoff
在线阅读 下载PDF
Grid-Based Pseudo-Parallel Genetic Algorithm and Its Application 被引量:1
5
作者 陈海英 郭巧 徐力 《Journal of Beijing Institute of Technology》 EI CAS 2006年第1期48-52,共5页
Aimed at the problems of premature and lower convergence of simple genetic algorithms (SGA), three ideas --partition the whole search uniformly, multi-genetic operators and multi-populations evolving independently a... Aimed at the problems of premature and lower convergence of simple genetic algorithms (SGA), three ideas --partition the whole search uniformly, multi-genetic operators and multi-populations evolving independently are introduced, and a grid-based pseudo-parallel genetic algorithms (GPPGA) is put forward. Thereafter, the analysis of premature and convergence of GPPGA is made. In the end, GPPGA is tested by both six-peak camel back function, Rosenbrock function and BP network. The result shows the feasibility and effectiveness of GPPGA in overcoming premature and improving convergence speed and accuracy. 展开更多
关键词 genetic algorithms parallel GRID neural network weights optimizing
在线阅读 下载PDF
Multi-objective Collaborative Optimization for Scheduling Aircraft Landing on Closely Spaced Parallel Runways Based on Genetic Algorithms 被引量:1
6
作者 Zhang Shuqin Jiang Yu Xia Hongshan 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI CSCD 2016年第4期502-509,共8页
A scheduling model of closely spaced parallel runways for arrival aircraft was proposed,with multi-objections of the minimum flight delay cost,the maximum airport capacity,the minimum workload of air traffic controlle... A scheduling model of closely spaced parallel runways for arrival aircraft was proposed,with multi-objections of the minimum flight delay cost,the maximum airport capacity,the minimum workload of air traffic controller and the maximum fairness of airlines′scheduling.The time interval between two runways and changes of aircraft landing order were taken as the constraints.Genetic algorithm was used to solve the model,and the model constrained unit delay cost of the aircraft with multiple flight tasks to reduce its delay influence range.Each objective function value or the fitness of particle unsatisfied the constrain condition would be punished.Finally,one domestic airport hub was introduced to verify the algorithm and the model.The results showed that the genetic algorithm presented strong convergence and timeliness for solving constraint multi-objective aircraft landing problem on closely spaced parallel runways,and the optimization results were better than that of actual scheduling. 展开更多
关键词 air transportation runway scheduling closely spaced parallel runways genetic algorithm multi-objections
在线阅读 下载PDF
Feature Selection Method by Applying Parallel Collaborative Evolutionary Genetic Algorithm 被引量:1
7
作者 Hao-Dong Zhu Hong-Chan Li +1 位作者 Xiang-Hui Zhao Yong Zhong 《Journal of Electronic Science and Technology》 CAS 2010年第2期108-113,共6页
Feature selection is one of the important topics in text classification. However, most of existing feature selection methods are serial and inefficient to be applied to massive text data sets. In this case, a feature ... Feature selection is one of the important topics in text classification. However, most of existing feature selection methods are serial and inefficient to be applied to massive text data sets. In this case, a feature selection method based on parallel collaborative evolutionary genetic algorithm is presented. The presented method uses genetic algorithm to select feature subsets and takes advantage of parallel collaborative evolution to enhance time efficiency, so it can quickly acquire the feature subsets which are more representative. The experimental results show that, for accuracy ratio and recall ratio, the presented method is better than information gain, x2 statistics, and mutual information methods; the consumed time of the presented method with only one CPU is inferior to that of these three methods, but the presented method is supe rior after using the parallel strategy. 展开更多
关键词 Index Terms-Feature selection genetic algorithm parallel collaborative evolutionary text mining.
在线阅读 下载PDF
Improved chirp scaling algorithm integrated motion compensation for parallel-track bistatic synthetic aperture radar
8
作者 齐春东 曾涛 李枫 《Journal of Beijing Institute of Technology》 EI CAS 2011年第4期536-539,共4页
To compensate motion errors of images from the parallel-track bistatic synthetic aperture radar(BiSAR),an improved chirp scaling algorithm(CSA) is proposed.Since velocity vector of the moving aircrafts in the para... To compensate motion errors of images from the parallel-track bistatic synthetic aperture radar(BiSAR),an improved chirp scaling algorithm(CSA) is proposed.Since velocity vector of the moving aircrafts in the parallel-track BiSAR system can not remain invariant in an aperture,an actual aperture is divided into subapertures so that it is reasonable to assume that the aircrafts move with constant acceleration vector in a subaperture.Based on this model,an improved CSA is derived.The new phase factors incorporate three-dimensional acceleration and velocity.The motion compensation procedure is integrated into the CSA without additional operation required.The simulation results show that the presented algorithm can efficiently resolve motion compensation for parallel-track BiSAR. 展开更多
关键词 chirp scaling algorithm parallel-track bistatic synthetic aperture radar motion compensation
在线阅读 下载PDF
Multi-Deme Parallel FGAs-Based Algorithm for Multitarget Tracking 被引量:1
9
作者 刘虎 朱力立 张焕春 《Journal of Electronic Science and Technology of China》 2006年第1期12-17,共6页
For data association in multisensor and multitarget tracking, a novel parallel algorithm is developed to improve the efficiency and real-time performance of FGAs-based algorithm. One Cluster of Workstation (COW) wit... For data association in multisensor and multitarget tracking, a novel parallel algorithm is developed to improve the efficiency and real-time performance of FGAs-based algorithm. One Cluster of Workstation (COW) with Message Passing Interface (MPI) is built. The proposed Multi-Deme Parallel FGA (MDPFGA) is run on the platform. A serial of special MDPFGAs are used to determine the static and the dynamic solutions of generalized m-best S-D assignment problem respectively, as well as target states estimation in track management. Such an assignment-based parallel algorithm is demonstrated on simulated passive sensor track formation and maintenance problem. While illustrating the feasibility of the proposed algorithm in multisensor multitarget tracking, simulation results indicate that the MDPFGAs-based algorithm has greater efficiency and speed than the FGAs-based algorithm. 展开更多
关键词 multitarget tracking multi-deme Fuzzy Genetic algorithm (FGA) parallelIZATION Message Passing Interface (MPI)
在线阅读 下载PDF
Parallel Expectation-Maximization Algorithm for Large Databases
10
作者 黄浩 宋瀚涛 陆玉昌 《Journal of Beijing Institute of Technology》 EI CAS 2006年第4期420-424,共5页
A new parallel expectation-maximization (EM) algorithm is proposed for large databases. The purpose of the algorithm is to accelerate the operation of the EM algorithm. As a well-known algorithm for estimation in ge... A new parallel expectation-maximization (EM) algorithm is proposed for large databases. The purpose of the algorithm is to accelerate the operation of the EM algorithm. As a well-known algorithm for estimation in generic statistical problems, the EM algorithm has been widely used in many domains. But it often requires significant computational resources. So it is needed to develop more elaborate methods to adapt the databases to a large number of records or large dimensionality. The parallel EM algorithm is based on partial Esteps which has the standard convergence guarantee of EM. The algorithm utilizes fully the advantage of parallel computation. It was confirmed that the algorithm obtains about 2.6 speedups in contrast with the standard EM algorithm through its application to large databases. The running time will decrease near linearly when the number of processors increasing. 展开更多
关键词 expectation-maximization (EM) algorithm incremental EM lazy EM parallel EM
在线阅读 下载PDF
A Mixed Real-time Algorithm for the Forward Kinematics of Stewart Parallel Manipulator
11
作者 王孙安 万亚民 《Journal of Electronic Science and Technology of China》 2006年第2期173-180,共8页
Aimed at the real-time forward kinematics solving problem of Stewart parallel manipulator in the control course, a mixed algorithm combining immune evolutionary algorithm and numerical iterative scheme is proposed. Fi... Aimed at the real-time forward kinematics solving problem of Stewart parallel manipulator in the control course, a mixed algorithm combining immune evolutionary algorithm and numerical iterative scheme is proposed. Firstly taking advantage of simpleness of inverse kinematics, the forward kinematics is transformed to an optimal problem. Immune evolutionary algorithm is employed to find approximate solution of this optimal problem in manipulator's workspace. Then using above solution as iterative initialization, a speedy numerical iterative scheme is proposed to get more precise solution. In the manipulator running course, the iteration initialization can be selected as the last period position and orientation. Because the initialization is closed to correct solution, solving precision is high and speed is rapid enough to satisfy real-time requirement. This mixed forward kinematics algorithm is applied to real Stewart parallel manipulator in the real-time control course. The examination result shows that the algorithm is very efficient and practical. 展开更多
关键词 stewart parallel manipulator forward kinematics immune evolutionary algorithm numerical iterative scheme real-time control
在线阅读 下载PDF
EXPANDABLE PARALLEL FINITE ELEMENT METHODS FOR LINEAR ELLIPTIC PROBLEMS 被引量:1
12
作者 Guangzhi DU 《Acta Mathematica Scientia》 SCIE CSCD 2020年第2期572-588,共17页
In this article,two kinds of expandable parallel finite element methods,based on two-grid discretizations,are given to solve the linear elliptic problems.Compared with the classical local and parallel finite element m... In this article,two kinds of expandable parallel finite element methods,based on two-grid discretizations,are given to solve the linear elliptic problems.Compared with the classical local and parallel finite element methods,there are two attractive features of the methods shown in this article:1)a partition of unity is used to generate a series of local and independent subproblems to guarantee the final approximation globally continuous;2)the computational domain of each local subproblem is contained in a ball with radius of O(H)(H is the coarse mesh parameter),which means methods in this article are more suitable for parallel computing in a large parallel computer system.Some a priori error estimation are obtained and optimal error bounds in both H^1-normal and L^2-normal are derived.Finally,numerical results are reported to test and verify the feasibility and validity of our methods. 展开更多
关键词 Two-grid method expandable method partition of unity parallel algorithm finite element method
在线阅读 下载PDF
New Parallel N-Input Voting for Large Scale Fault-Tolerant Control Systems
13
作者 Abbas Karimi Faraneh Zarafshan +1 位作者 Adznan B.Jantan S.A.R.Al-Haddad 《Journal of Electronic Science and Technology》 CAS 2011年第2期174-179,共6页
Average (mean) voter is one of the commonest voting methods suitable for decision making in highly-available and long-missions applications where the availability and the speed of the system are critical.In this pap... Average (mean) voter is one of the commonest voting methods suitable for decision making in highly-available and long-missions applications where the availability and the speed of the system are critical.In this paper,a new generation of average voter based on parallel algorithms and parallel random access machine(PRAM) structure are proposed.The analysis shows that this algorithm is optimal due to its improved time complexity,speed-up,and efficiency and is especially appropriate for applications where the size of input space is large. 展开更多
关键词 Divide and conquer FAULT-TOLERANT parallel algorithm voting algorithm.
在线阅读 下载PDF
Fast Parallel Method for Polynomial Evaluation at Points in Arithmetic Progression
14
作者 LU Jian-kang CHEN Hai-biao JING Rui-xing 《Chinese Quarterly Journal of Mathematics》 CSCD 2014年第4期509-515,共7页
We present a fast method for polynomial evaluation at points in arithmetic progression. By dividing the progression into m new ones and evaluating the polynomial at each point of these new progressions recursively,thi... We present a fast method for polynomial evaluation at points in arithmetic progression. By dividing the progression into m new ones and evaluating the polynomial at each point of these new progressions recursively,this method saves most of the multiplications in the price of little increase of additions comparing to Horner's method, while their accuracy are almost the same. We also introduce vector structure to the recursive process making it suitable for parallel applications. 展开更多
关键词 algorithmS parallel algorithms polynomial evaluation Horner’s method
在线阅读 下载PDF
PARALLEL MULTIPLICATIVE ITERATIVE METHODS FOR CONVEX PROGRAMMING
15
作者 陈忠 费浦生 《Acta Mathematica Scientia》 SCIE CSCD 1997年第2期205-210,共6页
In this paper, we present two parallel multiplicative algorithms for convex programming. If the objective function has compact level sets and has a locally Lipschitz continuous gradient, we discuss convergence of the ... In this paper, we present two parallel multiplicative algorithms for convex programming. If the objective function has compact level sets and has a locally Lipschitz continuous gradient, we discuss convergence of the algorithms. The proofs are essentially based on the results of sequential methods shown by Eggermontt[1]. 展开更多
关键词 parallel algorithm convex programming
在线阅读 下载PDF
基于并行计算的计算智能综述
16
作者 吴菲 陈嘉诚 王万良 《浙江大学学报(工学版)》 北大核心 2025年第1期27-38,共12页
传统计算智能技术缺乏实时性和适应性,基于并行计算的计算智能技术能够提高计算效率,解决多模态信息兼容处理的问题.分别从智能计算的3个分支(神经网络、进化算法和群智能算法)介绍计算智能与大数据并行计算融合的研究现状.总结并行计... 传统计算智能技术缺乏实时性和适应性,基于并行计算的计算智能技术能够提高计算效率,解决多模态信息兼容处理的问题.分别从智能计算的3个分支(神经网络、进化算法和群智能算法)介绍计算智能与大数据并行计算融合的研究现状.总结并行计算智能面临的问题与挑战,思考相关研究的发展方向. 展开更多
关键词 并行计算 计算智能 神经网络 进化算法 群智能
在线阅读 下载PDF
Building Real-Time Network Intrusion Detection System Based on Parallel Time-Series Mining Techniques
17
作者 赵峰 李庆华 《Journal of Southwest Jiaotong University(English Edition)》 2005年第1期11-17,共7页
A new real-time model based on parallel time-series mining is proposed to improve the accuracy and efficiency of the network intrusion detection systems. In this model, multidimensional dataset is constructed to descr... A new real-time model based on parallel time-series mining is proposed to improve the accuracy and efficiency of the network intrusion detection systems. In this model, multidimensional dataset is constructed to describe network events, and sliding window updating algorithm is used to maintain network stream. Moreover, parallel frequent patterns and frequent episodes mining algorithms are applied to implement parallel time-series mining engineer which can intelligently generate rules to distinguish intrusions from normal activities. Analysis and study on the basis of DAWNING 3000 indicate that this parallel time-series mining-based model provides a more accurate and efficient way to building real-time NIDS. 展开更多
关键词 Intrusion detection Time-series mining Sliding window parallel algorithm
在线阅读 下载PDF
基于可靠性的动车组关键部件维修策略优化模型
18
作者 陈佳玉 宋冬利 耿芳东 《机车电传动》 2025年第1期58-67,共10页
针对现行动车组预防性维修中出现的维修不足或过度维修的问题,文章基于全生命周期管理理念,重点研究了动车组部件全生命周期运维活动对部件劣化特性与维修策略的影响。在部件层面,文章提出了考虑季节影响和运行成本的维修策略,动态反映... 针对现行动车组预防性维修中出现的维修不足或过度维修的问题,文章基于全生命周期管理理念,重点研究了动车组部件全生命周期运维活动对部件劣化特性与维修策略的影响。在部件层面,文章提出了考虑季节影响和运行成本的维修策略,动态反映了部件劣化特性和维修活动之间的演变趋势,并结合并行量子遗传算法求解最优维修间隔和可靠度等参数;在系统层面,通过建立的基于可靠度裕度的预防性机会维修策略,实现了动态的机会维修窗口,减少了系统停机次数,降低了系统长期维护成本。试验结果表明,与不考虑运行成本和季节影响的维修策略相比,该策略在保证部件可靠性、系统可用性和计划合理性的同时,通过实施更加积极的维修措施,可有效降低动车组维修成本。 展开更多
关键词 动车组 运行成本 预防性机会维修 季节影响 并行量子遗传算法 高速列车
在线阅读 下载PDF
基于强化学习与遗传算法的机器人并行拆解序列规划方法
19
作者 汪开普 马晓艺 +2 位作者 卢超 殷旅江 李新宇 《国防科技大学学报》 北大核心 2025年第2期24-34,共11页
在拆解序列规划问题中,为了提高拆解效率、降低拆解能耗,引入了机器人并行拆解模式,构建了机器人并行拆解序列规划模型,并设计了基于强化学习的遗传算法。为了验证模型的正确性,构造了混合整数线性规划模型。算法构造了基于目标导向的... 在拆解序列规划问题中,为了提高拆解效率、降低拆解能耗,引入了机器人并行拆解模式,构建了机器人并行拆解序列规划模型,并设计了基于强化学习的遗传算法。为了验证模型的正确性,构造了混合整数线性规划模型。算法构造了基于目标导向的编解码策略,以提高初始解的质量;采用Q学习来选择算法迭代过程中的最佳交叉策略和变异策略,以增强算法的自适应能力。在一个34项任务的发动机拆解案例中,通过与四种经典多目标算法对比,验证了所提算法的优越性;分析所得拆解方案,结果表明机器人并行拆解模式可以有效缩短完工时间,并降低拆解能耗。 展开更多
关键词 拆解序列规划 机器人并行拆解 混合整数线性规划模型 遗传算法 强化学习
在线阅读 下载PDF
基于实时光线追踪的整车虚拟仿真系统研究及应用
20
作者 董贇瑜 《汽车工程学报》 2025年第2期245-252,共8页
阐述了汽车研发中虚拟现实技术在可视化仿真与实时显示上所面临的挑战,围绕汽车虚拟开发的应用场景和实际需求,在国内车企首次建立了一种基于实时光线追踪及并行渲染的虚拟现实高性能运算系统,并通过层级包围体(BVH)加速结构,算法参数... 阐述了汽车研发中虚拟现实技术在可视化仿真与实时显示上所面临的挑战,围绕汽车虚拟开发的应用场景和实际需求,在国内车企首次建立了一种基于实时光线追踪及并行渲染的虚拟现实高性能运算系统,并通过层级包围体(BVH)加速结构,算法参数调优和网络配置优化,实现了大体量整车模型高精度实时快速可视化仿真,将原本数小时的离线渲染优化为1~2 s实时渲染,并能有效模拟环境光对零件的折射反射、灯光均匀性及漏光、零件间的物理遮挡等,较传统光栅化渲染有本质上的提升,物理真实度达到90%以上。通过在几个整车项目中的全流程实践,已替代研发流程中大量物理模型和样件费用。 展开更多
关键词 实时光线追踪 并行渲染 算法参数调优 折射反射 灯光均匀性及漏光
在线阅读 下载PDF
上一页 1 2 73 下一页 到第
使用帮助 返回顶部