期刊文献+
共找到580篇文章
< 1 2 29 >
每页显示 20 50 100
Test Case Prioritization in Unit and Integration Testing:A Shuffled-Frog-Leaping Approach
1
作者 Atulya Gupta Rajendra Prasad Mahapatra 《Computers, Materials & Continua》 SCIE EI 2023年第3期5369-5387,共19页
Both unit and integration testing are incredibly crucial for almost any software application because each of them operates a distinct process to examine the product.Due to resource constraints,when software is subject... Both unit and integration testing are incredibly crucial for almost any software application because each of them operates a distinct process to examine the product.Due to resource constraints,when software is subjected to modifications,the drastic increase in the count of test cases forces the testers to opt for a test optimization strategy.One such strategy is test case prioritization(TCP).Existing works have propounded various methodologies that re-order the system-level test cases intending to boost either the fault detection capabilities or the coverage efficacy at the earliest.Nonetheless,singularity in objective functions and the lack of dissimilitude among the re-ordered test sequences have degraded the cogency of their approaches.Considering such gaps and scenarios when the meteoric and continuous updations in the software make the intensive unit and integration testing process more fragile,this study has introduced a memetics-inspired methodology for TCP.The proposed structure is first embedded with diverse parameters,and then traditional steps of the shuffled-frog-leaping approach(SFLA)are followed to prioritize the test cases at unit and integration levels.On 5 standard test functions,a comparative analysis is conducted between the established algorithms and the proposed approach,where the latter enhances the coverage rate and fault detection of re-ordered test sets.Investigation results related to the mean average percentage of fault detection(APFD)confirmed that the proposed approach exceeds the memetic,basic multi-walk,PSO,and optimized multi-walk by 21.7%,13.99%,12.24%,and 11.51%,respectively. 展开更多
关键词 Test case prioritization unit testing shuffled frog leaping approach memetic based optimization algorithm integration testing
下载PDF
Shuffled frog leaping algorithm with non-dominated sorting for dynamic weapon-target assignment
2
作者 ZHAO Yang LIU Jicheng +1 位作者 JIANG Ju ZHEN Ziyang 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2023年第4期1007-1019,共13页
The dynamic weapon target assignment(DWTA)problem is of great significance in modern air combat.However,DWTA is a highly complex constrained multi-objective combinatorial optimization problem.An improved elitist non-d... The dynamic weapon target assignment(DWTA)problem is of great significance in modern air combat.However,DWTA is a highly complex constrained multi-objective combinatorial optimization problem.An improved elitist non-dominated sorting genetic algorithm-II(NSGA-II)called the non-dominated shuffled frog leaping algorithm(NSFLA)is proposed to maximize damage to enemy targets and minimize the self-threat in air combat constraints.In NSFLA,the shuffled frog leaping algorithm(SFLA)is introduced to NSGA-II to replace the inside evolutionary scheme of the genetic algorithm(GA),displaying low optimization speed and heterogeneous space search defects.Two improvements have also been raised to promote the internal optimization performance of SFLA.Firstly,the local evolution scheme,a novel crossover mechanism,ensures that each individual participates in updating instead of only the worst ones,which can expand the diversity of the population.Secondly,a discrete adaptive mutation algorithm based on the function change rate is applied to balance the global and local search.Finally,the scheme is verified in various air combat scenarios.The results show that the proposed NSFLA has apparent advantages in solution quality and efficiency,especially in many aircraft and the dynamic air combat environment. 展开更多
关键词 dynamic weapon-target assignment(DWTA)problem shuffled frog leaping algorithm(SFLA) air combat research
下载PDF
Quantitative algorithm for airborne gamma spectrum of large sample based on improved shuffled frog leaping-particle swarm optimization convolutional neural network
3
作者 Fei Li Xiao-Fei Huang +5 位作者 Yue-Lu Chen Bing-Hai Li Tang Wang Feng Cheng Guo-Qiang Zeng Mu-Hao Zhang 《Nuclear Science and Techniques》 SCIE EI CAS CSCD 2023年第7期242-252,共11页
In airborne gamma ray spectrum processing,different analysis methods,technical requirements,analysis models,and calculation methods need to be established.To meet the engineering practice requirements of airborne gamm... In airborne gamma ray spectrum processing,different analysis methods,technical requirements,analysis models,and calculation methods need to be established.To meet the engineering practice requirements of airborne gamma-ray measurements and improve computational efficiency,an improved shuffled frog leaping algorithm-particle swarm optimization convolutional neural network(SFLA-PSO CNN)for large-sample quantitative analysis of airborne gamma-ray spectra is proposed herein.This method was used to train the weight of the neural network,optimize the structure of the network,delete redundant connections,and enable the neural network to acquire the capability of quantitative spectrum processing.In full-spectrum data processing,this method can perform the functions of energy spectrum peak searching and peak area calculations.After network training,the mean SNR and RMSE of the spectral lines were 31.27 and 2.75,respectively,satisfying the demand for noise reduction.To test the processing ability of the algorithm in large samples of airborne gamma spectra,this study considered the measured data from the Saihangaobi survey area as an example to conduct data spectral analysis.The results show that calculation of the single-peak area takes only 0.13~0.15 ms,and the average relative errors of the peak area in the U,Th,and K spectra are 3.11,9.50,and 6.18%,indicating the high processing efficiency and accuracy of this algorithm.The performance of the model can be further improved by optimizing related parameters,but it can already meet the requirements of practical engineering measurement.This study provides a new idea for the full-spectrum processing of airborne gamma rays. 展开更多
关键词 Large sample Airborne gamma spectrum(AGS) shuffled frog leaping algorithm(SFLA) Particle swarm optimization(PSO) Convolutional neural network(CNN)
下载PDF
Genetic-Frog-Leaping Algorithm for Text Document Clustering
4
作者 Lubna Alhenak Manar Hosny 《Computers, Materials & Continua》 SCIE EI 2019年第9期1045-1074,共30页
In recent years,the volume of information in digital form has increased tremendously owing to the increased popularity of the World Wide Web.As a result,the use of techniques for extracting useful information from lar... In recent years,the volume of information in digital form has increased tremendously owing to the increased popularity of the World Wide Web.As a result,the use of techniques for extracting useful information from large collections of data,and particularly documents,has become more necessary and challenging.Text clustering is such a technique;it consists in dividing a set of text documents into clusters(groups),so that documents within the same cluster are closely related,whereas documents in different clusters are as different as possible.Clustering depends on measuring the content(i.e.,words)of a document in terms of relevance.Nevertheless,as documents usually contain a large number of words,some of them may be irrelevant to the topic under consideration or redundant.This can confuse and complicate the clustering process and make it less accurate.Accordingly,feature selection methods have been employed to reduce data dimensionality by selecting the most relevant features.In this study,we developed a text document clustering optimization model using a novel genetic frog-leaping algorithm that efficiently clusters text documents based on selected features.The proposed approach is based on two metaheuristic algorithms:a genetic algorithm(GA)and a shuffled frog-leaping algorithm(SFLA).The GA performs feature selection,and the SFLA performs clustering.To evaluate its effectiveness,the proposed approach was tested on a well-known text document dataset:the“20Newsgroup”dataset from the University of California Irvine Machine Learning Repository.Overall,after multiple experiments were compared and analyzed,it was demonstrated that using the proposed algorithm on the 20Newsgroup dataset greatly facilitated text document clustering,compared with classical K-means clustering.Nevertheless,this improvement requires longer computational time. 展开更多
关键词 Text documents clustering meta-heuristic algorithms shuffled frog-leaping algorithm genetic algorithm feature selection
下载PDF
Membrane-inspired quantum shuffled frog leaping algorithm for spectrum allocation 被引量:2
5
作者 Hongyuan Gao Jinlong Cao 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2012年第5期679-688,共10页
To solve discrete optimization difficulty of the spectrum allocation problem,a membrane-inspired quantum shuffled frog leaping(MQSFL) algorithm is proposed.The proposed MQSFL algorithm applies the theory of membrane... To solve discrete optimization difficulty of the spectrum allocation problem,a membrane-inspired quantum shuffled frog leaping(MQSFL) algorithm is proposed.The proposed MQSFL algorithm applies the theory of membrane computing and quantum computing to the shuffled frog leaping algorithm,which is an effective discrete optimization algorithm.Then the proposed MQSFL algorithm is used to solve the spectrum allocation problem of cognitive radio systems.By hybridizing the quantum frog colony optimization and membrane computing,the quantum state and observation state of the quantum frogs can be well evolved within the membrane structure.The novel spectrum allocation algorithm can search the global optimal solution within a reasonable computation time.Simulation results for three utility functions of a cognitive radio system are provided to show that the MQSFL spectrum allocation method is superior to some previous spectrum allocation algorithms based on intelligence computing. 展开更多
关键词 quantum shuffled frog leaping algorithm membrane computing spectrum allocation cognitive radio
下载PDF
Improved Shuffled Frog Leaping Algorithm Optimizing Integral Separated PID Control for Unmanned Hypersonic Vehicle 被引量:2
6
作者 梁冰冰 江驹 +1 位作者 甄子洋 马坤 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI CSCD 2015年第1期110-114,共5页
To solve the flight control problem for unmanned hypersonic vehicles,a novel intelligent optimized control method is proposed.A flight control system based on integral separated proportional-integral-derivative(PID)co... To solve the flight control problem for unmanned hypersonic vehicles,a novel intelligent optimized control method is proposed.A flight control system based on integral separated proportional-integral-derivative(PID)control is designed for hypersonic vehicle,and an improved shuffled frog leaping algorithm is presented to optimize the control parameters.A nonlinear model of hypersonic vehicle is established to examine the dynamic characteristics achieved by the flight control system.Simulation results demonstrate that the proposed optimized controller can effectively achieve better flight control performance than the traditional controller. 展开更多
关键词 hypersonic vehicles flight control shuffled frog leaping algorithm unmanned aerial vehicles(UAVs)
下载PDF
Modified Shuffled Frog Leaping Algorithm for Solving Economic Load Dispatch Problem 被引量:2
7
作者 Priyanka Roy A. Chakrabarti 《Energy and Power Engineering》 2011年第4期551-556,共6页
In the recent restructured power system scenario and complex market strategy, operation at absolute minimum cost is no longer the only criterion for dispatching electric power. The economic load dispatch (ELD) problem... In the recent restructured power system scenario and complex market strategy, operation at absolute minimum cost is no longer the only criterion for dispatching electric power. The economic load dispatch (ELD) problem which accounts for minimization of both generation cost and power loss is itself a multiple conflicting objective function problem. In this paper, a modified shuffled frog-leaping algorithm (MSFLA), which is an improved version of memetic algorithm, is proposed for solving the ELD problem. It is a relatively new evolutionary method where local search is applied during the evolutionary cycle. The idea of memetic algorithm comes from memes, which unlike genes can adapt themselves. The performance of MSFLA has been shown more efficient than traditional evolutionary algorithms for such type of ELD problem. The application and validity of the proposed algorithm are demonstrated for IEEE 30 bus test system as well as a practical power network of 203 bus 264 lines 23 machines system. 展开更多
关键词 ECONOMIC Load DISPATCH Modified shuffled FROG Leaping algorithm GENETIC algorithm
下载PDF
A ε-indicator-based shuffled frog leaping algorithm for many-objective optimization problems
8
作者 WANG Na SU Yuchao +2 位作者 CHEN Xiaohong LI Xia LIU Dui 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2020年第1期142-155,共14页
Many-objective optimization problems take challenges to multi-objective evolutionary algorithms.A number of nondominated solutions in population cause a difficult selection towards the Pareto front.To tackle this issu... Many-objective optimization problems take challenges to multi-objective evolutionary algorithms.A number of nondominated solutions in population cause a difficult selection towards the Pareto front.To tackle this issue,a series of indicatorbased multi-objective evolutionary algorithms(MOEAs)have been proposed to guide the evolution progress and shown promising performance.This paper proposes an indicator-based manyobjective evolutionary algorithm calledε-indicator-based shuffled frog leaping algorithm(ε-MaOSFLA),which adopts the shuffled frog leaping algorithm as an evolutionary strategy and a simple and effectiveε-indicator as a fitness assignment scheme to press the population towards the Pareto front.Compared with four stateof-the-art MOEAs on several standard test problems with up to 50 objectives,the experimental results show thatε-MaOSFLA outperforms the competitors. 展开更多
关键词 evolutionary algorithm many-objective optimization shuffled frog leaping algorithm(SFLA) ε-indicator
下载PDF
Control Strategy for a Quadrotor Based on a Memetic Shuffled Frog Leaping Algorithm
9
作者 Nour Ben Ammar Hegazy Rezk Soufiene Bouallègue 《Computers, Materials & Continua》 SCIE EI 2021年第6期4081-4100,共20页
This work presents a memetic Shuffled Frog Leaping Algorithm(SFLA)based tuning approach of an Integral Sliding Mode Controller(ISMC)for a quadrotor type of Unmanned Aerial Vehicles(UAV).Based on the Newton–Euler form... This work presents a memetic Shuffled Frog Leaping Algorithm(SFLA)based tuning approach of an Integral Sliding Mode Controller(ISMC)for a quadrotor type of Unmanned Aerial Vehicles(UAV).Based on the Newton–Euler formalism,a nonlinear dynamic model of the studied quadrotor is firstly established for control design purposes.Since the main parameters of the ISMC design are the gains of the sliding surfaces and signum functions of the switching control law,which are usually selected by repetitive and time-consuming trials-errors based procedures,a constrained optimization problem is formulated for the systematically tuning of these unknown variables.Under time-domain operating constraints,such an optimization-based tuning problem is effectively solved using the proposed SFLA metaheuristic with an empirical comparison to other evolutionary computation-and swarm intelligence-based algorithms such as the Crow Search Algorithm(CSA),Fractional Particle Swarm Optimization Memetic Algorithm(FPSOMA),Ant Bee Colony(ABC)and Harmony Search Algorithm(HSA).Numerical experiments are carried out for various sets of algorithms’parameters to achieve optimal gains of the sliding mode controllers for the altitude and attitude dynamics stabilization.Comparative studies revealed that the SFLA is a competitive and easily implemented algorithm with high performance in terms of robustness and non-premature convergence.Demonstrative results verified that the proposed metaheuristicsbased approach is a promising alternative for the systematic tuning of the effective design parameters in the integral sliding mode control framework. 展开更多
关键词 QUADROTOR MODELING integral sliding mode control gains tuning advanced metaheuristics memetic algorithms shuffled frog leaping algorithm
下载PDF
一种交叠的Shuffled-BP LDPC译码算法 被引量:3
10
作者 范亚楠 王丽冲 +1 位作者 姚秀娟 孟新 《电子与信息学报》 EI CSCD 北大核心 2016年第11期2908-2915,共8页
Shuffled-BP(SBP)译码算法是一种基于变量节点的串行消息传递译码算法,其收敛速度快于原有的置信度传播译码算法,然而由于实际工程实现中的半并行化处理,其收敛速度和误码性能均有所降低。为了进一步提高SBP算法的性能,该文提出一种交叠... Shuffled-BP(SBP)译码算法是一种基于变量节点的串行消息传递译码算法,其收敛速度快于原有的置信度传播译码算法,然而由于实际工程实现中的半并行化处理,其收敛速度和误码性能均有所降低。为了进一步提高SBP算法的性能,该文提出一种交叠的Shuffled-BP(Overlapped Shuffled-BP,OSBP)译码算法。该算法采用若干个相同的子译码器以不同的更新顺序同时进行更新,对于每个变量节点,在每次迭代更新后选取最可靠的信息参与下一次迭代,以此提高迭代的收敛速度。理论分析和仿真实验均表明,在不增加额外存储空间的条件下,OSBP算法相比于SBP算法有着更优的误码性能以及更快的收敛速度。此外,提出的OSBP算法对于规则和不规则LDPC码均有效。 展开更多
关键词 LDPC码 收敛速度 译码算法 shuffled-BP 交叠的shuffled-BP
下载PDF
基于离散混合蛙跳算法的地震应急物资调度 被引量:1
11
作者 申晓宁 葛忠佩 +2 位作者 姚铖滨 宋丽妍 王玉芳 《系统仿真学报》 CAS CSCD 北大核心 2024年第1期97-109,共13页
建立震后应急物资调度数学模型。该模型根据各灾区的受灾情况评估其救援紧急程度,并设计一种需求拆分供应的运输机制,提高车辆的利用效率。为求解该模型,提出一种多源信息学习的离散混合蛙跳算法。所提算法引入多种信息源以扩展算法的... 建立震后应急物资调度数学模型。该模型根据各灾区的受灾情况评估其救援紧急程度,并设计一种需求拆分供应的运输机制,提高车辆的利用效率。为求解该模型,提出一种多源信息学习的离散混合蛙跳算法。所提算法引入多种信息源以扩展算法的搜索方向,降低种群的同化速度。同时,让子组最差个体学习种群中的有效信息,提高算法的收敛精度。实验结果表明,所提算法能够搜索到精度更优的调度方案,对问题规模具有良好的可扩展性。 展开更多
关键词 应急物资调度 混合蛙跳算法 灾区紧急程度 需求拆分供应 车辆路径问题
下载PDF
基于改进SFLA-Elman神经网络的电离层杂波抑制方法
12
作者 刘强 尚尚 +2 位作者 乔铁柱 祝健 石依山 《电讯技术》 北大核心 2024年第6期848-856,共9页
针对高频地波雷达目标检测中电离层杂波的干扰问题,提出了一种基于改进混合蛙跳算法优化Elman神经网络预测抑制电离层杂波的策略。为解决混合蛙跳算法初始种群分布不均匀、收敛精度低、易陷于局部极值等问题,引入Cubic混沌映射、莱维飞... 针对高频地波雷达目标检测中电离层杂波的干扰问题,提出了一种基于改进混合蛙跳算法优化Elman神经网络预测抑制电离层杂波的策略。为解决混合蛙跳算法初始种群分布不均匀、收敛精度低、易陷于局部极值等问题,引入Cubic混沌映射、莱维飞行策略、非线性平衡因子和复制操作,增强种群多样性,提高算法搜索能力。利用改进后的算法和其他算法分别优化Elman神经网络预测抑制模型,结果表明,改进后的算法无论是在收敛精度和稳定性上,还是在临近距离单元电离层杂波的预测抑制上,都取得了显著的提升。在基本保留目标信号的基础上,平均信杂比较原始回波提升18.52 dB,较原始混合蛙跳算法提升1.08 dB,对于电离层杂波的抑制具有较高应用价值。 展开更多
关键词 高频地波雷达 电离层杂波抑制 混合蛙跳算法 ELMAN神经网络 莱维飞行
下载PDF
基于RF-SFLA-SVM的装配式建筑高空作业工人不安全行为预警
13
作者 王军武 何娟娟 +3 位作者 宋盈辉 刘一鹏 陈兆 郭婧怡 《中国安全科学学报》 CAS CSCD 北大核心 2024年第3期1-8,共8页
为有效预警装配式建筑高空作业工人不安全行为的发生趋势或状态,增强对装配式建筑工人不安全行为(PBWUBs)的管控,采用随机森林(RF)-混合蛙跳算法(SFLA)-支持向量机(SVM)模型,开展工人不安全行为预警研究。首先,采用SHEL模型分析处于高... 为有效预警装配式建筑高空作业工人不安全行为的发生趋势或状态,增强对装配式建筑工人不安全行为(PBWUBs)的管控,采用随机森林(RF)-混合蛙跳算法(SFLA)-支持向量机(SVM)模型,开展工人不安全行为预警研究。首先,采用SHEL模型分析处于高空作业危险中的PBWUBs的影响因素,并通过RF确定关键预警指标;然后,采用SFLA对SVM的参数进行寻优改进;最后,利用RF-SFLA-SVM预警高空作业PBWUBs,提出应对措施,并与其他预警模型对比。研究结果表明:基于RF-SFLA-SVM预警高空作业PBWUBs,准确率最高,为91.67%,与其他模型的预警性能相比,最高提升14%。研究结果可为高空作业PBWUBs的防控提供参考。 展开更多
关键词 随机森林(RF) 蛙跳算法(SFLA) 支持向量机(SVM) 装配式建筑 高空作业 不安全行为
下载PDF
基于改进的MobilenetV3热轧钢带表面缺陷分类
14
作者 熊政 车文刚 +1 位作者 保永莉 刘晓彤 《兰州大学学报(自然科学版)》 CAS CSCD 北大核心 2024年第2期182-186,共5页
提出一种基于轻量化神经网络MobilenetV3-large改进的热轧钢带表面缺陷分类算法,通过剪枝、大量削减卷积层数、调整通道大小和步长,以及修改对应的网络参数快速降低了参数量.为弥补修改模型带来的准确率下降的问题,将激活函数ReLU更换为... 提出一种基于轻量化神经网络MobilenetV3-large改进的热轧钢带表面缺陷分类算法,通过剪枝、大量削减卷积层数、调整通道大小和步长,以及修改对应的网络参数快速降低了参数量.为弥补修改模型带来的准确率下降的问题,将激活函数ReLU更换为Hard-Swish,引入置换注意力机制替换原模型中的通道注意力机制,在进一步降低参数量的同时提高运行效率和分类准确率.在NEU-CLS表面缺陷数据集中的试验结果表明,改进后的算法参数量为0.5 MB,相比原模型降低96.89%,训练图片的时间由19.81 ms/幅降至10.73 ms/幅,平均准确率为99.26%,比改进前提高了5.56%,表明改进后的算法可应用于实时分类. 展开更多
关键词 MobilenetV3算法 转移注意力 结构性剪枝 缺陷分类
下载PDF
输电网中储能电站的智能预测系统设计
15
作者 朱明 《自动化仪表》 CAS 2024年第6期63-67,共5页
针对输电网中风电场与储能电站的容量配置问题,设计了一种输电网中储能电站的智能预测系统。采用直流系统、站用电低压系统、监控系统、微机保护装置、测控装置、计量装置、人工智能、5G移动通信以及综合自动化设备,创建智能预测系统。... 针对输电网中风电场与储能电站的容量配置问题,设计了一种输电网中储能电站的智能预测系统。采用直流系统、站用电低压系统、监控系统、微机保护装置、测控装置、计量装置、人工智能、5G移动通信以及综合自动化设备,创建智能预测系统。通过基于混合蛙跳算法(SFLA)的人工智能,实现储能电站容量的计算、研究、预测,同时对储能电站进行优化配置。将外连接口与卡线器进行对接。通过传感设备采集检测单元需要的硬件信息、运行状态、设备情况和额定负载等数据,并对数据进行优化。试验结果表明,该系统在储能电站的预测精准度高达90%以上。该系统对解决电能浪费问题具有较强的实用性,也符合储能电站的特性。 展开更多
关键词 智能预测系统 混合蛙跳算法 测控装置 5G移动通信 人工智能
下载PDF
基于SFLA优化变分模态提取的滚动轴承故障诊断
16
作者 张怀彬 陈志刚 +1 位作者 杨远鹏 王衍学 《振动与冲击》 EI CSCD 北大核心 2024年第10期132-139,173,共9页
为解决变分模态提取(variational mode extraction, VME)在分解轴承故障信号过程中近似中心频率和惩罚因子的选择过于依赖专家经验的问题,提出混合蛙跳算法(shuffled frog leaping algorithm, SFLA)与VME相结合的滚动轴承故障诊断方法... 为解决变分模态提取(variational mode extraction, VME)在分解轴承故障信号过程中近似中心频率和惩罚因子的选择过于依赖专家经验的问题,提出混合蛙跳算法(shuffled frog leaping algorithm, SFLA)与VME相结合的滚动轴承故障诊断方法。首先,为解决单一指标作为目标函数提取特征时信息不全面的问题,结合信息熵(information entropy, IE)、包络谱峭度和相关系数建立新的参数优化指标—KIC;然后,将KIC的极小值作为SFLA的目标函数自适应地选取VME期望模态的中心频率和惩罚因子;最后,通过包络解调分析期望模态进行故障诊断。仿真信号与轴承试验台相关数据集的分析结果表明,所提出的SFLA-VME方法能够准确地提取出期望模态并诊断轴承故障。 展开更多
关键词 滚动轴承 变分模态提取 混合蛙跳算法 包络谱峭度 信息熵
下载PDF
基于IVMD算法的动车组滚动轴承故障特征提取方法研究
17
作者 安国平 《智慧轨道交通》 2024年第1期10-14,60,共6页
动车组转向架滚动轴承的运行安全一直是影响列车安全运行的重要环节,目前国内外有多套监测体系进行了车载应用,但误报、漏报等现象时有发生,滚动轴承故障特征提取方法的准确性是该领域研究的重点之一。本文提出了一种基于改进的变分模... 动车组转向架滚动轴承的运行安全一直是影响列车安全运行的重要环节,目前国内外有多套监测体系进行了车载应用,但误报、漏报等现象时有发生,滚动轴承故障特征提取方法的准确性是该领域研究的重点之一。本文提出了一种基于改进的变分模态分解算法(Improved Variational Mode Decomposition,IVMD)的故障特征提取算法,采用混合蛙跳算法(Shuffled Frog Leaping Algorithm,SFLA)对模态数K和带宽控制参数α进行最优自适应选择。建立了基于包络熵、峭度和相关系数的多目标评价函数来选择最优模态分量。利用功效系数法将多目标优化问题转化为单目标优化问题,用频谱分析法对最优模态分量进行重构和处理。最后利用全实物电机轴承滚动实验台数据进行了方法的测试,有效验证了提出的改进方法分解故障信号及提取故障特征频率的准确性。 展开更多
关键词 动车组 滚动轴承 故障诊断 变分模态分解 混合蛙跳算法
下载PDF
BALANCE ROUTING TRAFFIC IN GENERALIZED SHUFFLE-EXCHANGE NETWORK
18
作者 ChenZhen LiuZengji +2 位作者 QiuZhiliang ChenPeng TaoXiaoming 《Journal of Electronics(China)》 2005年第4期345-350,共6页
A methodology is proposed to handle problem that under equiproble address of packet traffic at the input port, Generalized Shuffle-Exchange Network (GSEN) routes traffic unevenly because of the unbalanced routing tags... A methodology is proposed to handle problem that under equiproble address of packet traffic at the input port, Generalized Shuffle-Exchange Network (GSEN) routes traffic unevenly because of the unbalanced routing tags. The idea is to use routing tag according to probability, which can be evaluated by using Moore-Penrose inverse in matrix analysis. An instance is used to illustrate the idea, and the simulation is done to show the improvement in performance issues. 展开更多
关键词 多级互连网络 广义混洗交换网络 标签路由算法 线性系统 矩阵分析
下载PDF
基于改进遗传算法优化BP神经网络的表面粗糙度误差预测 被引量:1
19
作者 张剑飞 王磊 +1 位作者 刘明 王硕 《高师理科学刊》 2023年第7期33-40,共8页
随着现代制造业的发展,对工件加工质量和精度越来越追求高标准.表面粗糙度作为评价工件质量的重要指标,对工件质量和产品特性具有重要的影响.针对传统BP(Back Propagation)神经网络在训练过程中易陷入局部极小值和收敛速度慢等不足,遗... 随着现代制造业的发展,对工件加工质量和精度越来越追求高标准.表面粗糙度作为评价工件质量的重要指标,对工件质量和产品特性具有重要的影响.针对传统BP(Back Propagation)神经网络在训练过程中易陷入局部极小值和收敛速度慢等不足,遗传算法(Genetic Algorithm,GA)存在随机性问题,提出采用遗传算法和混合蛙跳算法(Shuffled Frog Leaping Algorithm,SFLA)结合来改进BP神经网络(记为SFLA-GA-BP)进行工件表面粗糙度误差预测.以工件表面粗糙度与砂轮粒度、砂轮转速、工件速度、进给率四要素之间的相关关系为研究目标,通过正交实验技术,分别以BP神经网络、遗传算法改进BP神经网络(记为GA-BP)和SFLA-GA-BP神经网络进行建模分析.实验结果表明,SFLA-GA-BP的均方根误差(Root Mean Squared Error,RMSE)比BP网络和GA-BP网络分别提高了1.7%和0.7%、平均绝对百分误差(Mean Absolute Percentage Error,MAPE)分别提高了2%和1.1%,平均绝对误差(Mean Absolute Error,MAE)分别提高了1%和0.6%.SFLA-GA-BP模型的预测误差相比于BP神经网络和GA-BP神经网络更加精准.故SFLA-GA-BP模型对于预测工件表面粗糙度具有更高的准确率和良好的稳定性,同时为企业减少成本,对企业智能化发展具有一定的指导意义. 展开更多
关键词 表面粗糙度 神经网络 遗传算法 混合蛙跳算法
下载PDF
基于混合蛙跳算法的供水管网减压阀优化控制模型研究
20
作者 吴玮 林广阳 +1 位作者 冉雨晴 黄天寅 《给水排水》 CSCD 北大核心 2023年第6期141-149,共9页
为有效实施压力管理策略,建立以最小化管网节点富余压力、最小化管网漏失量为目标的减压阀优化控制模型,设计混合蛙跳算法求解减压阀最优安装位置及压力设置值。算法比较表明:采用混合蛙跳算法求解模型,其收敛速度较遗传算法提高19.6%,... 为有效实施压力管理策略,建立以最小化管网节点富余压力、最小化管网漏失量为目标的减压阀优化控制模型,设计混合蛙跳算法求解减压阀最优安装位置及压力设置值。算法比较表明:采用混合蛙跳算法求解模型,其收敛速度较遗传算法提高19.6%,较粒子群算法提高39.3%。混合蛙跳算法在计算效率、算法稳定性和计算有效性方面均有较强优势。利用模型优化案例管网的压力控制策略,优化后管网平均压力下降了10.04%,漏失量和漏失率分别下降了41.52%和11.69%。 展开更多
关键词 供水管网 漏失控制 压力管理 减压阀 优化控制模型 混合蛙跳算法
下载PDF
上一页 1 2 29 下一页 到第
使用帮助 返回顶部