期刊文献+
共找到642篇文章
< 1 2 33 >
每页显示 20 50 100
An Energy-Efficient Protocol Using an Objective Function & Random Search with Jumps forWSN 被引量:2
1
作者 Mohammed Kaddi Khelifa Benahmed Mohammed Omari 《Computers, Materials & Continua》 SCIE EI 2019年第3期603-624,共22页
Wireless Sensor Networks(WSNs)have hardware and software limitations and are deployed in hostile environments.The problem of energy consumption in WSNs has become a very important axis of research.To obtain good perfo... Wireless Sensor Networks(WSNs)have hardware and software limitations and are deployed in hostile environments.The problem of energy consumption in WSNs has become a very important axis of research.To obtain good performance in terms of the network lifetime,several routing protocols have been proposed in the literature.Hierarchical routing is considered to be the most favorable approach in terms of energy efficiency.It is based on the concept parent-child hierarchy where the child nodes forward their messages to their parent,and then the parent node forwards them,directly or via other parent nodes,to the base station(sink).In this paper,we present a new Energy-Efficient clustering protocol for WSNs using an Objective Function and Random Search with Jumps(EEOFRSJ)in order to reduce sensor energy consumption.First,the objective function is used to find an optimal cluster formation taking into account the ratio of the mean Euclidean distance of the nodes to their associated cluster heads(CH)and their residual energy.Then,we find the best path to transmit data from the CHs nodes to the base station(BS)using a random search with jumps.We simulated our proposed approach compared with the Energy-Efficient in WSNs using Fuzzy C-Means clustering(EEFCM)protocol using Matlab Simulink.Simulation results have shown that our proposed protocol excels regarding energy consumption,resulting in network lifetime extension. 展开更多
关键词 WSNS clustering energy consumption lifetime extension random search with jumps EEOFRSJ EEFCM.
在线阅读 下载PDF
AN ANALYSIS ABOUT BEHAVIOR OF EVOLUTIONARY ALGORITHMS:A KIND OF THEORETICAL DESCRIPTION BASED ON GLOBAL RANDOM SEARCH METHODS 被引量:1
2
作者 Ding Lixin Kang Lishan +1 位作者 Chen Yupin Zhou Shaoquan 《Wuhan University Journal of Natural Sciences》 CAS 1998年第1期31-31,共1页
Evolutionary computation is a kind of adaptive non--numerical computation method which is designed tosimulate evolution of nature. In this paper, evolutionary algorithm behavior is described in terms of theconstructio... Evolutionary computation is a kind of adaptive non--numerical computation method which is designed tosimulate evolution of nature. In this paper, evolutionary algorithm behavior is described in terms of theconstruction and evolution of the sampling distributions over the space of candidate solutions. Iterativeconstruction of the sampling distributions is based on the idea of the global random search of generationalmethods. Under this frame, propontional selection is characterized as a gobal search operator, and recombination is characerized as the search process that exploits similarities. It is shown-that by properly constraining the search breadth of recombination operators, weak convergence of evolutionary algorithms to aglobal optimum can be ensured. 展开更多
关键词 global random search evolutionary algorithms weak convergence genetic algorithms
在线阅读 下载PDF
Improvement of Pure Random Search in Global Optimization 被引量:1
3
作者 Jian-ping1 Peng Ding-hua Shi 《Advances in Manufacturing》 2000年第2期92-95,共4页
In this paper, the improvement of pure random search is studied. By taking some information of the function to be minimized into consideration, the authors propose two stochastic global optimization algorithms. Some n... In this paper, the improvement of pure random search is studied. By taking some information of the function to be minimized into consideration, the authors propose two stochastic global optimization algorithms. Some numerical experiments for the new stochastic global optimization algorithms are presented for a class of test problems. 展开更多
关键词 random search global optimization stochastic global optimization algorithm
在线阅读 下载PDF
Random Search and Code Similarity-Based Automatic Program Repair
4
作者 曹鹤玲 刘方正 +2 位作者 石建树 楚永贺 邓淼磊 《Journal of Shanghai Jiaotong university(Science)》 EI 2023年第6期738-752,共15页
In recent years,automatic program repair approaches have developed rapidly in the field of software engineering.However,the existing program repair techniques based on genetic programming suffer from requiring verific... In recent years,automatic program repair approaches have developed rapidly in the field of software engineering.However,the existing program repair techniques based on genetic programming suffer from requiring verification of a large number of candidate patches,which consume a lot of computational resources.In this paper,we propose a random search and code similarity based automatic program repair(RSCSRepair).First,to reduce the verification computation effort for candidate patches,we introduce test filtering to reduce the number of test cases and use test case prioritization techniques to reconstruct a new set of test cases.Second,we use a combination of code similarity and random search for patch generation.Finally,we use a patch overfitting detection method to improve the quality of patches.In order to verify the performance of our approach,we conducted the experiments on the Defects4J benchmark.The experimental results show that RSCSRepair correctly repairs up to 54 bugs,with improvements of 14.3%,8.5%,14.3%and 10.3%for our approach compared with jKali,Nopol,CapGen and Sim Fix,respectively. 展开更多
关键词 program repair random search test case prioritization overfitting detection
原文传递
Random Search Algorithm for the Generalized Weber Problem
5
作者 Lev Kazakovtsev 《Journal of Software Engineering and Applications》 2012年第12期59-65,共7页
In this paper, we consider the planar multi-facility Weber problem with restricted zones and non-Euclidean distances, propose an algorithm based on the probability changing method (special kind of genetic algorithms) ... In this paper, we consider the planar multi-facility Weber problem with restricted zones and non-Euclidean distances, propose an algorithm based on the probability changing method (special kind of genetic algorithms) and prove its efficiency for approximate solving this problem by replacing the continuous coordinate values by discrete ones. Version of the algorithm for multiprocessor systems is proposed. Experimental results for a high-performance cluster are given. 展开更多
关键词 DISCRETE Optimization WEBER Problem random search GENETIC Algorithms Parallel ALGORITHM
在线阅读 下载PDF
Research on stock trend prediction method based on optimized random forest 被引量:3
6
作者 Lili Yin Benling Li +1 位作者 Peng Li Rubo Zhang 《CAAI Transactions on Intelligence Technology》 SCIE EI 2023年第1期274-284,共11页
As a complex hot problem in the financial field,stock trend forecasting uses a large amount of data and many related indicators;hence it is difficult to obtain sustainable and effective results only by relying on empi... As a complex hot problem in the financial field,stock trend forecasting uses a large amount of data and many related indicators;hence it is difficult to obtain sustainable and effective results only by relying on empirical analysis.Researchers in the field of machine learning have proved that random forest can form better judgements on this kind of problem,and it has an auxiliary role in the prediction of stock trend.This study uses historical trading data of four listed companies in the USA stock market,and the purpose of this study is to improve the performance of random forest model in medium-and long-term stock trend prediction.This study applies the exponential smoothing method to process the initial data,calculates the relevant technical indicators as the characteristics to be selected,and proposes the D-RF-RS method to optimize random forest.As the random forest is an ensemble learning model and is closely related to decision tree,D-RF-RS method uses a decision tree to screen the importance of features,and obtains the effective strong feature set of the model as input.Then,the parameter combination of the model is optimized through random parameter search.The experimental results show that the average accuracy of random forest is increased by 0.17 after the above process optimization,which is 0.18 higher than the average accuracy of light gradient boosting machine model.Combined with the performance of the ROC curve and Precision–Recall curve,the stability of the model is also guaranteed,which further demonstrates the advantages of random forest in medium-and long-term trend prediction of the stock market. 展开更多
关键词 ensemble learning FINANCE random forest random search technical indicator
在线阅读 下载PDF
Random walk search in unstructured P2P 被引量:4
7
作者 Jia Zhaoqing You Jinyuan +1 位作者 Rao Ruonan Li Minglu 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2006年第3期648-653,共6页
Unstructured P2P has power-law link distribution, and the random walk in power-law networks is analyzed. The analysis results show that the probability that a random walker walks through the high degree nodes is high ... Unstructured P2P has power-law link distribution, and the random walk in power-law networks is analyzed. The analysis results show that the probability that a random walker walks through the high degree nodes is high in the power-law network, and the information on the high degree nodes can be easily found through random walk. Random walk spread and random walk search method (RWSS) is proposed based on the analysis result. Simulation results show that RWSS achieves high success rates at low cost and is robust to high degree node failure. 展开更多
关键词 unstructured P2P search random walk search random walk spread power-law network.
在线阅读 下载PDF
Optimized quantum random-walk search algorithm for multi-solution search 被引量:1
8
作者 张宇超 鲍皖苏 +1 位作者 汪翔 付向群 《Chinese Physics B》 SCIE EI CAS CSCD 2015年第11期133-139,共7页
This study investigates the multi-solution search of the optimized quantum random-walk search algorithm on the hypercube. Through generalizing the abstract search algorithm which is a general tool for analyzing the se... This study investigates the multi-solution search of the optimized quantum random-walk search algorithm on the hypercube. Through generalizing the abstract search algorithm which is a general tool for analyzing the search on the graph to the multi-solution case, it can be applied to analyze the multi-solution case of quantum random-walk search on the graph directly. Thus, the computational complexity of the optimized quantum random-walk search algorithm for the multi-solution search is obtained. Through numerical simulations and analysis, we obtain a critical value of the proportion of solutions q. For a given q, we derive the relationship between the success rate of the algorithm and the number of iterations when q is no longer than the critical value. 展开更多
关键词 quantum search algorithm quantum random walk multi-solution abstract search algorithm
原文传递
Alternative Coins for Quantum Random Walk Search Optimized for a Hypercube 被引量:1
9
作者 Hristo Tonchev 《Journal of Quantum Information Science》 2015年第1期6-15,共10页
The present paper is focused on non-uniform quantum coins for the quantum random walk search algorithm. This is an alternative to the modification of the shift operator, which divides the search space into two parts. ... The present paper is focused on non-uniform quantum coins for the quantum random walk search algorithm. This is an alternative to the modification of the shift operator, which divides the search space into two parts. This method changes the quantum coins, while the shift operator remains unchanged and sustains the hypercube topology. The results discussed in this paper are obtained by both theoretical calculations and numerical simulations. 展开更多
关键词 QUANTUM Information QUANTUM random QUANTUM random WALK search
暂未订购
Decoherence in optimized quantum random-walk search algorithm 被引量:1
10
作者 张宇超 鲍皖苏 +1 位作者 汪翔 付向群 《Chinese Physics B》 SCIE EI CAS CSCD 2015年第8期197-202,共6页
This paper investigates the effects of decoherence generated by broken-link-type noise in the hypercube on an optimized quantum random-walk search algorithm. When the hypercube occurs with random broken links, the opt... This paper investigates the effects of decoherence generated by broken-link-type noise in the hypercube on an optimized quantum random-walk search algorithm. When the hypercube occurs with random broken links, the optimized quantum random-walk search algorithm with decoherence is depicted through defining the shift operator which includes the possibility of broken links. For a given database size, we obtain the maximum success rate of the algorithm and the required number of iterations through numerical simulations and analysis when the algorithm is in the presence of decoherence. Then the computational complexity of the algorithm with decoherence is obtained. The results show that the ultimate effect of broken-link-type decoherence on the optimized quantum random-walk search algorithm is negative. 展开更多
关键词 quantum search algorithm quantum random walk DECOHERENCE
原文传递
Quasi-Coordinate Search for a Randomly Moving Target 被引量:1
11
作者 A. A. M. Teamah W. A. Afifi 《Journal of Applied Mathematics and Physics》 2019年第8期1814-1825,共12页
In this paper, we study the quasi-coordinated search technique for a lost target assumed to move randomly on one of two disjoint lines according to a random walk motion, where there are two searchers beginning their s... In this paper, we study the quasi-coordinated search technique for a lost target assumed to move randomly on one of two disjoint lines according to a random walk motion, where there are two searchers beginning their search from the origin on the first line and other two searchers begin their search from the origin on the second line. But the motion of the two searchers on the first line is independent from the motion of the other two searchers on the second line. Here we introduce a model of search plan and investigate the expected value of the first meeting time between one of the searchers and the lost target. Also, we prove the existence of a search plan which minimizes the expected value of the first meeting time between one of the searchers and the target. 展开更多
关键词 random WALKER Linear search EXPECTED Value Optimal search PLANE Stochastic Process
暂未订购
Linear random search and engineering estimation of sinkage for launching carrier aircraft
12
作者 ZHONG Guo HUANG Jun +1 位作者 ZHOU ZeYang YI MingXu 《Science China(Technological Sciences)》 SCIE EI CAS CSCD 2019年第6期996-1002,共7页
A linear random search algorithm(LRSA) is developed to determine the critical value of takeoff weight limited to the safe flight track sinkage and an engineering estimation method(EEM) is proposed to calculate the sin... A linear random search algorithm(LRSA) is developed to determine the critical value of takeoff weight limited to the safe flight track sinkage and an engineering estimation method(EEM) is proposed to calculate the sinkage of carrier aircraft launch in real time. Based on the analysis of free flight after leaving the carrier, the equations are established to participate into engineering estimation of flight track sinkage. Thanks to the proposed search algorithm, the maximum takeoff weight of carrier aircraft with safe catapult launch flight track sinkage is generated in few steps. The results of sinkage estimation and the search algorithm are in good agreement with that of aircraft catapult launch simulation. The main contribution of this manuscript is the establishment of simple and accurate engineering estimation for carrier aircraft launch flight track sinkage and the development of robust and efficient search algorithm for the critical value with safe catapult criteria. 展开更多
关键词 carrier aircraft LAUNCH flight track SINKAGE ENGINEERING ESTIMATION LINEAR random search simulation
原文传递
Winter Wheat Yield Estimation Based on Sparrow Search Algorithm Combined with Random Forest:A Case Study in Henan Province,China 被引量:1
13
作者 SHI Xiaoliang CHEN Jiajun +2 位作者 DING Hao YANG Yuanqi ZHANG Yan 《Chinese Geographical Science》 SCIE CSCD 2024年第2期342-356,共15页
Precise and timely prediction of crop yields is crucial for food security and the development of agricultural policies.However,crop yield is influenced by multiple factors within complex growth environments.Previous r... Precise and timely prediction of crop yields is crucial for food security and the development of agricultural policies.However,crop yield is influenced by multiple factors within complex growth environments.Previous research has paid relatively little attention to the interference of environmental factors and drought on the growth of winter wheat.Therefore,there is an urgent need for more effective methods to explore the inherent relationship between these factors and crop yield,making precise yield prediction increasingly important.This study was based on four type of indicators including meteorological,crop growth status,environmental,and drought index,from October 2003 to June 2019 in Henan Province as the basic data for predicting winter wheat yield.Using the sparrow search al-gorithm combined with random forest(SSA-RF)under different input indicators,accuracy of winter wheat yield estimation was calcu-lated.The estimation accuracy of SSA-RF was compared with partial least squares regression(PLSR),extreme gradient boosting(XG-Boost),and random forest(RF)models.Finally,the determined optimal yield estimation method was used to predict winter wheat yield in three typical years.Following are the findings:1)the SSA-RF demonstrates superior performance in estimating winter wheat yield compared to other algorithms.The best yield estimation method is achieved by four types indicators’composition with SSA-RF)(R^(2)=0.805,RRMSE=9.9%.2)Crops growth status and environmental indicators play significant roles in wheat yield estimation,accounting for 46%and 22%of the yield importance among all indicators,respectively.3)Selecting indicators from October to April of the follow-ing year yielded the highest accuracy in winter wheat yield estimation,with an R^(2)of 0.826 and an RMSE of 9.0%.Yield estimates can be completed two months before the winter wheat harvest in June.4)The predicted performance will be slightly affected by severe drought.Compared with severe drought year(2011)(R^(2)=0.680)and normal year(2017)(R^(2)=0.790),the SSA-RF model has higher prediction accuracy for wet year(2018)(R^(2)=0.820).This study could provide an innovative approach for remote sensing estimation of winter wheat yield.yield. 展开更多
关键词 winter wheat yield estimation sparrow search algorithm combined with random forest(SSA-RF) machine learning multi-source indicator optimal lead time Henan Province China
在线阅读 下载PDF
A Robust Tuned Random Forest Classifier Using Randomized Grid Search to Predict Coronary Artery Diseases
14
作者 Sameh Abd El-Ghany A.A.Abd El-Aziz 《Computers, Materials & Continua》 SCIE EI 2023年第5期4633-4648,共16页
Coronary artery disease(CAD)is one of themost authentic cardiovascular afflictions because it is an uncommonly overwhelming heart issue.The breakdown of coronary cardiovascular disease is one of the principal sources ... Coronary artery disease(CAD)is one of themost authentic cardiovascular afflictions because it is an uncommonly overwhelming heart issue.The breakdown of coronary cardiovascular disease is one of the principal sources of death all over theworld.Cardiovascular deterioration is a challenge,especially in youthful and rural countries where there is an absence of humantrained professionals.Since heart diseases happen without apparent signs,high-level detection is desirable.This paper proposed a robust and tuned random forest model using the randomized grid search technique to predictCAD.The proposed framework increases the ability of CADpredictions by tracking down risk pointers and learning the confusing joint efforts between them.Nowadays,the healthcare industry has a lot of data but needs to gain more knowledge.Our proposed framework is used for extracting knowledge from data stores and using that knowledge to help doctors accurately and effectively diagnose heart disease(HD).We evaluated the proposed framework over two public databases,Cleveland and Framingham datasets.The datasets were preprocessed by using a cleaning technique,a normalization technique,and an outlier detection technique.Secondly,the principal component analysis(PCA)algorithm was utilized to lessen the feature dimensionality of the two datasets.Finally,we used a hyperparameter tuning technique,randomized grid search,to tune a random forest(RF)machine learning(ML)model.The randomized grid search selected the best parameters and got the ideal CAD analysis.The proposed framework was evaluated and compared with traditional classifiers.Our proposed framework’s accuracy,sensitivity,precision,specificity,and f1-score were 100%.The evaluation of the proposed framework showed that it is an unrivaled perceptive outcome with tuning as opposed to other ongoing existing frameworks. 展开更多
关键词 Coronary artery disease tuned random forest randomized grid search CLASSIFIER
在线阅读 下载PDF
Optimal Coordinated Search for a Discrete Random Walker
15
作者 Abd-Elmoneim A. M. Teamah Asmaa B. Elbery 《Applied Mathematics》 2019年第5期349-362,共14页
This paper presents the search technique for a lost target. A lost target is random walker on one of two intersected real lines, and the purpose is to detect the target as fast as possible. We have four searchers star... This paper presents the search technique for a lost target. A lost target is random walker on one of two intersected real lines, and the purpose is to detect the target as fast as possible. We have four searchers start from the point of intersection, they follow the so called Quasi-Coordinated search plan. The expected value of the first meeting time between one of the searchers and the target is investigated, also we show the existence of the optimal search strategy which minimizes this first meeting time. 展开更多
关键词 random WALK COORDINATE search Technique LOST Targets EXPECTED Value OPTIMAL search
暂未订购
Effects of systematic phase errors on optimized quantum random-walk search algorithm
16
作者 张宇超 鲍皖苏 +1 位作者 汪翔 付向群 《Chinese Physics B》 SCIE EI CAS CSCD 2015年第6期155-163,共9页
This study investigates the effects of systematic errors in phase inversions on the success rate and number of iterations in the optimized quantum random-walk search algorithm. Using the geometric description of this ... This study investigates the effects of systematic errors in phase inversions on the success rate and number of iterations in the optimized quantum random-walk search algorithm. Using the geometric description of this algorithm, a model of the algorithm with phase errors is established, and the relationship between the success rate of the algorithm, the database size, the number of iterations, and the phase error is determined. For a given database size, we obtain both the maximum success rate of the algorithm and the required number of iterations when phase errors are present in the algorithm. Analyses and numerical simulations show that the optimized quantum random-walk search algorithm is more robust against phase errors than Grover's algorithm. 展开更多
关键词 quantum search algorithm quantum random walk phase errors ROBUSTNESS
原文传递
基于高光谱反射成像技术的带荚毛豆虫害检测方法研究
17
作者 张芳 高鑫 +1 位作者 田有文 邓照龙 《沈阳农业大学学报》 北大核心 2026年第1期90-99,共10页
[目的]为解决带荚毛豆内部发生食心虫虫害难以识别的问题,基于高光谱反射成像技术对带荚毛豆的食心虫虫害进行检测。[方法]利用高光谱反射成像系统获取带荚毛豆的健康样本和虫害样本数据,采用多元散射校正(Multiplicative Scatter Corre... [目的]为解决带荚毛豆内部发生食心虫虫害难以识别的问题,基于高光谱反射成像技术对带荚毛豆的食心虫虫害进行检测。[方法]利用高光谱反射成像系统获取带荚毛豆的健康样本和虫害样本数据,采用多元散射校正(Multiplicative Scatter Correction,MSC)、标准正态变量变换(Standard Normal Variate,SNV)和卷积平滑(Savitzky Golay,SG)3种预处理方法对450~1000 nm范围的光谱数据进行处理,确定最佳预处理方法。使用竞争性自适应重加权采样算法(Competitive Adaptive Reweighted Sampling,CARS)、连续投影算法(Successive Projections Algorithm,SPA)对预处理后的数据进行特征波长选择,以2种算法筛选的特征数据作为输入,建立随机森林(Random Forest,RF)、K近邻(K-Nearest Neighbors,KNN)、支持向量机(Support Vector Machine,SVM)和梯度提升决策树(Gradient Boosting Decision Tree,GBDT)分类判别模型。为进一步提升模型的分类精度,选择使用RS算法(Random Search,RS)对4个模型进行超参数寻优,建立RS-RF模型、RS-KNN模型、RS-SVM模型和RS-GBDT模型。[结果]经过对比分析,使用RS算法优化后的模型分类检测结果优于未优化的模型,其中CARS-RS-SVM模型分类结果最佳,Acc为96.22%,Pre为96.47%,Recall为96.03%,f1-Score为96.19%,实现了健康与虫害毛豆的精准区分。[结论]高光谱反射成像技术对带荚毛豆内部虫害的总体识别结果较好,表明该技术能够对带荚毛豆食心虫虫害进行高效的检测与判别,为内部虫害检测提供新的思路与方法。 展开更多
关键词 高光谱反射成像 虫害 带荚毛豆 随机搜索算法 SVM
在线阅读 下载PDF
分区稀疏攻击:一种更高效的黑盒稀疏对抗攻击
18
作者 温泽瑞 姜天 +1 位作者 黄子健 崔晓晖 《计算机科学》 北大核心 2026年第1期323-330,共8页
深度神经网络长期以来受到对抗样本的攻击威胁,特别是黑盒攻击分类下的稀疏攻击,这类攻击依靠目标模型的输出结果来指导生成对抗样本,通常只需扰动少量像素即可达到欺骗图片分类器的目的。然而现有的稀疏攻击方法采用固定步长和欠佳的... 深度神经网络长期以来受到对抗样本的攻击威胁,特别是黑盒攻击分类下的稀疏攻击,这类攻击依靠目标模型的输出结果来指导生成对抗样本,通常只需扰动少量像素即可达到欺骗图片分类器的目的。然而现有的稀疏攻击方法采用固定步长和欠佳的初始化策略,使得对扰动的利用率较低,导致整体攻击效率不佳。为解决这些问题,分区稀疏攻击(SSA)方法^(1)应运而生。不同于其他方法使用的固定步长策略,SSA利用历史搜索信息来自适应调整步长,从而加速对抗样本的发现过程。此外,针对不同稀疏攻击在黑盒环境中都倾向于扰动高重要性像素的共性,设计了一种基于类激活图(CAM)可解释性方法的初始化策略,使得SSA能够快速识别并初始化具有高重要性像素的种群。最后,为了在随机搜索过程中将扰动限制在关键区域内并提升扰动的利用率,提出了分区搜索策略以进一步缩小SSA的搜索空间。实验结果表明,SSA在攻击传统卷积网络和视觉Transformer模型时均表现出色。与现有的先进方法相比,SSA能够将攻击成功率提高2%~8%,效率提升近30%。 展开更多
关键词 人工智能安全 对抗样本 可解释性 稀疏攻击 随机搜索
在线阅读 下载PDF
基于QRFS的误差修正趋近律PMSM动态抗扰滑模控制
19
作者 易才华 马家庆 +2 位作者 陈昌盛 何志琴 吴钦木 《组合机床与自动化加工技术》 北大核心 2026年第1期113-119,共7页
为了提升永磁同步电机(PMSM)矢量控制系统的动态响应性能,提出一种基于准随机分形搜索优化算法(QRFS)与误差修正双幂次趋近律协同设计的滑模控制策略。首先,采用一种基于误差修正双幂次趋近律(EDPRL)的速度滑模控制器,以提升电机控制系... 为了提升永磁同步电机(PMSM)矢量控制系统的动态响应性能,提出一种基于准随机分形搜索优化算法(QRFS)与误差修正双幂次趋近律协同设计的滑模控制策略。首先,采用一种基于误差修正双幂次趋近律(EDPRL)的速度滑模控制器,以提升电机控制系统的精度和稳定性;其次,用人类进化优化算法(HEOA)和角蜥优化算法(HLOA)分别优化速度滑模控制器的参数,进行对比分析;最后,利用准随机分形搜索优化算法对速度滑模控制器中的参数进行优化,获得最优参数值,并进行仿真。仿真和实验结果表明,与HEOA-EDPRL和HLOA-EDPRL策略相比,QRFS-EDPRL控制策略在系统响应速度和抗干扰能力方面表现更为优越,超调量从9.2%降至0.6%、动态响应时间缩短了81.5%、负载转矩变化下的转速降低幅度减少了28.2%。验证了所提出的QRFS-EDPRL控制方法的合理性和有效性。 展开更多
关键词 永磁同步电机 速度滑模控制 调速优化策略 准随机分形搜索优化算法
在线阅读 下载PDF
基于ISSA-RF算法的光伏阵列故障诊断研究
20
作者 许桂敏 宋雨航 +2 位作者 相里梦桥 杨亚龙 段晨东 《太阳能学报》 北大核心 2026年第2期111-121,共11页
提出一种基于改进麻雀搜索(ISSA)优化随机森林(RF)的算法,用以提高光伏阵列故障诊断的准确率。首先,通过搭建光伏阵列模拟5种工况,提取故障向量,构造光伏阵列故障数据集。其次,通过测试函数对灰狼搜索算法(GWO)、粒子群算法(PSO)、ISSA... 提出一种基于改进麻雀搜索(ISSA)优化随机森林(RF)的算法,用以提高光伏阵列故障诊断的准确率。首先,通过搭建光伏阵列模拟5种工况,提取故障向量,构造光伏阵列故障数据集。其次,通过测试函数对灰狼搜索算法(GWO)、粒子群算法(PSO)、ISSA和麻雀搜索算法(SSA)进行寻优对比,发现ISSA在平均值和标准差方面均优于其他算法,显示出更好的鲁棒性。然后,利用光伏阵列故障仿真数据集对ISSA-RF诊断模型进行性能分析,得到ISSA-RF方法整体准确率达到97.06%,比传统RF模型提高6.94个百分点。最后,结合实验室光伏阵列开路、短路、遮荫、老化和正常5种工况数据集对ISSA-RF诊断模型进行验证,证明所提基于ISSA-RF的光伏阵列故障诊断方法具有较高的分类效率和精度,其性能表现优于其他诊断模型。 展开更多
关键词 光伏阵列 故障诊断 改进麻雀搜索算法 随机森林算法
原文传递
上一页 1 2 33 下一页 到第
使用帮助 返回顶部