期刊文献+
共找到241篇文章
< 1 2 13 >
每页显示 20 50 100
Adaptive backtracking search optimization algorithm with pattern search for numerical optimization 被引量:6
1
作者 Shu Wang Xinyu Da +1 位作者 Mudong Li Tong Han 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2016年第2期395-406,共12页
The backtracking search optimization algorithm(BSA) is one of the most recently proposed population-based evolutionary algorithms for global optimization. Due to its memory ability and simple structure, BSA has powe... The backtracking search optimization algorithm(BSA) is one of the most recently proposed population-based evolutionary algorithms for global optimization. Due to its memory ability and simple structure, BSA has powerful capability to find global optimal solutions. However, the algorithm is still insufficient in balancing the exploration and the exploitation. Therefore, an improved adaptive backtracking search optimization algorithm combined with modified Hooke-Jeeves pattern search is proposed for numerical global optimization. It has two main parts: the BSA is used for the exploration phase and the modified pattern search method completes the exploitation phase. In particular, a simple but effective strategy of adapting one of BSA's important control parameters is introduced. The proposed algorithm is compared with standard BSA, three state-of-the-art evolutionary algorithms and three superior algorithms in IEEE Congress on Evolutionary Computation 2014(IEEE CEC2014) over six widely-used benchmarks and 22 real-parameter single objective numerical optimization benchmarks in IEEE CEC2014. The results of experiment and statistical analysis demonstrate the effectiveness and efficiency of the proposed algorithm. 展开更多
关键词 evolutionary algorithm backtracking search optimization algorithm(BSA) Hooke-Jeeves pattern search parameter adaption numerical optimization
在线阅读 下载PDF
Patterns in Heuristic Optimization Algorithms: A Comprehensive Analysis
2
作者 Robertas Damasevicius 《Computers, Materials & Continua》 2025年第2期1493-1538,共46页
Heuristic optimization algorithms have been widely used in solving complex optimization problems in various fields such as engineering,economics,and computer science.These algorithms are designed to find high-quality ... Heuristic optimization algorithms have been widely used in solving complex optimization problems in various fields such as engineering,economics,and computer science.These algorithms are designed to find high-quality solutions efficiently by balancing exploration of the search space and exploitation of promising solutions.While heuristic optimization algorithms vary in their specific details,they often exhibit common patterns that are essential to their effectiveness.This paper aims to analyze and explore common patterns in heuristic optimization algorithms.Through a comprehensive review of the literature,we identify the patterns that are commonly observed in these algorithms,including initialization,local search,diversity maintenance,adaptation,and stochasticity.For each pattern,we describe the motivation behind it,its implementation,and its impact on the search process.To demonstrate the utility of our analysis,we identify these patterns in multiple heuristic optimization algorithms.For each case study,we analyze how the patterns are implemented in the algorithm and how they contribute to its performance.Through these case studies,we show how our analysis can be used to understand the behavior of heuristic optimization algorithms and guide the design of new algorithms.Our analysis reveals that patterns in heuristic optimization algorithms are essential to their effectiveness.By understanding and incorporating these patterns into the design of new algorithms,researchers can develop more efficient and effective optimization algorithms. 展开更多
关键词 Heuristic optimization algorithms design patterns INITIALIZATION local search diversity maintenance ADAPTATION STOCHASTICITY exploration EXPLOITATION search space metaheuristics
在线阅读 下载PDF
A novel adjustable multiple cross-hexagonal search algorithm for fast block motion estimation 被引量:2
3
作者 XIE Chun-lai CHEUNG Chun-ho LIU Wei-zhong 《Journal of Zhejiang University-Science A(Applied Physics & Engineering)》 SCIE EI CAS CSCD 2007年第8期1304-1310,共7页
In this paper,we propose a novel adjustable multiple cross-hexagonal search(AMCHS) algorithm for fast block motion estimation. It employs adjustable multiple cross search patterns(AMCSP) in the first step and then use... In this paper,we propose a novel adjustable multiple cross-hexagonal search(AMCHS) algorithm for fast block motion estimation. It employs adjustable multiple cross search patterns(AMCSP) in the first step and then uses half-way-skip and half-way-stop technique to determine whether to employ two hexagonal search patterns(HSPs) subsequently. The AMCSP can be used to find small motion vectors efficiently while the HSPs can be used to find large ones accurately to ensure prediction quality. Simulation results showed that our proposed AMCHS achieves faster search speed,and provides better distortion performance than other popular fast search algorithms,such as CDS and CDHS. 展开更多
关键词 Motion estimation Fast search algorithm Adjustable search patterns Threshold strategy Hexagonal search pattern
在线阅读 下载PDF
Quantum Algorithm for Mining Frequent Patterns for Association Rule Mining 被引量:1
4
作者 Abdirahman Alasow Marek Perkowski 《Journal of Quantum Information Science》 CAS 2023年第1期1-23,共23页
Maximum frequent pattern generation from a large database of transactions and items for association rule mining is an important research topic in data mining. Association rule mining aims to discover interesting corre... Maximum frequent pattern generation from a large database of transactions and items for association rule mining is an important research topic in data mining. Association rule mining aims to discover interesting correlations, frequent patterns, associations, or causal structures between items hidden in a large database. By exploiting quantum computing, we propose an efficient quantum search algorithm design to discover the maximum frequent patterns. We modified Grover’s search algorithm so that a subspace of arbitrary symmetric states is used instead of the whole search space. We presented a novel quantum oracle design that employs a quantum counter to count the maximum frequent items and a quantum comparator to check with a minimum support threshold. The proposed derived algorithm increases the rate of the correct solutions since the search is only in a subspace. Furthermore, our algorithm significantly scales and optimizes the required number of qubits in design, which directly reflected positively on the performance. Our proposed design can accommodate more transactions and items and still have a good performance with a small number of qubits. 展开更多
关键词 Data Mining Association Rule Mining Frequent pattern Apriori algorithm Quantum Counter Quantum Comparator Grover’s search algorithm
在线阅读 下载PDF
The Factors Analysis and Algorithm Implementation of Single-pattern Matching
5
作者 刘功申 朱圣军 《Journal of Shanghai Jiaotong university(Science)》 EI 2009年第3期331-337,共7页
By studying the algorithms of single pattern matching, five factors that have effect on time complexity of the algorithm are analyzed. The five factors are: sorting the characters of pattern string in an increasing o... By studying the algorithms of single pattern matching, five factors that have effect on time complexity of the algorithm are analyzed. The five factors are: sorting the characters of pattern string in an increasing order of using frequency, utilizing already-matched pattern suffix information, utilizing already-matched pattern prefix information, utilizing the position factor which is absorbed from quick search algorithm, and utilizing the continue-skip idea which is originally proposed by this paper. Combining all the five factors, a new single pattern matching algorithm is implemented. It's proven by the experiment that the efficiency of new algorithm is the best of all algorithms. 展开更多
关键词 single pattern matching string search algorithm analysis
原文传递
Determination of AVR System PID Controller Parameters Using Improved Variants of Reptile Search Algorithm and a Novel Objective Function
6
作者 Baran Hekimoglu 《Energy Engineering》 EI 2023年第7期1515-1540,共26页
Two novel improved variants of reptile search algorithm(RSA),RSA with opposition-based learning(ORSA)and hybrid ORSA with pattern search(ORSAPS),are proposed to determine the proportional,integral,and derivative(PID)c... Two novel improved variants of reptile search algorithm(RSA),RSA with opposition-based learning(ORSA)and hybrid ORSA with pattern search(ORSAPS),are proposed to determine the proportional,integral,and derivative(PID)controller parameters of an automatic voltage regulator(AVR)system using a novel objective function with augmented flexibility.In the proposed algorithms,the opposition-based learning technique improves the global search abilities of the original RSA algorithm,while the hybridization with the pattern search(PS)algorithm improves the local search abilities.Both algorithms are compared with the original RSA algorithm and have shown to be highly effective algorithms for tuning the PID controller parameters of an AVR system by getting superior results.Several analyses such as transient,stability,robustness,disturbance rejection,and trajectory tracking are conducted to test the performance of the proposed algorithms,which have validated the good promise of the proposed methods for controller designs.The performances of the proposed design approaches are also compared with the previously reported PID controller parameter tuning approaches to assess their success.It is shown that both proposed approaches obtain excellent and robust results among all compared ones.That is,with the adjustment of the weight factorα,which is introduced by the proposed objective function,for a system with high bandwitdh(α=1),the proposed ORSAPS-PID system has 2.08%more bandwidth than the proposed ORSA-PID system and 5.1%faster than the fastest algorithm from the literature.On the other hand,for a system where high phase and gain margins are desired(α=10),the proposed ORSA-PID system has 0.53%more phase margin and 2.18%more gain margin than the proposed ORSAPS-PID system and has 0.71%more phase margin and 2.25%more gain margin than the best performing algorithm from the literature. 展开更多
关键词 Reptile search algorithm pattern search multidirectional search metaheuristics automatic voltage regulator optimal PID controller
在线阅读 下载PDF
Parallel Quick Search Algorithm for the Exact String Matching Problem Using OpenMP
7
作者 Sinan Sameer Mahmood Al-Dabbagh Nawaf Hazim Barnouti +1 位作者 Mustafa Abdul Sahib Naser Zaid G. Ali 《Journal of Computer and Communications》 2016年第13期1-11,共11页
String matching is seen as one of the essential problems in computer science. A variety of computer applications provide the string matching service for their end users. The remarkable boost in the number of data that... String matching is seen as one of the essential problems in computer science. A variety of computer applications provide the string matching service for their end users. The remarkable boost in the number of data that is created and kept by modern computational devices influences researchers to obtain even more powerful methods for coping with this problem. In this research, the Quick Search string matching algorithm are adopted to be implemented under the multi-core environment using OpenMP directive which can be employed to reduce the overall execution time of the program. English text, Proteins and DNA data types are utilized to examine the effect of parallelization and implementation of Quick Search string matching algorithm on multi-core based environment. Experimental outcomes reveal that the overall performance of the mentioned string matching algorithm has been improved, and the improvement in the execution time which has been obtained is considerable enough to recommend the multi-core environment as the suitable platform for parallelizing the Quick Search string matching algorithm. 展开更多
关键词 String Matching pattern Matching String searching algorithmS Quick search algorithm Exact String Matching algorithm ? Parallelization OPENMP
在线阅读 下载PDF
基于GA-PSA的纺织用永磁同步电动机优化设计 被引量:3
8
作者 张永平 段小丽 +1 位作者 郭英桂 刘慧玲 《微特电机》 2018年第11期79-81,86,共4页
永磁同步电动机广泛应用于纺织机械设备中。针对气流纺机配套使用内置式永磁同步电动机,应用遗传算法-模式搜索算法对失步转矩和效率进行优化设计。优化前期,应用遗传算法,优化过程中采取保留种群中最佳个体的策略,在优化后期应用模式... 永磁同步电动机广泛应用于纺织机械设备中。针对气流纺机配套使用内置式永磁同步电动机,应用遗传算法-模式搜索算法对失步转矩和效率进行优化设计。优化前期,应用遗传算法,优化过程中采取保留种群中最佳个体的策略,在优化后期应用模式搜索算法的局部寻优方法,解决遗传算法在优化后期易陷入最优解附近的局部极值点问题,提高收敛速度和寻优效率。优化结果表明,遗传算法-模式搜索算法与传统遗传算法相比能够获得更高的优化目标值。优化后的样机工业试运行表明了该方案的可行性。 展开更多
关键词 遗传算法 模式搜索算法 失步转矩 效率 优化设计 永磁同步电动机
在线阅读 下载PDF
位移反分析的PSA-ANFIS方法研究
9
作者 张志军 章求才 +1 位作者 贺桂成 丁德馨 《中国安全生产科学技术》 CAS CSCD 2014年第9期107-112,共6页
地下工程中,通常采用位移反分析方法来确定围岩的力学参数,而现有的位移反分析方法均存在诸多不足之处,为此,采用模式搜索算法、自适应神经模糊推理系统以及正交试验设计方法,建立了位移反分析的PSA-ANFIS方法;同时还对一标准弹塑性问... 地下工程中,通常采用位移反分析方法来确定围岩的力学参数,而现有的位移反分析方法均存在诸多不足之处,为此,采用模式搜索算法、自适应神经模糊推理系统以及正交试验设计方法,建立了位移反分析的PSA-ANFIS方法;同时还对一标准弹塑性问题进行了解析计算,得到了相应的训练数据对、检测数据对和预测数据对;最后采用此方法对该弹塑性问题的力学参数进行了反演。反演结果表明,所建立的位移反分析的PSA-ANFIS方法除了能够充分发挥ANFIS的各种优点外,还能有效地减少模型建立和参数调节过程中的人为干预,因此是一种优异的位移反分析方法。 展开更多
关键词 模式搜索算法 自适应神经模糊推理方法 psa-ANFIS 位移反分析
在线阅读 下载PDF
PSA-ANFIS方法的研究
10
作者 张志军 丁德馨 +1 位作者 刘永 贺桂成 《南华大学学报(自然科学版)》 2012年第3期26-32,共7页
矿山中的岩土工程灾害预测问题,是采矿工程领域亟需研究解决的重大课题.本文即针对这些问题,采用正交试验设计法和模式搜索算法研究了自适应神经模糊推理系统(ANFIS)的训练参数和模型结构的优化方法,提出和建立了基于模式搜索算法的自... 矿山中的岩土工程灾害预测问题,是采矿工程领域亟需研究解决的重大课题.本文即针对这些问题,采用正交试验设计法和模式搜索算法研究了自适应神经模糊推理系统(ANFIS)的训练参数和模型结构的优化方法,提出和建立了基于模式搜索算法的自适应神经模糊推理方法(PSA-ANFIS).进一步采用一多峰函数进行离散,构建了训练数据对、检测数据对和预测数据对,对PSA-ANFIS的拟合能力和预测能力进行了研究.结果表明,无论是在拟合精度和预测精度上,还是在训练参数的调整、模型结构的建立和训练过程上,PSA-ANFIS均适合于解决矿山岩土工程灾害预测这一高度非线性的映射问题. 展开更多
关键词 岩土工程 模式搜索算法 自适应神经模糊推理方法 预测问题
在线阅读 下载PDF
Hooke and Jeeves algorithm for linear support vector machine 被引量:1
11
作者 Yeqing Liu Sanyang Liu Mingtao Gu 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2010年第1期138-141,共4页
Coordinate descent method is a unconstrained optimization technique. When it is applied to support vector machine (SVM), at each step the method updates one component of w by solving a one-variable sub-problem while... Coordinate descent method is a unconstrained optimization technique. When it is applied to support vector machine (SVM), at each step the method updates one component of w by solving a one-variable sub-problem while fixing other components. All components of w update after one iteration. Then go to next iteration. Though the method converges and converges fast in the beginning, it converges slow for final convergence. To improve the speed of final convergence of coordinate descent method, Hooke and Jeeves algorithm which adds pattern search after every iteration in coordinate descent method was applied to SVM and a global Newton algorithm was used to solve one-variable subproblems. We proved the convergence of the algorithm. Experimental results show Hooke and Jeeves' method does accelerate convergence specially for final convergence and achieves higher testing accuracy more quickly in classification. 展开更多
关键词 support vector machine CLASSIFICATION pattern search Hooke and Jeeves coordinate descent global Newton algorithm.
在线阅读 下载PDF
A DERIVATIVE-FREE ALGORITHM FOR UNCONSTRAINED OPTIMIZATION 被引量:1
12
作者 Peng Yehui Liu Zhenhai 《Applied Mathematics(A Journal of Chinese Universities)》 SCIE CSCD 2005年第4期491-498,共8页
In this paper a hybrid algorithm which combines the pattern search method and the genetic algorithm for unconstrained optimization is presented. The algorithm is a deterministic pattern search algorithm,but in the sea... In this paper a hybrid algorithm which combines the pattern search method and the genetic algorithm for unconstrained optimization is presented. The algorithm is a deterministic pattern search algorithm,but in the search step of pattern search algorithm,the trial points are produced by a way like the genetic algorithm. At each iterate, by reduplication,crossover and mutation, a finite set of points can be used. In theory,the algorithm is globally convergent. The most stir is the numerical results showing that it can find the global minimizer for some problems ,which other pattern search algorithms don't bear. 展开更多
关键词 unconstrained optimization pattern search method genetic algorithm global minimizer.
在线阅读 下载PDF
Assessment of Different Optimization Algorithms for a Thermal Conduction Problem
13
作者 Mohammad Reza Hajmohammadi Javad Najafiyan Giulio Lorenzini 《Fluid Dynamics & Materials Processing》 EI 2023年第1期233-244,共12页
In this study,three computational approaches for the optimization of a thermal conduction problem are critically compared.These include a Direct Method(DM),a Genetic Algorithm(GA),and a Pattern Search(PS)technique.The... In this study,three computational approaches for the optimization of a thermal conduction problem are critically compared.These include a Direct Method(DM),a Genetic Algorithm(GA),and a Pattern Search(PS)technique.The optimization aims to minimize the maximum temperature of a hot medium(a medium with uniform heat generation)using a constant amount of high conductivity materials(playing the role of fixed factor constraining the considered problem).The principal goal of this paper is to determine the most efficient and fastest option among the considered ones.It is shown that the examined three methods approximately lead to the same result in terms of maximum tem-perature.However,when the number of optimization variables is low,the DM is the fastest one.An increment in the complexity of the design and the number of degrees of freedom(DOF)can make the DM impractical.Results also show that the PS algorithm becomes faster than the GA as the number of variables for the optimization rises. 展开更多
关键词 OPTIMIZATION thermal conduction pattern search genetic algorithm
在线阅读 下载PDF
Pattern Formation Control Using QR-Code for Mobile Robots
14
作者 Kuo-Lan Su Jr-Hung Guo Bo-Yi Li 《Journal of Mechanics Engineering and Automation》 2012年第10期594-600,共7页
The article presents multi-pattern formation exchange of mobile robots according to the image signals, programs motion paths using A* searching algorithm, and avoids the collision points of motion paths. The system c... The article presents multi-pattern formation exchange of mobile robots according to the image signals, programs motion paths using A* searching algorithm, and avoids the collision points of motion paths. The system contains an image system, a grid based motion platform, some wireless Radio Frequency (RF) modules and five mobile robots. We use image recognition algorithm to classify variety pattern formation according to variety Quick Response (QR) code symbols on the user interface of the supervised computer. The supervised computer controls five mobile robots to execute formation exchange and presents the movement scenario on the grid based motion platform. We have been developed some pattern formations according to game applications, such as long snake pattern formation, phalanx pattern formation, crane wing pattern formation, sword pattern formation, cone pattern formation, sward pattern tbrmation, T pattern formation, rectangle pattern formation and so on. We develop the user interface of the multi-robot system to program motion paths for variety pattern formation exchange according to the minimum displacement. In the experimental results, the supervised computer recognizes the various QR-code symbols using image system and decides which pattern formation to be selected on real-time. Mobile robots can receive the pattern formation command from the supervised computer, present the movement scenario from the original pattern formation to the assigned pattern formation on the motion platform, and avoid other mobile robots on real-time. 展开更多
关键词 Multi-pattern formation exchange A* searching algorithm snake pattern formation wireless RF (radio frequency)interface.
在线阅读 下载PDF
GARCH-GPD for Financial Risk Measure Based on Hybrid Genetic Algorithm
15
作者 CHEN Xiu-fang 《科技视界》 2013年第26期241-242,共2页
The shape parameter and scale parameter of generalized Pareto distribution are estimated by hybrid of genetic algorithm and pattern search.The volality of the return is obtained by GARCH model.VaR and CVaR are compute... The shape parameter and scale parameter of generalized Pareto distribution are estimated by hybrid of genetic algorithm and pattern search.The volality of the return is obtained by GARCH model.VaR and CVaR are computed respectively under GPD model and GARCH-GPD model.The experimental results show that VaR and CVaR based on GARCH-GPD are more effectively measure the financial risks. 展开更多
关键词 金融风险 计算方法 混合遗传算法 GPD模型
在线阅读 下载PDF
基于模式搜索的粒子群优化光伏MPPT控制研究 被引量:3
16
作者 李润基 孟丽囡 《现代电子技术》 北大核心 2025年第12期83-88,共6页
光伏发电系统的输出功率具有显著的非线性特性,且易受辐照度、温度等环境因素扰动,导致功率输出不稳定。现有的最大功率点跟踪(MPPT)技术在动态环境下的追踪精度与响应速度仍存在不足。为此,提出一种基于模式搜索与粒子群优化(PSO)相结... 光伏发电系统的输出功率具有显著的非线性特性,且易受辐照度、温度等环境因素扰动,导致功率输出不稳定。现有的最大功率点跟踪(MPPT)技术在动态环境下的追踪精度与响应速度仍存在不足。为此,提出一种基于模式搜索与粒子群优化(PSO)相结合的最大功率点跟踪控制技术。该技术是将局部探索能力较强的模式搜索算法和全局开采能力较强的粒子群优化算法进行有效结合,从而提高光伏系统在各种环境条件下的效率。通过粒子群优化算法在可行域内进行全局搜索,同时引入柯西变异机制以扩大粒子搜索范围,增强算法的全局寻优能力;并且融合模式搜索法对搜索到的较优解进行局部寻优,以提高解的精度。仿真结果表明,通过两种算法的结合,所提方法能在更短时间内找到全局最大功率点;与标准粒子群优化算法相比,该混合算法在静态局部阴影、动态局部阴影两种工况下都能快速准确地追踪到最大功率点。 展开更多
关键词 最大功率点追踪 模式搜索技术 粒子群优化算法 柯西变异 局部搜索 全局优化
在线阅读 下载PDF
基于多芯梁框架系统的悬索桥气弹模型设计方法
17
作者 兰义哲 葛耀君 +1 位作者 张晋杰 杨詠昕 《同济大学学报(自然科学版)》 北大核心 2025年第7期1026-1034,共9页
针对大跨度双层桥面钢桁架悬索桥,提出了一种新的加劲梁气弹模型设计方法,称为多芯梁框架系统。该系统包含上下两层芯梁、横向联系刚臂和竖向框架刚臂。通过将设计过程转化为优化问题,并采用有约束的模式搜索法,获得了满足设计指标的加... 针对大跨度双层桥面钢桁架悬索桥,提出了一种新的加劲梁气弹模型设计方法,称为多芯梁框架系统。该系统包含上下两层芯梁、横向联系刚臂和竖向框架刚臂。通过将设计过程转化为优化问题,并采用有约束的模式搜索法,获得了满足设计指标的加劲梁设计参数值。敏感性分析表明,横向联系刚臂和上下两层纵向芯梁的尺寸对模态频率具有关键影响。动力特性测试结果验证了多芯梁框架系统模拟的准确性,低阶模态频率与设计目标值误差在±5%以内。这一设计方法作为全桥气弹模型设计方法的有效补充,适用于桁架形式加劲梁,实现了气动外形、刚度系统和质量系统的整体最佳模拟。 展开更多
关键词 桥梁工程 多芯梁框架系统 模式搜索优化算法 全桥气弹模型 动力特性
在线阅读 下载PDF
基于KPCA-ISSA-SVM的控制图模式识别 被引量:2
18
作者 梁旭 张朝阳 +1 位作者 吉卫喜 张文博 《组合机床与自动化加工技术》 北大核心 2025年第7期128-134,140,共8页
针对制造企业产品生产过程中质量监控智能化程度不足的问题,提出一种基于核主成分分析法(KPCA)与改进麻雀搜索算法(ISSA)优化支持向量机(SVM)的控制图模式识别方法。首先通过KPCA对控制图原始数据进行降维;其次,引入Logistic-Tent(LT)... 针对制造企业产品生产过程中质量监控智能化程度不足的问题,提出一种基于核主成分分析法(KPCA)与改进麻雀搜索算法(ISSA)优化支持向量机(SVM)的控制图模式识别方法。首先通过KPCA对控制图原始数据进行降维;其次,引入Logistic-Tent(LT)复合映射和高斯变异来改进麻雀搜索算法对SVM的关键参数进行寻优;接着建立KPCA-ISSA-SVM模型对控制图模式进行识别;最后通过仿真实验,将所提模型与RF、CNN、SVM、KPCA-SVM、KPCA-SSA-SVM、KPCA-PSO-SVM模型进行对比,并以某电梯零部件企业的机加工车间为例,验证了该方法的可行性和有效性。仿真与实例结果表明,所提方法是一种更有效的控制图模式识别方法。 展开更多
关键词 控制图 模式识别 核主成分分析 改进麻雀搜索算法 支持向量机
在线阅读 下载PDF
基于SSA-VMD和SDP的双通道CNN轴承故障识别方法 被引量:4
19
作者 蒋丽英 高铭悦 李贺 《机电工程》 北大核心 2025年第2期257-266,共10页
针对滚动轴承故障振动信号具有非线性和非平稳性等特征,以及单通道卷积神经网络(CNN)提取故障特征不显著的问题,提出了一种基于麻雀算法-变分模态分解(SSA-VMD)和对称点模式(SDP)的双通道CNN滚动轴承故障诊断方法。首先,结合样本熵和皮... 针对滚动轴承故障振动信号具有非线性和非平稳性等特征,以及单通道卷积神经网络(CNN)提取故障特征不显著的问题,提出了一种基于麻雀算法-变分模态分解(SSA-VMD)和对称点模式(SDP)的双通道CNN滚动轴承故障诊断方法。首先,结合样本熵和皮尔逊相关系数,构建了新的综合适应度函数,利用麻雀算法(SSA)进行了自适应寻优,确定了最佳的变分模态分解(VMD)参数K和α。将原始振动信号经过VMD分解后,得到了本征模态函数(IMF)分量,通过计算各IMF分量的峭度值进行了筛选,将筛选出的信号进行重构后得到了一维特征信号;然后,根据互相关系数选择了合适的对称点模式(SDP)参数值,将原始振动信号转化为极坐标下的SDP图像,获得了具有良好可分性的二维特征图;最后,将一维和二维特征作为双通道CNN的输入进行了联合训练,将训练好的网络用于故障类型识别,在西储大学和江南大学的轴承数据集上对其有效性进行了验证。研究结果表明:通过网络训练,其故障诊断的准确率分别达到了98.5%和100%。该结果验证了该方法在准确识别故障特征方面具有优越性和普适性。 展开更多
关键词 一维特征信号构建 二维特征转换 卷积神经网络 麻雀算法 变分模态分解 对称点模式
在线阅读 下载PDF
基于IMPA的含氢综合能源系统经济优化调度
20
作者 徐志凡 李媛 +1 位作者 郑新宇 屈玥含 《控制与决策》 北大核心 2025年第11期3437-3444,共8页
针对传统优化算法在综合能源系统经济优化调度问题中较难寻出可行解或最优解的问题,提出一种多策略改进的海洋捕食者算法.采用Sobol序列初始化种群、模式搜索法更新位置信息以及动态反向学习策略扩大搜索范围,进一步提升算法的收敛速度... 针对传统优化算法在综合能源系统经济优化调度问题中较难寻出可行解或最优解的问题,提出一种多策略改进的海洋捕食者算法.采用Sobol序列初始化种群、模式搜索法更新位置信息以及动态反向学习策略扩大搜索范围,进一步提升算法的收敛速度和寻优精度.基于系统功率平衡、能源设备出力限制及储能装置约束条件,以经济成本最小为目标建立考虑氢燃料发电机和热电联产等设备多能耦合的含氢综合能源系统优化调度模型.结合河北某地区的实际数据开展算例仿真分析,结果表明,所提出的算法相较于其余4种群智能优化算法,在不同场景下均具有更好的优化调度能力,能够有效协调源-荷-储多元耦合关系,降低系统运行的综合成本. 展开更多
关键词 综合能源系统 优化调度 改进海洋捕食者算法 Sobol序列 模式搜索 动态反向学习
原文传递
上一页 1 2 13 下一页 到第
使用帮助 返回顶部