期刊文献+
共找到16篇文章
< 1 >
每页显示 20 50 100
Approximation Algorithms for Solving the 1-Line Minimum Steiner Tree of Line Segments Problem
1
作者 Jian-Ping Li Su-Ding Liu +2 位作者 Jun-Ran Lichen Peng-Xiang Pan Wen-Cheng Wang 《Journal of the Operations Research Society of China》 EI CSCD 2024年第3期729-755,共27页
We address the 1-line minimum Steiner tree of line segments(1L-MStT-LS)problem.Specifically,given a set S of n disjoint line segments in R^(2),we are asked to find the location of a line l and a set E_(l) of necessary... We address the 1-line minimum Steiner tree of line segments(1L-MStT-LS)problem.Specifically,given a set S of n disjoint line segments in R^(2),we are asked to find the location of a line l and a set E_(l) of necessary line segments(i.e.,edges)such that a graph consisting of all line segments in S ∪ E_(l) plus this line l,denoted by T_(l)=(S,l,E_(l)),becomes a Steiner tree,the objective is to minimize total length of edges in E_(l) among all such Steiner trees.Similarly,we are asked to find a set E_(0) of necessary edges such that a graph consisting of all line segments in S ∪ E_(0),denoted by T_(S)=(S,E_(0)),becomes a Steiner tree,the objective is to minimize total length of edges in E_(0) among all such Steiner trees,we refer to this new problem as the minimum Steiner tree of line segments(MStT-LS)problem.In addition,when two endpoints of each edge in Eo need to be located on two different line segments in S,respectively,we refer to that problem as the minimum spanning tree of line segments(MST-LS)problem.We obtain three main results:(1)Using technique of Voronoi diagram of line segments,we design an exact algorithm in time O(n log n)to solve the MST-LS problem;(2)we show that the algorithm designed in(1)is a 1.214-approximation algorithm to solve the MStT-LS problem;(3)using the combination of the algorithm designed in(1)as a subroutine for many times,a technique of finding linear facility location and a key lemma proved by techniques of computational geometry,we present a 1.214-approximation algorithm in time O(n^(3) log n)to solve the 1L-MStT-LS problem. 展开更多
关键词 1-Line minimum Steiner tree of line segments Minimum spanning tree of line segments Voronoi diagram of line segments Steiner ratio approximation algorithms
原文传递
FAST DFT ALGORITHM WITH (N-1) / 2 MULTIPLICATIONS
2
作者 Zhang YanzhongMinistry of Aero-Space Industry 《Chinese Journal of Aeronautics》 SCIE EI CAS CSCD 1990年第2期131-139,共9页
A fast algorithm is proposed for recursively computing the DFTs of prime length. Only (N-1) / 2 real multiplications are required to compute all N frequency components in terms of permuting the input data. The multipl... A fast algorithm is proposed for recursively computing the DFTs of prime length. Only (N-1) / 2 real multiplications are required to compute all N frequency components in terms of permuting the input data. The multiplication in recursive computation is replaced by shifting. Complexity of the algorithm is studied. A factor η is introduced and presented. When the ratio of multiplier's period Tm to adder's period Ta is greater than the factor η (i.e.Tm / Ta >η), the new algorithm is faster than FFT. The necessary condition and error of the algorithm are studied. The signal-to-noise ratio for different length N is presented. A high accuracy scheme is proposed for improving the SNR about 20 -30dB. 展开更多
关键词 DFT FAST DFT algorithm WITH MULTIPLICATIONS n-1 real length than ZHANG IIR high
下载PDF
正则表达式分组的1/(1-1/k)-近似算法 被引量:12
3
作者 柳厅文 孙永 +2 位作者 卜东波 郭莉 方滨兴 《软件学报》 EI CSCD 北大核心 2012年第9期2261-2272,共12页
对正则表达式集合进行分组是解决DFA状态膨胀问题的一种重要方法.已有的分组算法大都是启发式的或蛮力的,分组效果很差.分析了DFA状态膨胀的原因,总结了某些正则表达式间的冲突状况.证明了当冲突非负和冲突独立时,正则表达式集合的最优... 对正则表达式集合进行分组是解决DFA状态膨胀问题的一种重要方法.已有的分组算法大都是启发式的或蛮力的,分组效果很差.分析了DFA状态膨胀的原因,总结了某些正则表达式间的冲突状况.证明了当冲突非负和冲突独立时,正则表达式集合的最优k分组问题可归结为最大k割问题,从而说明该问题是NP-Hard的.基于局部搜索的思想,提出了一种分组算法GRELS来解决分组问题,并证明对最大k割问题,该算法的近似比是1/(1-1/k).与已有的分组算法相比,当分组数目相同时,GRELS算法分组结果的状态总数最少,并且集合发生变化时所需的更新时间最短. 展开更多
关键词 正则表达式 深度包检测 分组算法 局部搜索 1/(1-1/k)近似
下载PDF
铁路网上技术直达列车编组计划优化的二次0-1规划法 被引量:20
4
作者 曹家明 朱松年 《铁道学报》 EI CAS CSCD 北大核心 1993年第2期62-70,共9页
以文献[1]的构模原理为基础,构造了任意结构的路网上双方向技术直达列车编组计划综合优化的二次0-1规划模型,然后给出了这类模型的若干理论结果,并在此基础上介绍了模型的解法、计算试验结果及分析。
关键词 铁路网 列车编组计划 松弛问题
下载PDF
0-1背包问题的非线性降维近似算法 被引量:4
5
作者 赵建英 《内蒙古师范大学学报(自然科学汉文版)》 CAS 2007年第1期25-29,共5页
求解0-1背包问题的精确算法不能在较短时间内求解大规模0-1背包问题,使其实用性受到限制.针对该问题,给出求解0-1背包问题的非线性降维算法,并进行了数值实验,验证了算法的有效性.该算法属于近似算法,相对其他一些近似算法,计算结果更... 求解0-1背包问题的精确算法不能在较短时间内求解大规模0-1背包问题,使其实用性受到限制.针对该问题,给出求解0-1背包问题的非线性降维算法,并进行了数值实验,验证了算法的有效性.该算法属于近似算法,相对其他一些近似算法,计算结果更为精确. 展开更多
关键词 0-1 背包问题 非线性降维算法 精确算法 近似算法
下载PDF
基于贪婪策略的0/1背包问题算法研究 被引量:7
6
作者 游维 《计算机与现代化》 2007年第4期10-12,16,共4页
对求解0/1背包问题的贪婪策略进行了详细的讨论。在分析价值密度贪婪算法缺陷的基础上,提出了重做贪婪选择的改进算法,并从理论和实验两个方面证明了其求解质量的提高。本文还详细分析了k阶优化算法,并证明了其近似比为k/(k+1),最后编... 对求解0/1背包问题的贪婪策略进行了详细的讨论。在分析价值密度贪婪算法缺陷的基础上,提出了重做贪婪选择的改进算法,并从理论和实验两个方面证明了其求解质量的提高。本文还详细分析了k阶优化算法,并证明了其近似比为k/(k+1),最后编程模拟了该算法的实现过程,并对结果进行了分析。 展开更多
关键词 0/1背包问题 贪婪策略 k阶优化算法 近似比
下载PDF
H_2/l_1混合优化问题的凸二次规划解法
7
作者 孔亚广 吴俊 孙优贤 《控制与决策》 EI CSCD 北大核心 2001年第2期250-253,共4页
采用上逼近算法求解 H2 / l1 混合优化问题。首先将其转化为有限维的凸二次规划问题 ,并利用L emke互补转轴算法求解 ;然后逐次进行逼近。
关键词 H2/l1混合优化问题 凸二次规划 H∞优化控制 鲁棒性
下载PDF
折扣{0-1}背包问题的简化新模型及遗传算法求解 被引量:9
8
作者 杨洋 潘大志 +1 位作者 刘益 谭代伦 《计算机应用》 CSCD 北大核心 2019年第3期656-662,共7页
当前折扣{0-1}背包问题(D{0-1}KP)模型将折扣关系作为一个新的个体,导致求解过程必需采取修复法对个体编码进行修复,求解方式较少。针对求解方法单一的问题,通过改变模型中二进制的编码表达方式,提出折扣关系不在个体编码中的表达方法... 当前折扣{0-1}背包问题(D{0-1}KP)模型将折扣关系作为一个新的个体,导致求解过程必需采取修复法对个体编码进行修复,求解方式较少。针对求解方法单一的问题,通过改变模型中二进制的编码表达方式,提出折扣关系不在个体编码中的表达方法。首先,设定对任意折扣关系,当且仅当所涉及个体编码值同时为1(即其乘积为1)时,折扣关系成立,据此建立简化折扣{0-1}背包问题(SD{0-1}KP)模型;然后,针对SD{0-1}KP模型,基于杰出者保留策略(EGA),结合贪心策略(GRE),提出改进遗传算法——第一遗传算法(FG);最后,再结合罚函数法,提出求解SD{0-1}KP高精度罚函数法——第二遗传算法(SG)。结果表明,SD{0-1}KP能够完全覆盖D{0-1}KP问题领域,与FirEGA相比,所提出的两类算法在求解速度方面优势明显,且SG算法首次引入罚函数法,有效地丰富了该问题的求解算法。 展开更多
关键词 简化折扣{0-1}背包问题 贪婪策略 近似计算 数学模型 遗传算法
下载PDF
计算树的[1,2]-数的算法研究 被引量:3
9
作者 张超 赵承业 《中国计量学院学报》 2015年第2期243-246,共4页
图G的一个点集S是[1,2]-集,若每个不在S中的点至少与S中的1个点相邻且至多与S中的2个点相邻.一个图的所有[1,2]-集中元素个数最小的集合,其元素个数称为图的[1,2]-数.针对树的[1,2]-数的计算问题进行研究.首先,根据[1,2]-数的定义给出... 图G的一个点集S是[1,2]-集,若每个不在S中的点至少与S中的1个点相邻且至多与S中的2个点相邻.一个图的所有[1,2]-集中元素个数最小的集合,其元素个数称为图的[1,2]-数.针对树的[1,2]-数的计算问题进行研究.首先,根据[1,2]-数的定义给出了一个0-1规划模型,求解这个0-1规划可以得到图的[1,2]-数的精确值.然后,基于贪婪策略将树进行星分解,给出计算[1,2]-数的两个近似算法.最后,分析了两个近似算法的计算复杂度和性能. 展开更多
关键词 [1 2]-数 0-1规划 贪婪策略 近似算法
下载PDF
差分进化帝王蝶优化算法求解折扣{0-1}背包问题 被引量:21
10
作者 冯艳红 杨娟 +1 位作者 贺毅朝 王改革 《电子学报》 EI CAS CSCD 北大核心 2018年第6期1343-1350,共8页
帝王蝶优化算法(Monarch Butterfly Optimization,MBO)是一种新颖的群体智能算法,自从提出就在实际优化问题上表现出很好的性能.但是,帝王蝶优化算法的迁移算子采用随机选择两个个体来生成新个体,并没有记忆整个种群的最优解,容易造成... 帝王蝶优化算法(Monarch Butterfly Optimization,MBO)是一种新颖的群体智能算法,自从提出就在实际优化问题上表现出很好的性能.但是,帝王蝶优化算法的迁移算子采用随机选择两个个体来生成新个体,并没有记忆整个种群的最优解,容易造成全局最优帝王蝶搜索经验的丢失.根据MBO寻优过程的内在机制以及差分进化算法的变异算子能够利用个体间的差异信息,将MBO分别与目前性能最优、应用范围最广的7种差分进化(Differential Evolution,DE)变异策略相结合,实验验证了7种不同算法的性能.基于性能最优的DE/best/2/bin变异模式,提出了一种差分进化帝王蝶优化算法(Monarch Butterfly Optimization Algorithm with Differential Evolution,DEMBO),使得算法能够记忆种群最优解并实现种群内部信息的充分共享,达到既加快收敛速度又提高解的精度的目的.在30个典型折扣{0-1}背包问题(D{0-1}KP)实例上进行了一系列实验,实验结果表明:(1)DEMBO能够在时间复杂度不变的条件下,显著提高算法的求解精度和收敛速度;(2)DEMBO在求解所有D{0-1}KP实例时,均能够获得一个近似比非常接近1的近似解. 展开更多
关键词 折扣{0-1}背包问题 差分进化 帝王蝶优化算法 贪心修复策略 近似比
下载PDF
KNOT PLACEMENT FOR B-SPLINE CURVE APPROXIMATION VIA l_(∞,1)-NORM AND DIFFERENTIAL EVOLUTION ALGORITHM
11
作者 Jiaqi Luo Hongmei Kang Zhouwang Yang 《Journal of Computational Mathematics》 SCIE CSCD 2022年第4期589-606,共18页
In this paper,we consider the knot placement problem in B-spline curve approximation.A novel two-stage framework is proposed for addressing this problem.In the first step,the l_(∞,1)-norm model is introduced for the ... In this paper,we consider the knot placement problem in B-spline curve approximation.A novel two-stage framework is proposed for addressing this problem.In the first step,the l_(∞,1)-norm model is introduced for the sparse selection of candidate knots from an initial knot vector.By this step,the knot number is determined.In the second step,knot positions are formulated into a nonlinear optimization problem and optimized by a global optimization algorithm—the differential evolution algorithm(DE).The candidate knots selected in the first step are served for initial values of the DE algorithm.Since the candidate knots provide a good guess of knot positions,the DE algorithm can quickly converge.One advantage of the proposed algorithm is that the knot number and knot positions are determined automatically.Compared with the current existing algorithms,the proposed algorithm finds approximations with smaller fitting error when the knot number is fixed in advance.Furthermore,the proposed algorithm is robust to noisy data and can handle with few data points.We illustrate with some examples and applications. 展开更多
关键词 B-spline curve approximation Knot placement l_(∞ 1)-norm Differential Evolution algorithm
原文传递
计及变电站低压侧接线的配电网最大供电能力计算与分析 被引量:11
12
作者 肖峻 龙梦皓 +1 位作者 程敏 祖国强 《电力自动化设备》 EI CSCD 北大核心 2018年第2期18-26,43,共10页
针对现有最大供电能力(TSC)模型无法反映变电站低压侧接线形式不同以及主变N-1后站内优先转带的问题,提出一种基于N-1仿真逼近的计及变电站低压侧接线的配电网TSC算法。根据我国高压配电变电站10 k V侧典型低压侧接线建立配电网算例,研... 针对现有最大供电能力(TSC)模型无法反映变电站低压侧接线形式不同以及主变N-1后站内优先转带的问题,提出一种基于N-1仿真逼近的计及变电站低压侧接线的配电网TSC算法。根据我国高压配电变电站10 k V侧典型低压侧接线建立配电网算例,研究TSC随低压侧接线形式不同的变化规律以及低压侧接线对TSC的影响机理。仿真结果表明所提方法所得TSC更为精确。 展开更多
关键词 最大供电能力 配电网 变电站 低压侧接线 n-1逼近法
下载PDF
集合覆盖问题的模型与算法 被引量:17
13
作者 王继强 《计算机工程与应用》 CSCD 2013年第17期15-17,72,共4页
集合覆盖问题在网络设计领域中有着良好的应用背景,但它在算法复杂性上却是NP-困难问题。建立了集合覆盖问题的0-1规划模型,给出了源于贪心思想的近似算法,并从原始-对偶规划的角度进行了证明,基于LINGO软件的传感器网络最优设计案例验... 集合覆盖问题在网络设计领域中有着良好的应用背景,但它在算法复杂性上却是NP-困难问题。建立了集合覆盖问题的0-1规划模型,给出了源于贪心思想的近似算法,并从原始-对偶规划的角度进行了证明,基于LINGO软件的传感器网络最优设计案例验证了模型的正确性和算法的有效性。 展开更多
关键词 集合覆盖 近似算法 0-1规划 对偶规划 线性交互式通用优化器(LINGO)
下载PDF
基于拐点分割高阶奇次贝济埃曲线降一阶逼近 被引量:2
14
作者 白宝钢 《计算机工程与设计》 CSCD 北大核心 2005年第6期1450-1452,1456,共4页
给出了2m+1(m≥2)次贝济埃曲线降一阶逼近方法。该方法除了具有传统的端点约束和C1—约束外,还具有以下特点:基于欧几里德范数讨论逼近误差,更加符合人们的直观认识;对于分段降阶逼近的情形,不考虑尖点情形;首先考虑并采用了选择拐点的... 给出了2m+1(m≥2)次贝济埃曲线降一阶逼近方法。该方法除了具有传统的端点约束和C1—约束外,还具有以下特点:基于欧几里德范数讨论逼近误差,更加符合人们的直观认识;对于分段降阶逼近的情形,不考虑尖点情形;首先考虑并采用了选择拐点的策略;考虑并采用了选择二重点(自交点、结点)等奇点的策略;考虑并采用了选择曲率局部极大值点的策略。数值试验表明:这几条策略的采用可以在很大程度上减少2m次贝济埃曲线段,而达到逼近2m+1次贝济埃平面曲线的容差要求。 展开更多
关键词 贝济埃曲线 降一阶逼近 拐点 分割算法
下载PDF
DME Interference mitigation for L-DACS1 based on system identification and sparse representation 被引量:6
15
作者 Li Douzhe Wu Zhijun 《Chinese Journal of Aeronautics》 SCIE EI CAS CSCD 2016年第6期1762-1773,共12页
L-band digital aeronautical communication system 1(L-DACS1) is a promising candidate data-link for future air-ground communication, but it is severely interfered by the pulse pairs(PPs) generated by distance measure e... L-band digital aeronautical communication system 1(L-DACS1) is a promising candidate data-link for future air-ground communication, but it is severely interfered by the pulse pairs(PPs) generated by distance measure equipment. A novel PP mitigation approach is proposed in this paper. Firstly, a deformed PP detection(DPPD) method that combines a filter bank, correlation detection, and rescanning is proposed to detect the deformed PPs(DPPs) which are caused by multiple filters in the receiver. Secondly, a finite impulse response(FIR) model is used to approximate the overall characteristic of filters, and then the waveform of DPP can be acquired by the original waveform of PP and the FIR model. Finally, sparse representation is used to estimate the position and amplitude of each DPP, and then reconstruct each DPP. The reconstructed DPPs will be subtracted from the contaminated signal to mitigate interference. Numerical experiments show that the bit error rate performance of our approach is about 5 dB better than that of recent works and is closer to interference-free environment. 展开更多
关键词 DME interference L-DACS1 Least square approximations Proximal gradient algorithm Sparse representation
原文传递
FCSR的研究现状和发展 被引量:2
16
作者 董文军 李云强 《信息安全与通信保密》 2007年第8期9-11,14,共4页
FCSR是一种类似于LFSR的寄存器结构,其研究广受关注。FCSR得到重视的原因,主要在于三个方面:具有坚实的数学理论基础;得到了具有良好随机特性的序列;提出了度量密钥序列安全度的新指标。本文从上述三个方面集中阐述FCSR的研究现状并介绍... FCSR是一种类似于LFSR的寄存器结构,其研究广受关注。FCSR得到重视的原因,主要在于三个方面:具有坚实的数学理论基础;得到了具有良好随机特性的序列;提出了度量密钥序列安全度的新指标。本文从上述三个方面集中阐述FCSR的研究现状并介绍了FCSR的发展趋势。 展开更多
关键词 进位移位寄存器 1-序列 算术相关 2-adic复杂度 有理逼近算法
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部