The maximum satisfiability problem (MAX-SAT) refers to the task of finding a variable assignment that satisfies the maximum number of clauses (or the sum of weight of satisfied clauses) in a Boolean Formula. Most loca...The maximum satisfiability problem (MAX-SAT) refers to the task of finding a variable assignment that satisfies the maximum number of clauses (or the sum of weight of satisfied clauses) in a Boolean Formula. Most local search algorithms including tabu search rely on the 1-flip neighbourhood structure. In this work, we introduce a tabu search algorithm that makes use of the multilevel paradigm for solving MAX-SAT problems. The multilevel paradigm refers to the process of dividing large and difficult problems into smaller ones, which are hopefully much easier to solve, and then work backward towards the solution of the original problem, using a solution from a previous level as a starting solution at the next level. This process aims at looking at the search as a multilevel process operating in a coarse-to-fine strategy evolving from k-flip neighbourhood to 1-flip neighbourhood-based structure. Experimental results comparing the multilevel tabu search against its single level variant are presented.展开更多
The downlink frame structure for beyond 3G mobile communication systems is presented. Beyond 3G systems utilize the OFDM technique. However, a problem encountered in OFDM is that channel dispersion destroys orthogonal...The downlink frame structure for beyond 3G mobile communication systems is presented. Beyond 3G systems utilize the OFDM technique. However, a problem encountered in OFDM is that channel dispersion destroys orthogonality between carriers, caushag inter-symbol interference. It is also sensitive to high peak to mean power ratio (PAPR). Therefore it spends much time on obtaining frequency, time, and frame synchronization. This paper proposes to add a frame synchronization channel in the time domain to overcome the shortcoming of OFDM. As transmitter diversity improves the system performance, beyond 3G systems employ space-time block coded (STBC). Fast cell search algorithm including slot synchronization, frame synchronization and cell ID identification is then discussed, which is based on the frame synchronization channel in transmitter diversity systems. Detection and false alarm probabilities in AWGN and Rayleigh channels are analyzed, and the mean acquisition time is obtained. Computer simulations are conducted to evaluate the performance of the cell search algorithm under different channel conditions.展开更多
光伏电池板所处环境的非线性变化使得光伏电池的功率保持在最大功率点(maximum power point,MPP)非常困难。传统的最大功率点跟踪(maximum power point tracking,MPPT)方法普遍存在技术缺陷,无法满足当前需求。针对光伏发电MPPT问题,该...光伏电池板所处环境的非线性变化使得光伏电池的功率保持在最大功率点(maximum power point,MPP)非常困难。传统的最大功率点跟踪(maximum power point tracking,MPPT)方法普遍存在技术缺陷,无法满足当前需求。针对光伏发电MPPT问题,该文提出了一种基于麻雀搜索算法优化的极限学习机(sparrow search algorithm-extreme learning machine,SSA-ELM)神经网络控制器的MPPT方法。与传统技术相比,该MPPT方法在稳定性、速度、超调和MPP的振荡等方面的效果均较好。使用MATLAB/Simulink平台进行仿真实验,验证了所提控制策略及理论分析的正确性。展开更多
Maximum Flow Problem (MFP) discusses the maximum amount of flow that can be sent from the source to sink. Edmonds-Karp algorithm is the modified version of Ford-Fulkerson algorithm to solve the MFP. This paper present...Maximum Flow Problem (MFP) discusses the maximum amount of flow that can be sent from the source to sink. Edmonds-Karp algorithm is the modified version of Ford-Fulkerson algorithm to solve the MFP. This paper presents some modifications of Edmonds-Karp algorithm for solving MFP. Solution of MFP has also been illustrated by using the proposed algorithm to justify the usefulness of proposed method.展开更多
实际工程中,光伏阵列在随机变化的环境中会出现局部遮光的情况,从而导致光伏阵列的功率-电压特性曲线会呈现多峰值状态,传统的最大功率点跟踪(maximum power point tracking, MPPT)算法易陷入局部最优解,追踪速度和精准度无法得到满足...实际工程中,光伏阵列在随机变化的环境中会出现局部遮光的情况,从而导致光伏阵列的功率-电压特性曲线会呈现多峰值状态,传统的最大功率点跟踪(maximum power point tracking, MPPT)算法易陷入局部最优解,追踪速度和精准度无法得到满足。针对这一问题,提出一种基于布谷鸟搜索算法(cuckoo search algorithm, CS)和电导增量法(conductivity increment method, CI)结合的光伏MPPT算法,在算法前期利用布谷鸟搜索算法将大步长和小步长交替使用使得全局搜索能力增强,找到全局最大功率点所处区域附近;在后期,采用步长小、控制精度高的CI进行局部寻优,快速准确地锁定到最大功率点。在MATLAB/Simulink中搭建仿真模型,并与原始布谷鸟搜索算法和粒子群优化(particle swam optimization, PSO)算法进行比较。仿真结果表明,将CS与CI结合的算法使得收敛速度更快,精度更高,稳定状态时功率曲线的波动更小。展开更多
并网光伏系统通常以最大功率模式运行,无法全面响应电网调节需求,因此需要研究功率备用控制(power reserve control,PRC)。基于最大功率点估计(maximum power point estimation,MPPE)的PRC利用光伏等效模型,通过数据拟合实现MPPE,从而...并网光伏系统通常以最大功率模式运行,无法全面响应电网调节需求,因此需要研究功率备用控制(power reserve control,PRC)。基于最大功率点估计(maximum power point estimation,MPPE)的PRC利用光伏等效模型,通过数据拟合实现MPPE,从而实现光伏功率备用。然而,随着光伏组件老化,MPPE估计误差增大,可能影响系统安全稳定运行。文中提出考虑光伏组件老化时MPPE模型参数校准的光伏系统PRC。首先提出基于麻雀搜索算法的MPPE模型参数校准方法,然后根据光伏组件老化特性和MPPE误差演变趋势,提出MPPE模型校准的改进评价指标和校准周期整定原则,最后将其应用于基于MPPE的PRC中。仿真结果表明,该方法能够实现光伏组件老化后MPPE模型参数自动校准,并且显著提高了MPPE精度,增强了PRC在实际应用中的可靠性。展开更多
文摘The maximum satisfiability problem (MAX-SAT) refers to the task of finding a variable assignment that satisfies the maximum number of clauses (or the sum of weight of satisfied clauses) in a Boolean Formula. Most local search algorithms including tabu search rely on the 1-flip neighbourhood structure. In this work, we introduce a tabu search algorithm that makes use of the multilevel paradigm for solving MAX-SAT problems. The multilevel paradigm refers to the process of dividing large and difficult problems into smaller ones, which are hopefully much easier to solve, and then work backward towards the solution of the original problem, using a solution from a previous level as a starting solution at the next level. This process aims at looking at the search as a multilevel process operating in a coarse-to-fine strategy evolving from k-flip neighbourhood to 1-flip neighbourhood-based structure. Experimental results comparing the multilevel tabu search against its single level variant are presented.
基金Project supported by National Natural Science Foundation of China(Grant No . 60272079) , and National High-Technology Researchand Development Program(Grant No .863-2003 AA123310)
文摘The downlink frame structure for beyond 3G mobile communication systems is presented. Beyond 3G systems utilize the OFDM technique. However, a problem encountered in OFDM is that channel dispersion destroys orthogonality between carriers, caushag inter-symbol interference. It is also sensitive to high peak to mean power ratio (PAPR). Therefore it spends much time on obtaining frequency, time, and frame synchronization. This paper proposes to add a frame synchronization channel in the time domain to overcome the shortcoming of OFDM. As transmitter diversity improves the system performance, beyond 3G systems employ space-time block coded (STBC). Fast cell search algorithm including slot synchronization, frame synchronization and cell ID identification is then discussed, which is based on the frame synchronization channel in transmitter diversity systems. Detection and false alarm probabilities in AWGN and Rayleigh channels are analyzed, and the mean acquisition time is obtained. Computer simulations are conducted to evaluate the performance of the cell search algorithm under different channel conditions.
文摘光伏电池板所处环境的非线性变化使得光伏电池的功率保持在最大功率点(maximum power point,MPP)非常困难。传统的最大功率点跟踪(maximum power point tracking,MPPT)方法普遍存在技术缺陷,无法满足当前需求。针对光伏发电MPPT问题,该文提出了一种基于麻雀搜索算法优化的极限学习机(sparrow search algorithm-extreme learning machine,SSA-ELM)神经网络控制器的MPPT方法。与传统技术相比,该MPPT方法在稳定性、速度、超调和MPP的振荡等方面的效果均较好。使用MATLAB/Simulink平台进行仿真实验,验证了所提控制策略及理论分析的正确性。
文摘Maximum Flow Problem (MFP) discusses the maximum amount of flow that can be sent from the source to sink. Edmonds-Karp algorithm is the modified version of Ford-Fulkerson algorithm to solve the MFP. This paper presents some modifications of Edmonds-Karp algorithm for solving MFP. Solution of MFP has also been illustrated by using the proposed algorithm to justify the usefulness of proposed method.
文摘并网光伏系统通常以最大功率模式运行,无法全面响应电网调节需求,因此需要研究功率备用控制(power reserve control,PRC)。基于最大功率点估计(maximum power point estimation,MPPE)的PRC利用光伏等效模型,通过数据拟合实现MPPE,从而实现光伏功率备用。然而,随着光伏组件老化,MPPE估计误差增大,可能影响系统安全稳定运行。文中提出考虑光伏组件老化时MPPE模型参数校准的光伏系统PRC。首先提出基于麻雀搜索算法的MPPE模型参数校准方法,然后根据光伏组件老化特性和MPPE误差演变趋势,提出MPPE模型校准的改进评价指标和校准周期整定原则,最后将其应用于基于MPPE的PRC中。仿真结果表明,该方法能够实现光伏组件老化后MPPE模型参数自动校准,并且显著提高了MPPE精度,增强了PRC在实际应用中的可靠性。