期刊文献+
共找到627篇文章
< 1 2 32 >
每页显示 20 50 100
Improvement of Counting Sorting Algorithm
1
作者 Chenglong Song Haiming Li 《Journal of Computer and Communications》 2023年第10期12-22,共11页
By analyzing the internal features of counting sorting algorithm. Two improvements of counting sorting algorithms are proposed, which have a wide range of applications and better efficiency than the original counting ... By analyzing the internal features of counting sorting algorithm. Two improvements of counting sorting algorithms are proposed, which have a wide range of applications and better efficiency than the original counting sort while maintaining the original stability. Compared with the original counting sort, it has a wider scope of application and better time and space efficiency. In addition, the accuracy of the above conclusions can be proved by a large amount of experimental data. 展开更多
关键词 Sort algorithm Counting sorting algorithms complexity Internal Features
在线阅读 下载PDF
An NC Algorithm for Sorting Real Numbers in <em>O</em>(nlogn/√<span style="font-size: 14px;font-weight: bold;margin-left:-2px;margin-right:2px;border-top:2px solid black;">loglogn</span>) Operations
2
作者 Yijie Han Sneha Mishra Md Usman Gani Syed 《Open Journal of Applied Sciences》 2019年第5期403-408,共6页
We apply the recent important result of serial sorting of n real numbers in time to the design of a parallel algorithm for sorting real numbers in time and operations. This is the first NC algorithm known to take oper... We apply the recent important result of serial sorting of n real numbers in time to the design of a parallel algorithm for sorting real numbers in time and operations. This is the first NC algorithm known to take operations for sorting real numbers. 展开更多
关键词 Parallel algorithms sorting Sort Real Numbers complexity
暂未订购
A Unified O(log N) and Optimal Sorting Vector Algorithm 被引量:1
3
作者 高庆狮 《Journal of Computer Science & Technology》 SCIE EI CSCD 1995年第5期470-475,共6页
A unilied vector sorting algorithm (VSA) is proposed, which sorts N arbitrary num-bers with clog. N-bits on an SIMD multi-processor system (SMMP) with processors and a composite interconnected network in time, where c... A unilied vector sorting algorithm (VSA) is proposed, which sorts N arbitrary num-bers with clog. N-bits on an SIMD multi-processor system (SMMP) with processors and a composite interconnected network in time, where c is an arbitrary positive constant. When is an arbitrary small posi-tive constant and u = log2 N, it is an O(logN) algorithm and when it is an optimal algorithm,pT = O(N log N)); where u = 1, c = 1 and e = 0.5 (a constant). 展开更多
关键词 Parallel processing sorting time complexity optimal algorithm multi-processor system
原文传递
Smart Bubble Sort:A Novel and Dynamic Variant of Bubble Sort Algorithm
4
作者 Mohammad Khalid Imam Rahmani 《Computers, Materials & Continua》 SCIE EI 2022年第6期4895-4913,共19页
In the present era,a very huge volume of data is being stored in online and offline databases.Enterprise houses,research,medical as well as healthcare organizations,and academic institutions store data in databases an... In the present era,a very huge volume of data is being stored in online and offline databases.Enterprise houses,research,medical as well as healthcare organizations,and academic institutions store data in databases and their subsequent retrievals are performed for further processing.Finding the required data from a given database within the minimum possible time is one of the key factors in achieving the best possible performance of any computer-based application.If the data is already sorted,finding or searching is comparatively faster.In real-life scenarios,the data collected from different sources may not be in sorted order.Sorting algorithms are required to arrange the data in some order in the least possible time.In this paper,I propose an intelligent approach towards designing a smart variant of the bubble sort algorithm.I call it Smart Bubble sort that exhibits dynamic footprint:The capability of adapting itself from the average-case to the best-case scenario.It is an in-place sorting algorithm and its best-case time complexity isΩ(n).It is linear and better than bubble sort,selection sort,and merge sort.In averagecase and worst-case analyses,the complexity estimates are based on its static footprint analyses.Its complexity in worst-case is O(n2)and in average-case isΘ(n^(2)).Smart Bubble sort is capable of adapting itself to the best-case scenario from the average-case scenario at any subsequent stages due to its dynamic and intelligent nature.The Smart Bubble sort outperforms bubble sort,selection sort,and merge sort in the best-case scenario whereas it outperforms bubble sort in the average-case scenario. 展开更多
关键词 sorting algorithms smart bubble sort FOOTPRINT dynamic footprint time complexity asymptotic analysis
在线阅读 下载PDF
A FAST TREE SOREING ALGORITHM
5
作者 黄竞伟 戴大为 《Acta Mathematica Scientia》 SCIE CSCD 1998年第4期421-426,共6页
This paper presents a new tree sorting algorithm whose average time complexity is much better than the sorting methods using AVL-Tree or other balanced trees. The experiment shows that our algorithm is much faster tha... This paper presents a new tree sorting algorithm whose average time complexity is much better than the sorting methods using AVL-Tree or other balanced trees. The experiment shows that our algorithm is much faster than the sorting methods using AVL-Thee or other balanced trees. 展开更多
关键词 sorting algorithm time complexity.
在线阅读 下载PDF
Design for a Novel Framework of Hyper-Heuristic Algorithm 被引量:1
6
作者 郭为安 汪镭 +2 位作者 陈明 刘晋飞 吴启迪 《Journal of Donghua University(English Edition)》 EI CAS 2014年第2期109-112,共4页
A novel framework of hyper-heuristic algorithm was proposed to improve the adaption of evolutionary algorithms( EAs)in optimization. The algorithm could be changed during the evolutionary progress according to their p... A novel framework of hyper-heuristic algorithm was proposed to improve the adaption of evolutionary algorithms( EAs)in optimization. The algorithm could be changed during the evolutionary progress according to their performances. In addition,a large number of elite individuals were employed in the algorithm and the elite individuals helped algorithm achieve a better performance,while such number of elite individuals stagnated the global convergence in conventional single algorithm. The time complexity was analyzed to demonstrate the novel framework did not increase the time complexity. The simulation results indicate that the proposed framework outperforms any single algorithm that composes the framework. 展开更多
关键词 hyper-heuristic algorithm ADAPTION ELITE individuals EVOLUTIONARY algorithm time complexity
在线阅读 下载PDF
Research and Improvement of Kruskal Algorithm 被引量:1
7
作者 Haiming Li Qiyang Xia Yong Wang 《Journal of Computer and Communications》 2017年第12期63-69,共7页
It’s a very popular issue regarding the minimum cost spanning tree which is of great practical and economical significance to solve it in a concise and accelerated way. In this paper, the basic ideas of Kruskal algor... It’s a very popular issue regarding the minimum cost spanning tree which is of great practical and economical significance to solve it in a concise and accelerated way. In this paper, the basic ideas of Kruskal algorithm were discussed and then presented a new improved algorithm—two branch Kruskal algorithm, which is improved to choose a middle value. Finally, because the time complexity is reduced, and the process is more convenient, it is concluded that the improved Kruskal algorithm is more effective in most cases compared with the Kruskal algorithm. 展开更多
关键词 Minimum SPANNING TREE CLASSICAL Kruskal algorithm Two Branch Kruskal algorithm time complexity
暂未订购
Parallel Minimax Searching Algorithm for Extremum of Unimodal Unbounded Function
8
作者 Boris S. Verkhovsky 《International Journal of Communications, Network and System Sciences》 2011年第9期549-561,共13页
In this paper we consider a parallel algorithm that detects the maximizer of unimodal function f(x) computable at every point on unbounded interval (0, ∞). The algorithm consists of two modes: scanning and detecting.... In this paper we consider a parallel algorithm that detects the maximizer of unimodal function f(x) computable at every point on unbounded interval (0, ∞). The algorithm consists of two modes: scanning and detecting. Search diagrams are introduced as a way to describe parallel searching algorithms on unbounded intervals. Dynamic programming equations, combined with a series of liner programming problems, describe relations between results for every pair of successive evaluations of function f in parallel. Properties of optimal search strategies are derived from these equations. The worst-case complexity analysis shows that, if the maximizer is located on a priori unknown interval (n-1], then it can be detected after cp(n)=「2log「p/2」+1(n+1)」-1 parallel evaluations of f(x), where p is the number of processors. 展开更多
关键词 Adversarial MINIMAX Analysis DESIGN Parameters Dynamic Programming FUNCTION Evaluation Optimal algorithm PARALLEL algorithm System DESIGN Statistical Experiments time complexity Unbounded Search UNIMODAL FUNCTION
在线阅读 下载PDF
A State of Art Analysis of Telecommunication Data by k-Means and k-Medoids Clustering Algorithms
9
作者 T. Velmurugan 《Journal of Computer and Communications》 2018年第1期190-202,共13页
Cluster analysis is one of the major data analysis methods widely used for many practical applications in emerging areas of data mining. A good clustering method will produce high quality clusters with high intra-clus... Cluster analysis is one of the major data analysis methods widely used for many practical applications in emerging areas of data mining. A good clustering method will produce high quality clusters with high intra-cluster similarity and low inter-cluster similarity. Clustering techniques are applied in different domains to predict future trends of available data and its uses for the real world. This research work is carried out to find the performance of two of the most delegated, partition based clustering algorithms namely k-Means and k-Medoids. A state of art analysis of these two algorithms is implemented and performance is analyzed based on their clustering result quality by means of its execution time and other components. Telecommunication data is the source data for this analysis. The connection oriented broadband data is given as input to find the clustering quality of the algorithms. Distance between the server locations and their connection is considered for clustering. Execution time for each algorithm is analyzed and the results are compared with one another. Results found in comparison study are satisfactory for the chosen application. 展开更多
关键词 K-MEANS algorithm k-Medoids algorithm DATA CLUSTERING time complexity TELECOMMUNICATION DATA
暂未订购
A Novel Decoder Based on Parallel Genetic Algorithms for Linear Block Codes
10
作者 Abdeslam Ahmadi Faissal El Bouanani +1 位作者 Hussain Ben-Azza Youssef Benghabrit 《International Journal of Communications, Network and System Sciences》 2013年第1期66-76,共11页
Genetic algorithms offer very good performances for solving large optimization problems, especially in the domain of error-correcting codes. However, they have a major drawback related to the time complexity and memor... Genetic algorithms offer very good performances for solving large optimization problems, especially in the domain of error-correcting codes. However, they have a major drawback related to the time complexity and memory occupation when running on a uniprocessor computer. This paper proposes a parallel decoder for linear block codes, using parallel genetic algorithms (PGA). The good performance and time complexity are confirmed by theoretical study and by simulations on BCH(63,30,14) codes over both AWGN and flat Rayleigh fading channels. The simulation results show that the coding gain between parallel and single genetic algorithm is about 0.7 dB at BER = 10﹣5 with only 4 processors. 展开更多
关键词 CHANNEL Coding Linear Block Codes META-HEURISTICS PARALLEL Genetic algorithmS PARALLEL Decoding algorithmS time complexity Flat FADING CHANNEL AWGN
在线阅读 下载PDF
Time Complexity Analysis of an Evolutionary Algorithm for Finding Nearly Maximum Cardinality Matching 被引量:1
11
作者 Jun He Xin Yao 《Journal of Computer Science & Technology》 SCIE EI CSCD 2004年第4期450-458,共9页
Most of works on the time complexity analysis of evolutionary algorithms havealways focused on some artificial binary problems.The time complexity of the algorithms forcombinatorial optimisation has not been well unde... Most of works on the time complexity analysis of evolutionary algorithms havealways focused on some artificial binary problems.The time complexity of the algorithms forcombinatorial optimisation has not been well understood.This paper considers the time complexity ofan evolutionary algorithm for a classical combinatorial optimisation problem,to find the maximumcardinality matching in a graph.It is shown that the evolutionary algorithm can produce a matchingwith nearly maximum cardinality in average polynomial time. 展开更多
关键词 evolutionary algorithm(EA) combinatorial optimisation time complexity maximum matching
原文传递
Polynomial-time algorithm for the legal firing sequences problem of a type of synchronous composition Petri nets 被引量:3
12
作者 蒋昌俊 《Science in China(Series F)》 2001年第3期226-233,共8页
As far as we know, the testing problem of legal firing sequence is NP-complete for gener-al Petri net, the related results of this problem on the polynomial-time solvability are limited only to some special net classe... As far as we know, the testing problem of legal firing sequence is NP-complete for gener-al Petri net, the related results of this problem on the polynomial-time solvability are limited only to some special net classes, such as persistent Petri nets, conflict-free Petri nets and state machine Petri nets. In this paper, the language properties of synchronous composition net are discussed. Based on these results, the testing algorithm polynomial-time complexity for legal firing sequence is proposed. Therefore, net classification of polynomial-time solvability for testing legal firing sequence is extended. 展开更多
关键词 Petri net synchronous composition legal firing sequence testing algorithm NP-complete problem polynomial-time complex.
原文传递
Average-Case Analysis of Algorithms UsingKolmogorov Complexity
13
作者 姜涛 李明 《Journal of Computer Science & Technology》 SCIE EI CSCD 2000年第5期402-408,共7页
Analyzing the average-case complexity of algorithms is a very practical but very difficult problem in computer science. In the past few years I we have demonstrated that Kolmogorov complexity is an important tool for... Analyzing the average-case complexity of algorithms is a very practical but very difficult problem in computer science. In the past few years I we have demonstrated that Kolmogorov complexity is an important tool for analyzing the average-case complexity of algorithms. We have developed the incompressibility method. In this paper, several simple examples are used to further demonstrate the power and simplicity of such method. We prove bounds on the average-case number of stacks (queues) required for sorting sequential or parallel Queuesort or Stacksort. 展开更多
关键词 Kolmogorov complexity algorithm average-case analysis sorting
原文传递
Social Choice Meets Graph Drawing: How to Get Subexponential Time Algorithms for Ranking and Drawing Problems
14
作者 Henning Fernau Fedor V.Fomin +3 位作者 Daniel Lokshtanov Matthias Mnich Geevarghese Philip Saket Saurabh 《Tsinghua Science and Technology》 SCIE EI CAS 2014年第4期374-386,共13页
We analyze a common feature of p-Kemeny AGGregation(p-KAGG) and p-One-Sided Crossing Minimization(p-OSCM) to provide new insights and findings of interest to both the graph drawing community and the social choice ... We analyze a common feature of p-Kemeny AGGregation(p-KAGG) and p-One-Sided Crossing Minimization(p-OSCM) to provide new insights and findings of interest to both the graph drawing community and the social choice community. We obtain parameterized subexponential-time algorithms for p-KAGG—a problem in social choice theory—and for p-OSCM—a problem in graph drawing. These algorithms run in time O*(2O(√k log k)),where k is the parameter, and significantly improve the previous best algorithms with running times O.1.403k/and O.1.4656k/, respectively. We also study natural "above-guarantee" versions of these problems and show them to be fixed parameter tractable. In fact, we show that the above-guarantee versions of these problems are equivalent to a weighted variant of p-directed feedback arc set. Our results for the above-guarantee version of p-KAGG reveal an interesting contrast. We show that when the number of "votes" in the input to p-KAGG is odd the above guarantee version can still be solved in time O*(2O(√k log k)), while if it is even then the problem cannot have a subexponential time algorithm unless the exponential time hypothesis fails(equivalently, unless FPT D M[1]). 展开更多
关键词 Kemeny aggregation one-sided crossing minimization parameterized complexity subexponential-time algorithms social choice theory graph drawing directed feedback arc set
原文传递
Graph isomorphism—Characterization and efficient algorithms 被引量:1
15
作者 Jian Ren Tongtong Li 《High-Confidence Computing》 2024年第4期48-55,共8页
The Graph isomorphism problem involves determining whether two graphs are isomorphic and the computational complexity required for this determination.In general,the problem is not known to be solvable in polynomial ti... The Graph isomorphism problem involves determining whether two graphs are isomorphic and the computational complexity required for this determination.In general,the problem is not known to be solvable in polynomial time,nor to be NP-complete.In this paper,by analyzing the algebraic properties of the adjacency matrices of the undirected graph,we first established the connection between graph isomorphism and matrix row and column interchanging operations.Then,we prove that for undirected graphs,the complexity in determining whether two graphs are isomorphic is at most O(n^(3)). 展开更多
关键词 Undirected graph CHARACTERIZATION ISOMORPHISM algorithm Polynomial time complexity
在线阅读 下载PDF
Sloping-and-shaking——Multiway merging and sorting 被引量:1
16
作者 高庆狮 刘志勇 《Science China(Technological Sciences)》 SCIE EI CAS 1997年第3期225-234,共10页
Most traditional merging and merging-based sorting algorithms are based on 2 sorters or 2 comparators A new merging technique is developed, namely sloping-and-shaking multiway merging, and a corresponding mul-tiway so... Most traditional merging and merging-based sorting algorithms are based on 2 sorters or 2 comparators A new merging technique is developed, namely sloping-and-shaking multiway merging, and a corresponding mul-tiway sorting method based only on k-sorters is proposed The sloping-and-shaking merging algorithm merges k sorted lists into one, where k can be any prime number The merging process is not a series of recursive applications of 2-way morging It sorts the keys on the m × k plane in vertical and horizontal directions, then along sloping lines with various slope rates step by step Only k-sorters are needed in the merging or sorting process. The time needed to merge ksorted lists, with m of each, is ( k + [log2( m / k) ]) tk, and the time for sorting N keys is (1 + (p - 1) k + 1/2( p -1) (p - 2)[ log2k])tk, where p - logkN, and tk is the time to sort k keys. The proposed algorithms can be implemented either by hardwared sorting networks, or on general purpose parallel and vector machines The traditional odd-even merging can be viewed as a special case of the multiway merging proposed (when k is 2) While theoretically the proposed algorithms provide a new understanding of parallel merging and sorting processes, they may be used in prac-tice to construct sorting circuits fasler than 2-sorter based sorting methods. 展开更多
关键词 PARALLEL processing MERGING sorting algorithmS time complexity.
原文传递
基于时间局部性的网络拓扑结构发现算法 被引量:1
17
作者 黎燕 刘成江 +1 位作者 张千千 殷攀程 《沈阳工业大学学报》 北大核心 2025年第1期92-97,共6页
【目的】随着社交网络技术的快速发展,大规模复杂网络的拓扑结构获取成为电子、网络、生物和医学等多个学科领域亟待解决的问题。大规模复杂网络由参与节点和虚拟连接组成,其中节点代表个体、家庭与社会等角色,而连接则刻画了这些角色... 【目的】随着社交网络技术的快速发展,大规模复杂网络的拓扑结构获取成为电子、网络、生物和医学等多个学科领域亟待解决的问题。大规模复杂网络由参与节点和虚拟连接组成,其中节点代表个体、家庭与社会等角色,而连接则刻画了这些角色间的复杂关系。一般而言,复杂网络中存在严重的同源性现象,即存在大量的重复或相似组成架构,这极大地增加网络动态结构发现的难度。【方法】在时间局部性原理基础上,提出一种启发式网络社区发现算法,旨在进一步优化拓扑结构发现的精确度和运行耗时。通过修改相邻时间范围内节点的计算规则,利用余弦相似性判定准则与拓扑结构发现算法深入描述网络中多个参与节点之间复杂关系的可预测性。算法结合经典Louvain算法,通过计算增量模块度和余弦相似性优化社区检测的精确度和耗时。此外,算法使用模块度概念,对网络拓扑结构进行准确衡量,同时引入增量模块度指标计算表达式,以实时掌握拓扑结构发现算法指标的变化情况。【结果】为验证所提算法的有效性,利用智能电网实际通信数据集进行仿真,数据集包含115个用电单位的616条通信连接数据。仿真结果表明,与经典Louvain算法相比,所提算法在检测效率和运行耗时上均有显著优势。归一化互信息量指标的对比分析显示,所提算法在参与节点数量较多时,具有更高的归一化互信息量和更低的平均运行耗时。算法在大规模网络中具有优势,尽管在小规模网络中表现稍逊。通过实际数据集仿真可知,基于时间局部性的拓扑结构发现算法在大规模智能配电网络的精准发现方面具有明显优势,性能表现突出,为智能电网领域提供优化网络拓扑结构发现的策略。【结论】综上所述,基于时间局部性拓扑结构发现算法的创新性在于将时间局部性原理应用于网络社区发现,为复杂网络社区发现算法的研究提供了新的视角和方法,对相关领域的研究具有参考意义。未来将考虑该算法在小规模网络中的应用问题,并进一步分析算法的鲁棒性。 展开更多
关键词 复杂网络 拓扑结构 Louvain算法 社区发现算法 判定准则 时间局部性 运行耗时 模块度
在线阅读 下载PDF
基于混合策略的资源转移时间费用型重复性建设项目调度问题
18
作者 邹豪波 周国华 杨力 《运筹与管理》 北大核心 2025年第1期62-68,共7页
基础设施建设项目多具备位置分布广、内容重复性高的特点,资源在重复单元间进行转移所产生的时间和费用成本会对计划造成较大影响。本文改变以工作组为单位的资源配置思路,充分考虑单元间的资源转移费用和资源冗余产生的闲置费用;设计... 基础设施建设项目多具备位置分布广、内容重复性高的特点,资源在重复单元间进行转移所产生的时间和费用成本会对计划造成较大影响。本文改变以工作组为单位的资源配置思路,充分考虑单元间的资源转移费用和资源冗余产生的闲置费用;设计融合序贯博弈和非支配排序的混合策略,求解成本更低的施工顺序和资源转移路径组合;设计自适应精英保留、交叉和变异策略,形成改进遗传算法(AEIAGA)对问题进行求解。在仿真分析环节,以某铁路标段的桥梁下部工程为实例进行计算后发现:1)不考虑资源转移成本的方案与实际情况相差较大,需对计划进行大幅调整才能满足工程需求;2)资源转移成本的引入会对施工顺序造成较大影响,生成的结果更倾向于在转移成本较低的单元间进行资源转移;3)在考虑实际资源转移成本的情况下,混合策略的运用能够有效降低项目工期和总费用;4)本文针对遗传算法进行的改进能够取得明显效用。 展开更多
关键词 重复性建设项目 资源转移成本 序贯博弈 非支配排序 改进遗传算法
在线阅读 下载PDF
模糊需求下基于中欧班列的中国台湾到欧洲出口货物海铁联运路径选择
19
作者 徐祝源 王文 +1 位作者 张文鸽 曹士连 《上海海事大学学报》 北大核心 2025年第3期67-75,103,共10页
针对国际形势日益严峻、中东地区局势紧张导致东南亚地区到欧洲的海运通道受阻以及海峡两岸海上直航运力过剩的局面,本文在模糊需求条件下建立基于中欧班列的海铁联运网络。在考虑货物时间价值损失的基础上,运用排队论理论量化国境站以... 针对国际形势日益严峻、中东地区局势紧张导致东南亚地区到欧洲的海运通道受阻以及海峡两岸海上直航运力过剩的局面,本文在模糊需求条件下建立基于中欧班列的海铁联运网络。在考虑货物时间价值损失的基础上,运用排队论理论量化国境站以及沿海中转港口的拥堵时间,构建以总成本最低和运输时间可靠性最高为目标的数学模型,并设计自适应第二代非支配排序遗传算法(adaptive non-dominated sorting genetic algorithm-Ⅱ,A-NSGA-Ⅱ)进行求解。以高雄至汉堡的机械及电机设备(属于高价值高时间敏感度货物)运输为例进行分析,结果表明:由于模糊需求对拥堵时间的影响,在考虑货物时间价值损失的情况下,不同的模糊需求偏好值对应的最优路径也有可能不同。当模糊需求偏好值为0.5时,最优路径为高雄—厦门—西安—阿拉山口—汉堡。该路径既能满足货主对需求量和时间的要求,又能避免运力浪费。与现有海运路线相比,中欧班列海铁联运在时间上快约1/2,总成本低约2/3,对高价值高时间敏感度货物从中国台湾以及东南亚地区运往欧洲具有显著优势。 展开更多
关键词 路径选择 中欧班列 海铁联运 运输时间可靠性 瓶颈拥堵 自适应第二代非支配排序遗传算法(A-NSGA-Ⅱ)
在线阅读 下载PDF
分时电价背景下电动车配送-充电/放电路径规划 被引量:1
20
作者 刘长石 李君宇 +2 位作者 易鲲翔 范黎骏 万城 《控制与决策》 北大核心 2025年第3期794-802,共9页
分时电价政策与车辆到电网(V2G)技术能够平衡电网负载、增强电网削峰填谷能力,是物流业降本增利的新途径.为探讨分时电价政策与V2G技术对物流配送路径规划的影响,综合考虑客户需求、电动车行驶速度、能耗以及充/放电策略等因素,以总配... 分时电价政策与车辆到电网(V2G)技术能够平衡电网负载、增强电网削峰填谷能力,是物流业降本增利的新途径.为探讨分时电价政策与V2G技术对物流配送路径规划的影响,综合考虑客户需求、电动车行驶速度、能耗以及充/放电策略等因素,以总配送成本最小、放电利润最大为目标,建立电动车配送-充电/放电路径规划的多目标混合整数规划模型,并根据模型特性设计改进非支配排序遗传算法求解.采用多类型算例开展实验,结果表明:在较短时间内科学规划分时电价背景下的电动车配送-充电/放电路径,不但能有效降低总配送成本、提高放电利润,而且能助力电网平稳运行,为广大电能用户营造良好的用电环境,实现物流企业、电力公司与电能用户三方互利共赢. 展开更多
关键词 分时电价 车辆到电网技术 充/放电策略 电动车路径问题 多目标优化 改进非支配排序遗传算法
原文传递
上一页 1 2 32 下一页 到第
使用帮助 返回顶部