期刊文献+
共找到20篇文章
< 1 >
每页显示 20 50 100
高次方程正项分解上溢对策
1
作者 赵国伟 王黎明 +1 位作者 祁晓彬 杨本立 《四川师范大学学报(自然科学版)》 CAS CSCD 2002年第4期345-347,共3页
对文献 (四川师范大学学报 (自然科学版 ) ,2 0 0 0 ,2 3(4) :4 2 5~ 4 2 6 .)介绍的高次方程正项分解方法 ,讨论其计算机程序实现时可能出现的上溢现象和对上溢现象的处理方法 .
关键词 高次方程 正项分解 上溢 大范围收敛性迭代算法 算行算法 上溢对策
下载PDF
C-means-based ant colony algorithm for TSP
2
作者 吴隽 李文锋 陈定方 《Journal of Southeast University(English Edition)》 EI CAS 2007年第S1期156-160,共5页
To solve the traveling salesman problem with the characteristics of clustering,a novel hybrid algorithm,the ant colony algorithm combined with the C-means algorithm,is presented.In order to improve the speed of conver... To solve the traveling salesman problem with the characteristics of clustering,a novel hybrid algorithm,the ant colony algorithm combined with the C-means algorithm,is presented.In order to improve the speed of convergence,the traveling salesman problem(TSP)data is specially clustered by the C-means algorithm,then,the result is processed by the ant colony algorithm to solve the problem.The proposed algorithm treats the C-means algorithm as a new search operator and adopts a kind of local searching strategy—2-opt,so as to improve the searching performance.Given the cluster number,the algorithm can obtain the preferable solving result.Compared with the three other algorithms—the ant colony algorithm,the genetic algorithm and the simulated annealing algorithm,the proposed algorithm can make the results converge to the global optimum faster and it has higher accuracy.The algorithm can also be extended to solve other correlative clustering combination optimization problems.Experimental results indicate the validity of the proposed algorithm. 展开更多
关键词 traveling salesman problem ant colony optimization C-MEANS characteristics of clustering
下载PDF
Efficient Configuration Space Construction and Optimization for Motion Planning 被引量:1
3
作者 Jia Pan Dinesh Manocha 《Engineering》 SCIE EI 2015年第1期46-57,共12页
The configuration space is a fundamental concept that is widely used in algorithmic robotics. Many applications in robotics, computer-aided design, and related areas can be reduced to computational problems in terms o... The configuration space is a fundamental concept that is widely used in algorithmic robotics. Many applications in robotics, computer-aided design, and related areas can be reduced to computational problems in terms of configuration spaces. In this paper, we survey some of our recent work on solving two important challenges related to configuration spaces: ~ how to efficiently compute an approximate representation of high-dimensional configuration spaces; and how to efficiently perform geometric proximity and motion planning queries (n high-dimensional configuration spaces. We present new configuration space construction algorithms based on machine learning and geometric approximation techniques. These algorithms perform collision queries on many configuration samples. The collision query results are used to compute an approximate representation for the configuration space, which quickly converges to the exact configuration space. We also present parallel GPU-based algorithms to accelerate the performance of optimization and search computations in configuration spaces. In particular, we design efficient GPU-based parallel k-nearest neighbor and parallel collision detection algorithms and use these algorithms to accelerate motion planning. 展开更多
关键词 configuration space motion planning GPUparallel algorithm
下载PDF
Optimal online algorithms for scheduling on two identical machines under a grade of service 被引量:9
4
作者 蒋义伟 何勇 唐春梅 《Journal of Zhejiang University-Science A(Applied Physics & Engineering)》 SCIE EI CAS CSCD 2006年第3期309-314,共6页
This work is aimed at investigating the online scheduling problem on two parallel and identical machines with a new feature that service requests from various customers are entitled to many different grade of service ... This work is aimed at investigating the online scheduling problem on two parallel and identical machines with a new feature that service requests from various customers are entitled to many different grade of service (GoS) levels, so each job and machine are labelled with the GoS levels, and each job can be processed by a particular machine only when its GoS level is no less than that of the machine. The goal is to minimize the makespan. For non-preemptive version, we propose an optimal online al-gorithm with competitive ratio 5/3. For preemptive version, we propose an optimal online algorithm with competitive ratio 3/2. 展开更多
关键词 Online algorithm Competitive analysis Parallel machine scheduling Grade of service (GoS)
下载PDF
A New Parallel Algorithm for Mining Association Rules
5
作者 丁艳辉 王洪国 +1 位作者 高明 谷建军 《Journal of Donghua University(English Edition)》 EI CAS 2006年第6期76-79,共4页
Mining association rules from large database is very costly. We develop a parallel algorithm for this task on shared-memory multiprocessor (SMP). Most proposed parallel algorithms for association rules mining have to ... Mining association rules from large database is very costly. We develop a parallel algorithm for this task on shared-memory multiprocessor (SMP). Most proposed parallel algorithms for association rules mining have to scan the database at least two times. In this article, a parallel algorithm Scan Once (SO) has been proposed for SMP, which only scans the database once. And this algorithm is fundamentally different from the known parallel algorithm Count Distribution (CD). It adopts bit matrix to store the database information and gets the support of the frequent itemsets by adopting Vector-And-Operation, which greatly improve the efficiency of generating all frequent itemsets. Empirical evaluation shows that the algorithm outperforms the known one CD algorithm. 展开更多
关键词 parallel mining SMP association rules.
下载PDF
Microblog User Recommendation Based on Particle Swarm Optimization
6
作者 Ling Xing Qiang Ma Ling Jiang 《China Communications》 SCIE CSCD 2017年第5期134-144,共11页
Considering that there exists a strong similarity between behaviors of users and intelligence of swarm of agents,in this paper we propose a novel user recommendation strategy based on particle swarm optimization(PSO)f... Considering that there exists a strong similarity between behaviors of users and intelligence of swarm of agents,in this paper we propose a novel user recommendation strategy based on particle swarm optimization(PSO)for Microblog network. Specifically,a PSO-based algorithm is developed to learn the user influence,where not only the number of followers is incorporated,but also the interactions among users(e.g.,forwarding and commenting on other users' tweets). Three social factors,the influence and the activity of the target user,together with the coherence between users,are fused to improve the performance of proposed recommendation strategy. Experimental results show that,compared to the well-known Page Rank-based algorithm,the proposed strategy performs much better in terms of precision and recall and it can effectively avoid a biased result caused by celebrity effect and zombie fans effect. 展开更多
关键词 particle swarm optimization Microblog social network user recommendation user influence
下载PDF
Research on Parallel K-Medoids algorithm based on MapReduce
7
作者 Xianli QIN 《International Journal of Technology Management》 2015年第1期26-28,共3页
In order to solve the bottleneck problem of the traditional K-Medoids clustering algorithm facing to deal with massive data information at the time of memory capacity and processing speed of CPU, the paper proposed a ... In order to solve the bottleneck problem of the traditional K-Medoids clustering algorithm facing to deal with massive data information at the time of memory capacity and processing speed of CPU, the paper proposed a parallel algorithm MapReduce programming model based on the research of K-Medoids algorithm. This algorithm increase the computation granularity and reduces the communication cost ratio based on the MapReduce model. The experimental results show that the improved parallel algorithm compared with other algorithms, speedup and operation efficiency is greatly enhanced. 展开更多
关键词 K-Medoids MAPREDUCE Parallel computing HADOOP
下载PDF
Fast and accurate calculation of seismic wave travel time in 3D TTI media 被引量:1
8
作者 Mao Yuan-Tong Zhao Ai-Hua 《Applied Geophysics》 SCIE CSCD 2021年第4期545-556,594,595,共14页
The Tilted tilted transversely isotropic(TTI)media,a kind of anisotropic medium,widely exists within the earth.For faster calculation of travel times in the TTI anisotropic media,we modifi ed a minimum traveltime tree... The Tilted tilted transversely isotropic(TTI)media,a kind of anisotropic medium,widely exists within the earth.For faster calculation of travel times in the TTI anisotropic media,we modifi ed a minimum traveltime tree algorithm with high effi ciency by dynamical modifi cation of the secondary wave propagation region during the spread of seismic waves.To manage the wavefront points in the modified version,we used a novel minimum heap sorting technique to reduce the time spent on selecting secondary waves points.In this study,seismic group velocities were obtained from analytical solutions in terms of phase angle,and the corresponding phase angles were determined by binary search rather than approximate equations for weakly anisotropic media.For the most time-consuming part of the secondary wave traveltime calculation,the parallel computation was initially performed using multiple cores and threads.Numerical examples showed that the improved method can calculate seismic travel times and ray paths faster and accurately in a 3D TTI medium.For four cores and eight threads,the computing speed increased by six times when compared to the conventional method. 展开更多
关键词 TTI media ray tracing minimum traveltime tree algorithm minimum heap sorting parallel computation
下载PDF
Decomposition Method for Complex 3D Problems in Electron Optics
9
作者 Valentin Ivanov 《Journal of Physical Science and Application》 2015年第2期96-100,共5页
The decomposition method was successfully used in solving of 3D problems with complex geometry shape in electron optics for the FDM (Finite Difference Method) and FEM (Finite Element Method) mostly to implement fa... The decomposition method was successfully used in solving of 3D problems with complex geometry shape in electron optics for the FDM (Finite Difference Method) and FEM (Finite Element Method) mostly to implement fast and robust parallel algorithms and computer codes. We suggest a new version of similar approach for the BEM (Boundary Element Method) based on the alternating method by Schwartz. This approach substantially reduce the dimension of dense global matrix of algebraic system produced by BEM algorithm to solve a complex problem on as single CPU (Central Processor Unit) desktop computer. New algorithm is iterative one, but exponential convergence for the Schwatlz's algorithm creates the fast numerical procedures. We describe the results of numerical simulation for a multi electrode ion transport system. The algorithms were implemented in the computer code "POISSON-3". 展开更多
关键词 Electron optics decomposition method numerical-analytical technique boundary element method.
下载PDF
APO-Based Parallel Algorithm of Channel Allocation for Cognitive Networks 被引量:1
10
作者 Ming Zhong Hailin Zhang Bei Ma 《China Communications》 SCIE CSCD 2016年第6期100-109,共10页
This article investigates channel allocation for cognitive networks, which is difficult to obtain the optimal allocation distribution. We first study interferences between nodes in cognitive networks and establish the... This article investigates channel allocation for cognitive networks, which is difficult to obtain the optimal allocation distribution. We first study interferences between nodes in cognitive networks and establish the channel allocation model with interference constraints. Then we focus on the use of evolutionary algorithms to solve the optimal allocation distribution. We further consider that the search time can be reduced by means of parallel computing, and then a parallel algorithm based APO is proposed. In contrast with the existing algorithms, we decompose the allocation vector into a number of sub-vectors and search for optimal allocation distribution of sub-vector in parallel. In order to speed up converged rate and improve converged value, some typical operations of evolutionary algorithms are modified by two novel operators. Finally, simulation results show that the proposed algorithm drastically outperform other optimal solutions in term of the network utilization. 展开更多
关键词 CRNs channel allocation parallel computing APO PSO
下载PDF
Energy optimization of representative barrier algorithms
11
作者 陈娟 董勇 《Journal of Central South University》 SCIE EI CAS 2012年第10期2823-2831,共9页
Too high energy consumption is widely recognized to be a critical problem in large-scale parallel computing systems.The LogP-based energy-saving model and the frequency scaling method were proposed to reduce energy co... Too high energy consumption is widely recognized to be a critical problem in large-scale parallel computing systems.The LogP-based energy-saving model and the frequency scaling method were proposed to reduce energy consumption analytically and systematically for other two representative barrier algorithms:tournament barrier and central counter barrier.Furthermore,energy optimization methods of these two barrier algorithms were implemented on parallel computing platform.The experimental results validate the effectiveness of the energy optimization methods.67.12% and 70.95% energy savings are obtained respectively for tournament barrier and central counter barrier on platforms with 2048 processes with 1.55%?8.80% performance loss.Furthermore,LogP-based energy-saving analytical model for these two barrier algorithms is highly accurate as the predicted energy savings are within 9.67% of the results obtained by simulation. 展开更多
关键词 energy saving tournament barrier central counter barrier LOGP Open MPI
下载PDF
The Methodology of Application Development for Hybrid Architectures
12
作者 Vladimir Orekhov Alexander Bogdanov Vladimir Gaiduchok 《Computer Technology and Application》 2013年第10期543-547,共5页
This paper provides an overview of the main recommendations and approaches of the methodology on parallel computation application development for hybrid structures. This methodology was developed within the master's ... This paper provides an overview of the main recommendations and approaches of the methodology on parallel computation application development for hybrid structures. This methodology was developed within the master's thesis project "Optimization of complex tasks' computation on hybrid distributed computational structures" accomplished by Orekhov during which the main research objective was the determination of" patterns of the behavior of scaling efficiency and other parameters which define performance of different algorithms' implementations executed on hybrid distributed computational structures. Major outcomes and dependencies obtained within the master's thesis project were formed into a methodology which covers the problems of applications based on parallel computations and describes the process of its development in details, offering easy ways of avoiding potentially crucial problems. The paper is backed by the real-life examples such as clustering algorithms instead of artificial benchmarks. 展开更多
关键词 Hybrid architectures parallel computing simulation modeling.
下载PDF
Performance evaluations on inner vs. outer decomposition first parallel join algorithms for two nested loop joins
13
作者 Seo-Young NOH Heejun YOON +2 位作者 Il-Yeon YEO Yoon-su JEONG Hyungwoo PARK 《Journal of Central South University》 SCIE EI CAS 2014年第10期3873-3882,共10页
Two popular traditional join algorithms and their parallel versions are introduced. When designing join algorithms in serial computing environment, decomposing inner relation is considered as the right direction to sa... Two popular traditional join algorithms and their parallel versions are introduced. When designing join algorithms in serial computing environment, decomposing inner relation is considered as the right direction to save disk I/Os. However, two different decomposition algorithms are compared, such as inner vs. outer decomposition first algorithms for tuple-based and block-based nested loop joins, showing that the proposed approach is 20% better than general approach. Also lemmas are proved, when we have to use the outer decomposition first parallel join algorithms. 展开更多
关键词 parallel join performance inner decomposition outer decomposition
下载PDF
A Parallel Finite Element Algorithm for Navier-Stokes Equations
14
作者 Mohamed Abdelwahed 《Journal of Mathematics and System Science》 2013年第2期101-109,共9页
The authors propose a numerical algorithm for the two-dimensional Navier-Stokes equations written in stream function-vorticity formulation. The total time derivative term is treated with a first order characteristics ... The authors propose a numerical algorithm for the two-dimensional Navier-Stokes equations written in stream function-vorticity formulation. The total time derivative term is treated with a first order characteristics method. The space approximation is based on a piecewise continuous finite element method. The proposed algorithm is used to simulate the mechanical aeration process in lakes. Such process is used to combat the degradation of the water quality due to the eutrophication phenomena. For this application high computing facilities and capacities are required. In order to optimize the computing time and make possible the simulation of real applications, the authors propose a parallel implementation of the numerical algorithm. The parallelization technique is performed using the Message Passing Interface. The efficiency of the proposed numerical algorithm is illustrated by some numerical results. 展开更多
关键词 Navier-Stokes equations stream function VORTICITY high performance computing.
下载PDF
Fast wire segmenting algorithm considering layout density and signal integrity
15
作者 马鸿 Ho Chingyen Peng Silong 《High Technology Letters》 EI CAS 2009年第4期416-422,共7页
A k-shortest path based algorithm considering layout density and signal integrity for good buffer candidatelocations is proposed in this paper. Theoretical results for computing the maximal distance betweenbuffers are... A k-shortest path based algorithm considering layout density and signal integrity for good buffer candidatelocations is proposed in this paper. Theoretical results for computing the maximal distance betweenbuffers are derived under the timing, noise and slew rate constraints. By modifying the traditional uniformwire segmenting strategy and considering the impact of tile size on density penalty function, this work proposesk-shortest path algorithm to find the buffer insertion candidate locations. The experiments show thatthe buffers inserted can significantly optimize the design density, alleviate signal degradation, save thenumber of buffers inserted and the overall run time. 展开更多
关键词 candidate location buffer insertion layout density slew noise
下载PDF
Real-time electromagnetic transient simulation algorithm for integrated power systems based on network level and component level parallelism 被引量:2
16
作者 CHEN LaiJun CHEN Ying MEI ShengWei 《Science China(Technological Sciences)》 SCIE EI CAS 2012年第11期3232-3241,共10页
The analysis and simulation of power system are becoming more and more challenging as the complexity of system topology and components has been increased. In this paper, a hybrid parallel algorithm is proposed for the... The analysis and simulation of power system are becoming more and more challenging as the complexity of system topology and components has been increased. In this paper, a hybrid parallel algorithm is proposed for the real-time electromagnetic transient simulation (EMTS) of integrated power systems containing multiphase machines. The proposed algorithm is com- posed of a novel network partition method called component level parallelization and the Multi-Area Thevenin Equivalent (MATE) method, which extends the flexibility of the network partition in parallel simulation. Moreover, several methods are developed to enhance the efficiency of the communication and computation. Power systems with up to 410 single-phase elec- trical nodes and 336 switches are simulated in a time step of 50 ~ts to validate the proposed algorithm. 展开更多
关键词 EMTP multiphase machine network partition parallel computing power system real-time simulation
原文传递
A survey of numerical algorithms for trajectory optimization of flight vehicles 被引量:32
17
作者 HUANG GuoQiang LU YuPing NAN Ying 《Science China(Technological Sciences)》 SCIE EI CAS 2012年第9期2538-2560,共23页
As one of the important components of computational flight mechanics and control,numerical algorithms of trajectory optimization for flight vehicles are currently studied by many researchers in aerospace engineering t... As one of the important components of computational flight mechanics and control,numerical algorithms of trajectory optimization for flight vehicles are currently studied by many researchers in aerospace engineering to completely solve these difficult problems,but few papers on the survey of this research field have been published recently.Based on the investigation of more than one hundred literatures,considering the application perspectives of computational flight mechanics and recent developments of trajectory optimization,the numerical algorithms of trajectory optimizations for aerospace vehicles are summarized and systematically analyzed.This paper summarized the basic principle,characteristics and application for all kinds of current trajectory optimization algorithms;and introduced some new methods and theories appearing in recent years.Finally,collaborative trajectory optimization for many flight vehicles,and hypersonic vehicle trajectory optimization were mainly reviewed in this paper.In the conclusion of this paper,the future research properties are presented regarding to numerical algorithms of trajectory optimization and control for flight vehicles as follows:collaboration and antagonization for many flight vehicles and multiple targets,global,real-time online,high accuracy of 7-D trajectory,considering all kinds of unknown random disturbances in trajectory optimization,and so on. 展开更多
关键词 computational flight dynamics flight trajectory optimization numerical algorithms SURVEY global optimization
原文传递
VARIABLE SELECTION FOR RECURRENT EVENT DATA WITH INFORMATIVE CENSORING
18
作者 Ximing CHENG Li LUO 《Journal of Systems Science & Complexity》 SCIE EI CSCD 2012年第5期987-997,共11页
Recurrent events data with a terminal event (e.g., death) often arise in clinical and ob- servational studies. Variable selection is an important issue in all regression analysis. In this paper, the authors first pr... Recurrent events data with a terminal event (e.g., death) often arise in clinical and ob- servational studies. Variable selection is an important issue in all regression analysis. In this paper, the authors first propose the estimation methods to select the significant variables, and then prove the asymptotic behavior of the proposed estimator. Furthermore, the authors discuss the computing algorithm to assess the proposed estimator via the linear function approximation and generalized cross validation method for determination of the tuning parameters. Finally, the finite sample estimation for the asymptotical covariance matrix is also proposed. 展开更多
关键词 Backward exclusion estimating equation forward inclusion informative censoring oracleproperties recurrent event data sparsity.
原文传递
Parallel computing study for the large-scale generalized eigenvalue problems in modal analysis 被引量:5
19
作者 FAN XuanHua CHEN Pu +1 位作者 WU RuiAn XIAO ShiFu 《Science China(Physics,Mechanics & Astronomy)》 SCIE EI CAS 2014年第3期477-489,共13页
In this paper we study the algorithms and their parallel implementation for solving large-scale generalized eigenvalue problems in modal analysis.Three predominant subspace algorithms,i.e.,Krylov-Schur method,implicit... In this paper we study the algorithms and their parallel implementation for solving large-scale generalized eigenvalue problems in modal analysis.Three predominant subspace algorithms,i.e.,Krylov-Schur method,implicitly restarted Arnoldi method and Jacobi-Davidson method,are modified with some complementary techniques to make them suitable for modal analysis.Detailed descriptions of the three algorithms are given.Based on these algorithms,a parallel solution procedure is established via the PANDA framework and its associated eigensolvers.Using the solution procedure on a machine equipped with up to 4800processors,the parallel performance of the three predominant methods is evaluated via numerical experiments with typical engineering structures,where the maximum testing scale attains twenty million degrees of freedom.The speedup curves for different cases are obtained and compared.The results show that the three methods are good for modal analysis in the scale of ten million degrees of freedom with a favorable parallel scalability. 展开更多
关键词 modal analysis parallel computing eigenvalue problems Krylov-Schur method implicitly restarted Arnoldi method Jacobi-Davidson method
原文传递
Adaptive Clustering Algorithm by Ants' Optimization
20
作者 Li Tu Ling Chen Jie Shen 《Journal of Systems Science and Information》 2007年第4期375-388,共14页
Inspired by the swarm intelligence in self-organizing behavior of real ant colonies, various ant-based algorithms were proposed recently for many research fields in data mining such as clustering. Compared with the pr... Inspired by the swarm intelligence in self-organizing behavior of real ant colonies, various ant-based algorithms were proposed recently for many research fields in data mining such as clustering. Compared with the previous clustering approaches such as K-means, the main advantage of ant-based clustering algorithms is that no additional information is needed, such as the initial partitioning of the data or the number of clusters. In this paper, we present an adaptive ant clustering algorithm ACAD. The algorithm uses a digraph where the vertexes represent the data to be clustered. The weighted edges represent the acceptance rate between the two data it connected. The pheromone on the edges is adaptively updated by the ants passing it. Some edges with less pheromone are progressively removed under a threshold in the process. Strong connected components of the final digraph are extracted as clusters. Experimental results on several real datasets and benchmarks indicate that ACAD is conceptually simpler, more efficient and more robust than previous research such as the classical K-means clustering algorithm and LF algorithm which.is also based on ACO 展开更多
关键词 CLUSTERING DIGRAPH ant-based K-MEANS
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部